
Uses of Enum
org.hl7.fhir.dstu2.model.Encounter.EncounterState
Packages that use Encounter.EncounterState
-
Uses of Encounter.EncounterState in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Encounter.EncounterStateModifier 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.Methods in org.hl7.fhir.dstu2.model that return Encounter.EncounterStateModifier 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.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Encounter.EncounterStateModifier and TypeMethodDescriptionEncounter.EncounterStatusHistoryComponent.getStatusElement()
Encounter.getStatusElement()
Methods in org.hl7.fhir.dstu2.model with parameters of type Encounter.EncounterStateModifier and TypeMethodDescriptionEncounter.EncounterStatusHistoryComponent.setStatus
(Encounter.EncounterState value) Encounter.setStatus
(Encounter.EncounterState value) Encounter.EncounterStateEnumFactory.toCode
(Encounter.EncounterState code) Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Encounter.EncounterStateModifier and TypeMethodDescriptionEncounter.EncounterStatusHistoryComponent.setStatusElement
(Enumeration<Encounter.EncounterState> value) Encounter.setStatusElement
(Enumeration<Encounter.EncounterState> value) Constructor parameters in org.hl7.fhir.dstu2.model with type arguments of type Encounter.EncounterStateModifierConstructorDescriptionEncounter
(Enumeration<Encounter.EncounterState> status) EncounterStatusHistoryComponent
(Enumeration<Encounter.EncounterState> status, Period period)