Uses of Class
org.hl7.fhir.dstu2.model.Encounter.EncounterClass
-
Packages that use Encounter.EncounterClass Package Description org.hl7.fhir.dstu2.model -
-
Uses of Encounter.EncounterClass in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Encounter.EncounterClass Modifier and Type Field Description protected Enumeration<Encounter.EncounterClass>Encounter. class_inpatient | outpatient | ambulatory | emergency +.Methods in org.hl7.fhir.dstu2.model that return Encounter.EncounterClass Modifier and Type Method Description static Encounter.EncounterClassEncounter.EncounterClass. fromCode(String codeString)Encounter.EncounterClassEncounter.EncounterClassEnumFactory. fromCode(String codeString)Encounter.EncounterClassEncounter. getClass_()static Encounter.EncounterClassEncounter.EncounterClass. valueOf(String name)Returns the enum constant of this type with the specified name.static Encounter.EncounterClass[]Encounter.EncounterClass. 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.EncounterClass Modifier and Type Method Description Enumeration<Encounter.EncounterClass>Encounter.EncounterClassEnumFactory. fromType(Base code)Enumeration<Encounter.EncounterClass>Encounter. getClass_Element()Methods in org.hl7.fhir.dstu2.model with parameters of type Encounter.EncounterClass Modifier and Type Method Description EncounterEncounter. setClass_(Encounter.EncounterClass value)StringEncounter.EncounterClassEnumFactory. toCode(Encounter.EncounterClass code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Encounter.EncounterClass Modifier and Type Method Description EncounterEncounter. setClass_Element(Enumeration<Encounter.EncounterClass> value)
-