
Uses of Enum Class
org.hl7.fhir.r5.model.Enumerations.ConsentDataMeaning
Packages that use Enumerations.ConsentDataMeaning
-
Uses of Enumerations.ConsentDataMeaning in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Enumerations.ConsentDataMeaningModifier and TypeFieldDescriptionprotected Enumeration<Enumerations.ConsentDataMeaning> Consent.ProvisionDataComponent.meaningHow the resource reference is interpreted when testing consent restrictions.protected Enumeration<Enumerations.ConsentDataMeaning> Permission.RuleDataResourceComponent.meaningHow the resource reference is interpreted when testing consent restrictions.Methods in org.hl7.fhir.r5.model that return Enumerations.ConsentDataMeaningModifier and TypeMethodDescriptionConsent.ProvisionDataComponent.getMeaning()Permission.RuleDataResourceComponent.getMeaning()Returns the enum constant of this class with the specified name.static Enumerations.ConsentDataMeaning[]Enumerations.ConsentDataMeaning.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Enumerations.ConsentDataMeaningModifier and TypeMethodDescriptionEnumerations.ConsentDataMeaningEnumFactory.fromType(PrimitiveType<?> code) Consent.ProvisionDataComponent.getMeaningElement()Permission.RuleDataResourceComponent.getMeaningElement()Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.ConsentDataMeaningModifier 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) Method parameters in org.hl7.fhir.r5.model with type arguments of type Enumerations.ConsentDataMeaningModifier and TypeMethodDescriptionConsent.ProvisionDataComponent.setMeaningElement(Enumeration<Enumerations.ConsentDataMeaning> value) Permission.RuleDataResourceComponent.setMeaningElement(Enumeration<Enumerations.ConsentDataMeaning> value) Constructors in org.hl7.fhir.r5.model with parameters of type Enumerations.ConsentDataMeaningModifierConstructorDescriptionProvisionDataComponent(Enumerations.ConsentDataMeaning meaning, Reference reference) ConstructorRuleDataResourceComponent(Enumerations.ConsentDataMeaning meaning, Reference reference) Constructor