| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.resource | |
| ca.uhn.fhir.model.dstu2.valueset |
| Modifier and Type | Method and Description |
|---|---|
BoundCodeableConceptDt<EncounterTypeEnum> |
Encounter.addType()
Add a value for type (class)
|
BoundCodeableConceptDt<EncounterTypeEnum> |
Encounter.addType(EncounterTypeEnum theValue)
Add a value for type (class) using an enumerated type.
|
List<BoundCodeableConceptDt<EncounterTypeEnum>> |
Encounter.getType()
Gets the value(s) for type (class).
|
BoundCodeableConceptDt<EncounterTypeEnum> |
Encounter.getTypeFirstRep()
Gets the first repetition for type (class),
creating it if it does not already exist.
|
| Modifier and Type | Method and Description |
|---|---|
BoundCodeableConceptDt<EncounterTypeEnum> |
Encounter.addType(EncounterTypeEnum theValue)
Add a value for type (class) using an enumerated type.
|
Encounter |
Encounter.setType(EncounterTypeEnum theValue)
Sets the value(s), and clears any existing value(s) for type (class)
|
| Modifier and Type | Method and Description |
|---|---|
Encounter |
Encounter.setType(List<BoundCodeableConceptDt<EncounterTypeEnum>> theValue)
Sets the value(s) for type (class)
|
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<EncounterTypeEnum> |
EncounterTypeEnum.VALUESET_BINDER
Converts codes to their respective enumerated values
|
| Modifier and Type | Method and Description |
|---|---|
static EncounterTypeEnum |
EncounterTypeEnum.forCode(String theCode)
Returns the enumerated value associated with this code
|
static EncounterTypeEnum |
EncounterTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncounterTypeEnum[] |
EncounterTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2016 University Health Network. All rights reserved.