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