Uses of Enum
org.hl7.fhir.r5.model.Enumerations.EncounterStatus
-
Uses of Enumerations.EncounterStatus in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Enumerations.EncounterStatus> Encounter.status
The current state of the encounter (not the state of the patient within the encounter - that is subjectState).protected Enumeration
<Enumerations.EncounterStatus> EncounterHistory.status
planned | in-progress | on-hold | discharged | completed | cancelled | discontinued | entered-in-error | unknown.Modifier and TypeMethodDescriptionstatic Enumerations.EncounterStatus
Encounter.getStatus()
EncounterHistory.getStatus()
static Enumerations.EncounterStatus
Returns the enum constant of this type with the specified name.static Enumerations.EncounterStatus[]
Enumerations.EncounterStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionEnumerations.EncounterStatusEnumFactory.fromType
(PrimitiveType<?> code) Encounter.getStatusElement()
EncounterHistory.getStatusElement()
Modifier and TypeMethodDescriptionEncounter.setStatus
(Enumerations.EncounterStatus value) EncounterHistory.setStatus
(Enumerations.EncounterStatus value) Enumerations.EncounterStatusEnumFactory.toCode
(Enumerations.EncounterStatus code) Enumerations.EncounterStatusEnumFactory.toSystem
(Enumerations.EncounterStatus code) Modifier and TypeMethodDescriptionEncounter.setStatusElement
(Enumeration<Enumerations.EncounterStatus> value) EncounterHistory.setStatusElement
(Enumeration<Enumerations.EncounterStatus> value) ModifierConstructorDescriptionConstructorEncounterHistory
(Enumerations.EncounterStatus status, CodeableConcept class_) Constructor