Uses of Enum
org.hl7.fhir.r4.model.Consent.ConsentState
-
Uses of Consent.ConsentState in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Consent.ConsentState> Consent.status
Indicates the current state of this consent.Modifier and TypeMethodDescriptionstatic Consent.ConsentState
Consent.getStatus()
static Consent.ConsentState
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 TypeMethodDescriptionConsent.ConsentStateEnumFactory.fromType
(PrimitiveType<?> code) Consent.getStatusElement()
Modifier and TypeMethodDescriptionConsent.setStatus
(Consent.ConsentState value) Consent.ConsentStateEnumFactory.toCode
(Consent.ConsentState code) Consent.ConsentStateEnumFactory.toSystem
(Consent.ConsentState code) Modifier and TypeMethodDescriptionConsent.setStatusElement
(Enumeration<Consent.ConsentState> value) ModifierConstructorDescriptionConsent
(Enumeration<Consent.ConsentState> status, CodeableConcept scope) Constructor