| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Consent.ConsentState> |
Consent.status
Indicates the current state of this consent.
|
| Modifier and Type | Method and Description |
|---|---|
static Consent.ConsentState |
Consent.ConsentState.fromCode(String codeString) |
Consent.ConsentState |
Consent.ConsentStateEnumFactory.fromCode(String codeString) |
Consent.ConsentState |
Consent.getStatus() |
static Consent.ConsentState |
Consent.ConsentState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Consent.ConsentState[] |
Consent.ConsentState.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.ConsentState> |
Consent.ConsentStateEnumFactory.fromType(Base code) |
Enumeration<Consent.ConsentState> |
Consent.getStatusElement() |
| Modifier and Type | Method and Description |
|---|---|
Consent |
Consent.setStatus(Consent.ConsentState value) |
String |
Consent.ConsentStateEnumFactory.toCode(Consent.ConsentState code) |
String |
Consent.ConsentStateEnumFactory.toSystem(Consent.ConsentState code) |
| Modifier and Type | Method and Description |
|---|---|
Consent |
Consent.setStatusElement(Enumeration<Consent.ConsentState> value) |
| Constructor and Description |
|---|
Consent(Enumeration<Consent.ConsentState> status,
CodeableConcept scope)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.