Uses of Enum
org.hl7.fhir.r4.model.Location.LocationStatus
-
Uses of Location.LocationStatus in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Location.LocationStatus> Location.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.Modifier and TypeMethodDescriptionstatic Location.LocationStatus
Location.getStatus()
static Location.LocationStatus
Returns the enum constant of this type with the specified name.static Location.LocationStatus[]
Location.LocationStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionLocation.LocationStatusEnumFactory.fromType
(PrimitiveType<?> code) Location.getStatusElement()
Modifier and TypeMethodDescriptionLocation.setStatus
(Location.LocationStatus value) Location.LocationStatusEnumFactory.toCode
(Location.LocationStatus code) Location.LocationStatusEnumFactory.toSystem
(Location.LocationStatus code) Modifier and TypeMethodDescriptionLocation.setStatusElement
(Enumeration<Location.LocationStatus> value)