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