Uses of Class
org.hl7.fhir.r4.model.Location.LocationStatus
-
Packages that use Location.LocationStatus Package Description org.hl7.fhir.r4.model -
-
Uses of Location.LocationStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Location.LocationStatus Modifier and Type Field Description protected 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.r4.model that return Location.LocationStatus Modifier and Type Method Description static Location.LocationStatusLocation.LocationStatus. fromCode(String codeString)Location.LocationStatusLocation.LocationStatusEnumFactory. fromCode(String codeString)Location.LocationStatusLocation. getStatus()static Location.LocationStatusLocation.LocationStatus. valueOf(String name)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.Methods in org.hl7.fhir.r4.model that return types with arguments of type Location.LocationStatus Modifier and Type Method Description Enumeration<Location.LocationStatus>Location.LocationStatusEnumFactory. fromType(Base code)Enumeration<Location.LocationStatus>Location. getStatusElement()Methods in org.hl7.fhir.r4.model with parameters of type Location.LocationStatus Modifier and Type Method Description LocationLocation. setStatus(Location.LocationStatus value)StringLocation.LocationStatusEnumFactory. toCode(Location.LocationStatus code)StringLocation.LocationStatusEnumFactory. toSystem(Location.LocationStatus code)Method parameters in org.hl7.fhir.r4.model with type arguments of type Location.LocationStatus Modifier and Type Method Description LocationLocation. setStatusElement(Enumeration<Location.LocationStatus> value)
-