Uses of Class
org.hl7.fhir.r4.model.Encounter.EncounterLocationStatus
-
Packages that use Encounter.EncounterLocationStatus Package Description org.hl7.fhir.r4.model -
-
Uses of Encounter.EncounterLocationStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Encounter.EncounterLocationStatus Modifier and Type Field Description protected Enumeration<Encounter.EncounterLocationStatus>Encounter.EncounterLocationComponent. statusThe status of the participants' presence at the specified location during the period specified.Methods in org.hl7.fhir.r4.model that return Encounter.EncounterLocationStatus Modifier and Type Method Description static Encounter.EncounterLocationStatusEncounter.EncounterLocationStatus. fromCode(String codeString)Encounter.EncounterLocationStatusEncounter.EncounterLocationStatusEnumFactory. fromCode(String codeString)Encounter.EncounterLocationStatusEncounter.EncounterLocationComponent. getStatus()static Encounter.EncounterLocationStatusEncounter.EncounterLocationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Encounter.EncounterLocationStatus[]Encounter.EncounterLocationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type Encounter.EncounterLocationStatus Modifier and Type Method Description Enumeration<Encounter.EncounterLocationStatus>Encounter.EncounterLocationStatusEnumFactory. fromType(Base code)Enumeration<Encounter.EncounterLocationStatus>Encounter.EncounterLocationComponent. getStatusElement()Methods in org.hl7.fhir.r4.model with parameters of type Encounter.EncounterLocationStatus Modifier and Type Method Description Encounter.EncounterLocationComponentEncounter.EncounterLocationComponent. setStatus(Encounter.EncounterLocationStatus value)StringEncounter.EncounterLocationStatusEnumFactory. toCode(Encounter.EncounterLocationStatus code)StringEncounter.EncounterLocationStatusEnumFactory. toSystem(Encounter.EncounterLocationStatus code)Method parameters in org.hl7.fhir.r4.model with type arguments of type Encounter.EncounterLocationStatus Modifier and Type Method Description Encounter.EncounterLocationComponentEncounter.EncounterLocationComponent. setStatusElement(Enumeration<Encounter.EncounterLocationStatus> value)
-