Uses of Enum
org.hl7.fhir.r4.model.Consent.ConsentDataMeaning
-
Uses of Consent.ConsentDataMeaning in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Consent.ConsentDataMeaning> Consent.provisionDataComponent.meaning
How the resource reference is interpreted when testing consent restrictions.Modifier and TypeMethodDescriptionstatic Consent.ConsentDataMeaning
Consent.provisionDataComponent.getMeaning()
static Consent.ConsentDataMeaning
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 TypeMethodDescriptionConsent.ConsentDataMeaningEnumFactory.fromType
(PrimitiveType<?> code) Consent.provisionDataComponent.getMeaningElement()
Modifier and TypeMethodDescriptionConsent.provisionDataComponent.setMeaning
(Consent.ConsentDataMeaning value) Consent.ConsentDataMeaningEnumFactory.toCode
(Consent.ConsentDataMeaning code) Consent.ConsentDataMeaningEnumFactory.toSystem
(Consent.ConsentDataMeaning code) Modifier and TypeMethodDescriptionConsent.provisionDataComponent.setMeaningElement
(Enumeration<Consent.ConsentDataMeaning> value) ModifierConstructorDescriptionprovisionDataComponent
(Enumeration<Consent.ConsentDataMeaning> meaning, Reference reference) Constructor