Uses of Enum
org.hl7.fhir.r5.model.Encounter.EncounterStatus
Packages that use Encounter.EncounterStatus
-
Uses of Encounter.EncounterStatus in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Encounter.EncounterStatusModifier and TypeFieldDescriptionprotected Enumeration<Encounter.EncounterStatus>Encounter.statusplanned | in-progress | onhold | completed | cancelled | entered-in-error | unknown.protected Enumeration<Encounter.EncounterStatus>Encounter.StatusHistoryComponent.statusplanned | in-progress | onhold | completed | cancelled | entered-in-error | unknown.Methods in org.hl7.fhir.r5.model that return Encounter.EncounterStatusModifier and TypeMethodDescriptionstatic Encounter.EncounterStatusEncounter.getStatus()Encounter.StatusHistoryComponent.getStatus()static Encounter.EncounterStatusReturns the enum constant of this type with the specified name.static Encounter.EncounterStatus[]Encounter.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 Encounter.EncounterStatusModifier and TypeMethodDescriptionEncounter.getStatusElement()Encounter.StatusHistoryComponent.getStatusElement()Methods in org.hl7.fhir.r5.model with parameters of type Encounter.EncounterStatusModifier and TypeMethodDescriptionEncounter.setStatus(Encounter.EncounterStatus value)Encounter.StatusHistoryComponent.setStatus(Encounter.EncounterStatus value)Encounter.EncounterStatusEnumFactory.toCode(Encounter.EncounterStatus code)Encounter.EncounterStatusEnumFactory.toSystem(Encounter.EncounterStatus code)Method parameters in org.hl7.fhir.r5.model with type arguments of type Encounter.EncounterStatusModifier and TypeMethodDescriptionEncounter.setStatusElement(Enumeration<Encounter.EncounterStatus> value)Encounter.StatusHistoryComponent.setStatusElement(Enumeration<Encounter.EncounterStatus> value)Constructors in org.hl7.fhir.r5.model with parameters of type Encounter.EncounterStatusModifierConstructorDescriptionEncounter(Encounter.EncounterStatus status, Coding class_)ConstructorStatusHistoryComponent(Encounter.EncounterStatus status, Period period)Constructor