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