Uses of Enum
org.hl7.fhir.r4.model.Encounter.EncounterLocationStatus
-
Uses of Encounter.EncounterLocationStatus in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Encounter.EncounterLocationStatus> Encounter.EncounterLocationComponent.status
The status of the participants' presence at the specified location during the period specified.Modifier 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.Modifier and TypeMethodDescriptionEncounter.EncounterLocationStatusEnumFactory.fromType
(PrimitiveType<?> code) Encounter.EncounterLocationComponent.getStatusElement()
Modifier and TypeMethodDescriptionEncounter.EncounterLocationComponent.setStatus
(Encounter.EncounterLocationStatus value) Encounter.EncounterLocationStatusEnumFactory.toCode
(Encounter.EncounterLocationStatus code) Encounter.EncounterLocationStatusEnumFactory.toSystem
(Encounter.EncounterLocationStatus code) Modifier and TypeMethodDescriptionEncounter.EncounterLocationComponent.setStatusElement
(Enumeration<Encounter.EncounterLocationStatus> value)