
Uses of Enum Class
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.statusplanned | arrived | in-progress | onleave | finished | cancelled.protected Enumeration<Encounter.EncounterState> Encounter.statusplanned | arrived | in-progress | onleave | finished | cancelled.Methods in org.hl7.fhir.dstu2.model that return Encounter.EncounterStateModifier and TypeMethodDescriptionstatic Encounter.EncounterStateEncounter.EncounterStatusHistoryComponent.getStatus()Encounter.getStatus()static Encounter.EncounterStateReturns the enum constant of this class with the specified name.static Encounter.EncounterState[]Encounter.EncounterState.values()Returns an array containing the constants of this enum class, 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)