| Package | Description |
|---|---|
| org.hl7.fhir.dstu3.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Consent.ConsentExceptType> |
Consent.ExceptComponent.type
Action to take - permit or deny - when the exception conditions are met.
|
| Modifier and Type | Method and Description |
|---|---|
static Consent.ConsentExceptType |
Consent.ConsentExceptType.fromCode(String codeString) |
Consent.ConsentExceptType |
Consent.ConsentExceptTypeEnumFactory.fromCode(String codeString) |
Consent.ConsentExceptType |
Consent.ExceptComponent.getType() |
static Consent.ConsentExceptType |
Consent.ConsentExceptType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Consent.ConsentExceptType[] |
Consent.ConsentExceptType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Consent.ConsentExceptType> |
Consent.ConsentExceptTypeEnumFactory.fromType(Base code) |
Enumeration<Consent.ConsentExceptType> |
Consent.ExceptComponent.getTypeElement() |
| Modifier and Type | Method and Description |
|---|---|
Consent.ExceptComponent |
Consent.ExceptComponent.setType(Consent.ConsentExceptType value) |
String |
Consent.ConsentExceptTypeEnumFactory.toCode(Consent.ConsentExceptType code) |
String |
Consent.ConsentExceptTypeEnumFactory.toSystem(Consent.ConsentExceptType code) |
| Modifier and Type | Method and Description |
|---|---|
Consent.ExceptComponent |
Consent.ExceptComponent.setTypeElement(Enumeration<Consent.ConsentExceptType> value) |
| Constructor and Description |
|---|
ExceptComponent(Enumeration<Consent.ConsentExceptType> type)
Constructor
|
Copyright © 2014–2017 University Health Network. All rights reserved.