Uses of Class
org.hl7.fhir.dstu2.model.Location.LocationStatus
-
Packages that use Location.LocationStatus Package Description org.hl7.fhir.dstu2.model -
-
Uses of Location.LocationStatus in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Location.LocationStatus Modifier and Type Field Description protected Enumeration<Location.LocationStatus>Location. statusactive | suspended | inactive.Methods in org.hl7.fhir.dstu2.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.dstu2.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.dstu2.model with parameters of type Location.LocationStatus Modifier and Type Method Description LocationLocation. setStatus(Location.LocationStatus value)StringLocation.LocationStatusEnumFactory. toCode(Location.LocationStatus code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Location.LocationStatus Modifier and Type Method Description LocationLocation. setStatusElement(Enumeration<Location.LocationStatus> value)
-