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