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