
Uses of Enum
org.hl7.fhir.r5.model.Enumerations.EncounterStatus
Packages that use Enumerations.EncounterStatus
-
Uses of Enumerations.EncounterStatus in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Enumerations.EncounterStatusModifier 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.Methods in org.hl7.fhir.r5.model that return Enumerations.EncounterStatusModifier 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.Methods in org.hl7.fhir.r5.model that return types with arguments of type Enumerations.EncounterStatusModifier and TypeMethodDescriptionEnumerations.EncounterStatusEnumFactory.fromType
(PrimitiveType<?> code) Encounter.getStatusElement()
EncounterHistory.getStatusElement()
Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.EncounterStatusModifier and TypeMethodDescriptionEncounter.setStatus
(Enumerations.EncounterStatus value) EncounterHistory.setStatus
(Enumerations.EncounterStatus value) Enumerations.EncounterStatusEnumFactory.toCode
(Enumerations.EncounterStatus code) Enumerations.EncounterStatusEnumFactory.toSystem
(Enumerations.EncounterStatus code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Enumerations.EncounterStatusModifier and TypeMethodDescriptionEncounter.setStatusElement
(Enumeration<Enumerations.EncounterStatus> value) EncounterHistory.setStatusElement
(Enumeration<Enumerations.EncounterStatus> value) Constructors in org.hl7.fhir.r5.model with parameters of type Enumerations.EncounterStatusModifierConstructorDescriptionConstructorEncounterHistory
(Enumerations.EncounterStatus status, CodeableConcept class_) Constructor