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