
Uses of Enum
org.hl7.fhir.dstu2.model.Encounter.EncounterClass
Packages that use Encounter.EncounterClass
-
Uses of Encounter.EncounterClass in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Encounter.EncounterClassModifier and TypeFieldDescriptionprotected Enumeration
<Encounter.EncounterClass> Encounter.class_
inpatient | outpatient | ambulatory | emergency +.Methods in org.hl7.fhir.dstu2.model that return Encounter.EncounterClassModifier 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.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Encounter.EncounterClassMethods in org.hl7.fhir.dstu2.model with parameters of type Encounter.EncounterClassModifier and TypeMethodDescriptionEncounter.setClass_
(Encounter.EncounterClass value) Encounter.EncounterClassEnumFactory.toCode
(Encounter.EncounterClass code) Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Encounter.EncounterClassModifier and TypeMethodDescriptionEncounter.setClass_Element
(Enumeration<Encounter.EncounterClass> value)