
Uses of Enum
org.hl7.fhir.r4.model.Encounter.EncounterLocationStatus
Packages that use Encounter.EncounterLocationStatus
-
Uses of Encounter.EncounterLocationStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.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.r4.model that return types with arguments of type Encounter.EncounterLocationStatusModifier and TypeMethodDescriptionEncounter.EncounterLocationStatusEnumFactory.fromType
(PrimitiveType<?> code) Encounter.EncounterLocationComponent.getStatusElement()
Methods in org.hl7.fhir.r4.model with parameters of type Encounter.EncounterLocationStatusModifier and TypeMethodDescriptionEncounter.EncounterLocationComponent.setStatus
(Encounter.EncounterLocationStatus value) Encounter.EncounterLocationStatusEnumFactory.toCode
(Encounter.EncounterLocationStatus code) Encounter.EncounterLocationStatusEnumFactory.toSystem
(Encounter.EncounterLocationStatus code) Method parameters in org.hl7.fhir.r4.model with type arguments of type Encounter.EncounterLocationStatusModifier and TypeMethodDescriptionEncounter.EncounterLocationComponent.setStatusElement
(Enumeration<Encounter.EncounterLocationStatus> value)