Uses of Enum
org.hl7.fhir.dstu2.model.Encounter.EncounterClass
-
Uses of Encounter.EncounterClass in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Encounter.EncounterClass> Encounter.class_
inpatient | outpatient | ambulatory | emergency +.Modifier and TypeMethodDescriptionstatic Encounter.EncounterClass
Encounter.getClass_()
static Encounter.EncounterClass
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.Modifier and TypeMethodDescriptionEncounter.setClass_
(Encounter.EncounterClass value) Encounter.EncounterClassEnumFactory.toCode
(Encounter.EncounterClass code) Modifier and TypeMethodDescriptionEncounter.setClass_Element
(Enumeration<Encounter.EncounterClass> value)