Uses of Enum
org.hl7.fhir.r4.model.Consent.ConsentDataMeaning
Packages that use Consent.ConsentDataMeaning
-
Uses of Consent.ConsentDataMeaning in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Consent.ConsentDataMeaningModifier and TypeFieldDescriptionprotected Enumeration<Consent.ConsentDataMeaning>Consent.provisionDataComponent.meaningHow the resource reference is interpreted when testing consent restrictions.Methods in org.hl7.fhir.r4.model that return Consent.ConsentDataMeaningModifier and TypeMethodDescriptionstatic Consent.ConsentDataMeaningConsent.provisionDataComponent.getMeaning()static Consent.ConsentDataMeaningReturns 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.Methods in org.hl7.fhir.r4.model that return types with arguments of type Consent.ConsentDataMeaningMethods in org.hl7.fhir.r4.model with parameters of type Consent.ConsentDataMeaningModifier and TypeMethodDescriptionConsent.provisionDataComponent.setMeaning(Consent.ConsentDataMeaning value) Consent.ConsentDataMeaningEnumFactory.toCode(Consent.ConsentDataMeaning code) Consent.ConsentDataMeaningEnumFactory.toSystem(Consent.ConsentDataMeaning code) Method parameters in org.hl7.fhir.r4.model with type arguments of type Consent.ConsentDataMeaningModifier and TypeMethodDescriptionConsent.provisionDataComponent.setMeaningElement(Enumeration<Consent.ConsentDataMeaning> value) Constructor parameters in org.hl7.fhir.r4.model with type arguments of type Consent.ConsentDataMeaningModifierConstructorDescriptionprovisionDataComponent(Enumeration<Consent.ConsentDataMeaning> meaning, Reference reference) Constructor