
Uses of Enum
org.hl7.fhir.dstu2.model.Encounter.EncounterLocationStatus
Packages that use Encounter.EncounterLocationStatus
-
Uses of Encounter.EncounterLocationStatus in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Encounter.EncounterLocationStatusModifier and TypeFieldDescriptionprotected Enumeration
<Encounter.EncounterLocationStatus> Encounter.EncounterLocationComponent.status
The status of the participants' presence at the specified location during the period specified.Methods in org.hl7.fhir.dstu2.model that return Encounter.EncounterLocationStatusModifier and TypeMethodDescriptionEncounter.EncounterLocationComponent.getStatus()
Returns the enum constant of this type with the specified name.static Encounter.EncounterLocationStatus[]
Encounter.EncounterLocationStatus.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 Encounter.EncounterLocationStatusMethods in org.hl7.fhir.dstu2.model with parameters of type Encounter.EncounterLocationStatusModifier and TypeMethodDescriptionEncounter.EncounterLocationComponent.setStatus
(Encounter.EncounterLocationStatus value) Encounter.EncounterLocationStatusEnumFactory.toCode
(Encounter.EncounterLocationStatus code) Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Encounter.EncounterLocationStatusModifier and TypeMethodDescriptionEncounter.EncounterLocationComponent.setStatusElement
(Enumeration<Encounter.EncounterLocationStatus> value)