Uses of Class
com.ibm.fhir.model.type.code.LocationStatus
-
Packages that use LocationStatus Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of LocationStatus in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return LocationStatus Modifier and Type Method Description LocationStatusLocation. getStatus()The status property covers the general availability of the resource, not the current value which may be covered by the operationStatus, or by a schedule/slots if they are configured for the location.Methods in com.ibm.fhir.model.resource with parameters of type LocationStatus Modifier and Type Method Description Location.BuilderLocation.Builder. status(LocationStatus status)The status property covers the general availability of the resource, not the current value which may be covered by the operationStatus, or by a schedule/slots if they are configured for the location. -
Uses of LocationStatus in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as LocationStatus Modifier and Type Field Description static LocationStatusLocationStatus. ACTIVEActivestatic LocationStatusLocationStatus. INACTIVEInactivestatic LocationStatusLocationStatus. SUSPENDEDSuspendedMethods in com.ibm.fhir.model.type.code that return LocationStatus Modifier and Type Method Description LocationStatusLocationStatus.Builder. build()static LocationStatusLocationStatus. of(LocationStatus.ValueSet value)Factory method for creating LocationStatus objects from a passed enum value.static LocationStatusLocationStatus. of(String value)Factory method for creating LocationStatus objects from a passed string value.
-