Uses of Enum
org.hl7.fhir.r5.model.Enumerations.ConsentDataMeaning
-
Uses of Enumerations.ConsentDataMeaning in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Enumerations.ConsentDataMeaning> Consent.ProvisionDataComponent.meaning
How the resource reference is interpreted when testing consent restrictions.protected Enumeration
<Enumerations.ConsentDataMeaning> Permission.RuleDataResourceComponent.meaning
How the resource reference is interpreted when testing consent restrictions.Modifier and TypeMethodDescriptionConsent.ProvisionDataComponent.getMeaning()
Permission.RuleDataResourceComponent.getMeaning()
Returns the enum constant of this type with the specified name.static Enumerations.ConsentDataMeaning[]
Enumerations.ConsentDataMeaning.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionEnumerations.ConsentDataMeaningEnumFactory.fromType
(PrimitiveType<?> code) Consent.ProvisionDataComponent.getMeaningElement()
Permission.RuleDataResourceComponent.getMeaningElement()
Modifier and TypeMethodDescriptionConsent.ProvisionDataComponent.setMeaning
(Enumerations.ConsentDataMeaning value) Permission.RuleDataResourceComponent.setMeaning
(Enumerations.ConsentDataMeaning value) Enumerations.ConsentDataMeaningEnumFactory.toCode
(Enumerations.ConsentDataMeaning code) Enumerations.ConsentDataMeaningEnumFactory.toSystem
(Enumerations.ConsentDataMeaning code) Modifier and TypeMethodDescriptionConsent.ProvisionDataComponent.setMeaningElement
(Enumeration<Enumerations.ConsentDataMeaning> value) Permission.RuleDataResourceComponent.setMeaningElement
(Enumeration<Enumerations.ConsentDataMeaning> value) ModifierConstructorDescriptionProvisionDataComponent
(Enumerations.ConsentDataMeaning meaning, Reference reference) ConstructorRuleDataResourceComponent
(Enumerations.ConsentDataMeaning meaning, Reference reference) Constructor