Uses of Enum
org.hl7.fhir.dstu2.model.Encounter.EncounterState
-
Uses of Encounter.EncounterState in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Encounter.EncounterState> Encounter.EncounterStatusHistoryComponent.status
planned | arrived | in-progress | onleave | finished | cancelled.protected Enumeration
<Encounter.EncounterState> Encounter.status
planned | arrived | in-progress | onleave | finished | cancelled.Modifier and TypeMethodDescriptionstatic Encounter.EncounterState
Encounter.EncounterStatusHistoryComponent.getStatus()
Encounter.getStatus()
static Encounter.EncounterState
Returns the enum constant of this type with the specified name.static Encounter.EncounterState[]
Encounter.EncounterState.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionEncounter.EncounterStatusHistoryComponent.getStatusElement()
Encounter.getStatusElement()
Modifier and TypeMethodDescriptionEncounter.EncounterStatusHistoryComponent.setStatus
(Encounter.EncounterState value) Encounter.setStatus
(Encounter.EncounterState value) Encounter.EncounterStateEnumFactory.toCode
(Encounter.EncounterState code) Modifier and TypeMethodDescriptionEncounter.EncounterStatusHistoryComponent.setStatusElement
(Enumeration<Encounter.EncounterState> value) Encounter.setStatusElement
(Enumeration<Encounter.EncounterState> value) ModifierConstructorDescriptionEncounter
(Enumeration<Encounter.EncounterState> status) EncounterStatusHistoryComponent
(Enumeration<Encounter.EncounterState> status, Period period)