| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Consent.ConsentDataMeaning> |
Consent.provisionDataComponent.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.provisionDataComponent.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.provisionDataComponent.getMeaningElement() |
| Modifier and Type | Method and Description |
|---|---|
Consent.provisionDataComponent |
Consent.provisionDataComponent.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.provisionDataComponent |
Consent.provisionDataComponent.setMeaningElement(Enumeration<Consent.ConsentDataMeaning> value) |
| Constructor and Description |
|---|
provisionDataComponent(Enumeration<Consent.ConsentDataMeaning> meaning,
Reference reference)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.