| Package | Description |
|---|---|
| ca.uhn.fhir.model.dstu2.resource | |
| ca.uhn.fhir.model.dstu2.valueset |
| Modifier and Type | Method and Description |
|---|---|
BoundCodeableConceptDt<ImmunizationReasonCodesEnum> |
Immunization.Explanation.addReason()
Add a value for reason ()
|
BoundCodeableConceptDt<ImmunizationReasonCodesEnum> |
Immunization.Explanation.addReason(ImmunizationReasonCodesEnum theValue)
Add a value for reason () using an enumerated type.
|
List<BoundCodeableConceptDt<ImmunizationReasonCodesEnum>> |
Immunization.Explanation.getReason()
Gets the value(s) for reason ().
|
BoundCodeableConceptDt<ImmunizationReasonCodesEnum> |
Immunization.Explanation.getReasonFirstRep()
Gets the first repetition for reason (),
creating it if it does not already exist.
|
| Modifier and Type | Method and Description |
|---|---|
BoundCodeableConceptDt<ImmunizationReasonCodesEnum> |
Immunization.Explanation.addReason(ImmunizationReasonCodesEnum theValue)
Add a value for reason () using an enumerated type.
|
Immunization.Explanation |
Immunization.Explanation.setReason(ImmunizationReasonCodesEnum theValue)
Sets the value(s), and clears any existing value(s) for reason ()
|
| Modifier and Type | Method and Description |
|---|---|
Immunization.Explanation |
Immunization.Explanation.setReason(List<BoundCodeableConceptDt<ImmunizationReasonCodesEnum>> theValue)
Sets the value(s) for reason ()
|
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<ImmunizationReasonCodesEnum> |
ImmunizationReasonCodesEnum.VALUESET_BINDER
Converts codes to their respective enumerated values
|
| Modifier and Type | Method and Description |
|---|---|
static ImmunizationReasonCodesEnum |
ImmunizationReasonCodesEnum.forCode(String theCode)
Returns the enumerated value associated with this code
|
static ImmunizationReasonCodesEnum |
ImmunizationReasonCodesEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImmunizationReasonCodesEnum[] |
ImmunizationReasonCodesEnum.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.