| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Consent.ConsentProvisionType> |
Consent.provisionComponent.type
Action to take - permit or deny - when the rule conditions are met.
|
| Modifier and Type | Method and Description |
|---|---|
static Consent.ConsentProvisionType |
Consent.ConsentProvisionType.fromCode(String codeString) |
Consent.ConsentProvisionType |
Consent.ConsentProvisionTypeEnumFactory.fromCode(String codeString) |
Consent.ConsentProvisionType |
Consent.provisionComponent.getType() |
static Consent.ConsentProvisionType |
Consent.ConsentProvisionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Consent.ConsentProvisionType[] |
Consent.ConsentProvisionType.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.ConsentProvisionType> |
Consent.ConsentProvisionTypeEnumFactory.fromType(Base code) |
Enumeration<Consent.ConsentProvisionType> |
Consent.provisionComponent.getTypeElement() |
| Modifier and Type | Method and Description |
|---|---|
Consent.provisionComponent |
Consent.provisionComponent.setType(Consent.ConsentProvisionType value) |
String |
Consent.ConsentProvisionTypeEnumFactory.toCode(Consent.ConsentProvisionType code) |
String |
Consent.ConsentProvisionTypeEnumFactory.toSystem(Consent.ConsentProvisionType code) |
| Modifier and Type | Method and Description |
|---|---|
Consent.provisionComponent |
Consent.provisionComponent.setTypeElement(Enumeration<Consent.ConsentProvisionType> value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.