| Package | Description |
|---|---|
| org.hl7.fhir.dstu3.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Consent.ConsentDataMeaning> |
Consent.ConsentDataComponent.meaning
How the resource reference is interpreted when testing consent restrictions.
|
protected Enumeration<Consent.ConsentDataMeaning> |
Consent.ExceptDataComponent.meaning
How the resource reference is interpreted when testing consent restrictions.
|
| Modifier and Type | Method and Description |
|---|---|
static Consent.ConsentDataMeaning |
Consent.ConsentDataMeaning.fromCode(String codeString) |
Consent.ConsentDataMeaning |
Consent.ConsentDataMeaningEnumFactory.fromCode(String codeString) |
Consent.ConsentDataMeaning |
Consent.ConsentDataComponent.getMeaning() |
Consent.ConsentDataMeaning |
Consent.ExceptDataComponent.getMeaning() |
static Consent.ConsentDataMeaning |
Consent.ConsentDataMeaning.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Consent.ConsentDataMeaning[] |
Consent.ConsentDataMeaning.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.ConsentDataMeaning> |
Consent.ConsentDataMeaningEnumFactory.fromType(Base code) |
Enumeration<Consent.ConsentDataMeaning> |
Consent.ConsentDataComponent.getMeaningElement() |
Enumeration<Consent.ConsentDataMeaning> |
Consent.ExceptDataComponent.getMeaningElement() |
| Modifier and Type | Method and Description |
|---|---|
Consent.ConsentDataComponent |
Consent.ConsentDataComponent.setMeaning(Consent.ConsentDataMeaning value) |
Consent.ExceptDataComponent |
Consent.ExceptDataComponent.setMeaning(Consent.ConsentDataMeaning value) |
String |
Consent.ConsentDataMeaningEnumFactory.toCode(Consent.ConsentDataMeaning code) |
String |
Consent.ConsentDataMeaningEnumFactory.toSystem(Consent.ConsentDataMeaning code) |
| Modifier and Type | Method and Description |
|---|---|
Consent.ConsentDataComponent |
Consent.ConsentDataComponent.setMeaningElement(Enumeration<Consent.ConsentDataMeaning> value) |
Consent.ExceptDataComponent |
Consent.ExceptDataComponent.setMeaningElement(Enumeration<Consent.ConsentDataMeaning> value) |
| Constructor and Description |
|---|
ConsentDataComponent(Enumeration<Consent.ConsentDataMeaning> meaning,
Reference reference)
Constructor
|
ExceptDataComponent(Enumeration<Consent.ConsentDataMeaning> meaning,
Reference reference)
Constructor
|
Copyright © 2014–2017 University Health Network. All rights reserved.