
Uses of Enum Class
org.hl7.fhir.r5.model.Location.LocationStatus
Packages that use Location.LocationStatus
-
Uses of Location.LocationStatus in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Location.LocationStatusModifier and TypeFieldDescriptionprotected Enumeration<Location.LocationStatus> Location.statusThe 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 org.hl7.fhir.r5.model that return Location.LocationStatusModifier and TypeMethodDescriptionstatic Location.LocationStatusLocation.getStatus()static Location.LocationStatusReturns the enum constant of this class with the specified name.static Location.LocationStatus[]Location.LocationStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Location.LocationStatusModifier and TypeMethodDescriptionLocation.LocationStatusEnumFactory.fromType(PrimitiveType<?> code) Location.getStatusElement()Methods in org.hl7.fhir.r5.model with parameters of type Location.LocationStatusModifier and TypeMethodDescriptionLocation.setStatus(Location.LocationStatus value) Location.LocationStatusEnumFactory.toCode(Location.LocationStatus code) Location.LocationStatusEnumFactory.toSystem(Location.LocationStatus code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Location.LocationStatusModifier and TypeMethodDescriptionLocation.setStatusElement(Enumeration<Location.LocationStatus> value)