Uses of Enum
org.hl7.fhir.dstu3.model.Consent.ConsentDataMeaning
-
Uses of Consent.ConsentDataMeaning in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Consent.ConsentDataMeaning> Consent.ConsentDataComponent.meaning
How the resource reference is interpreted when testing consent restrictions.protected Enumeration
<Consent.ConsentDataMeaning> Consent.ExceptDataComponent.meaning
How the resource reference is interpreted when testing consent restrictions.Modifier and TypeMethodDescriptionstatic Consent.ConsentDataMeaning
Consent.ConsentDataComponent.getMeaning()
Consent.ExceptDataComponent.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.ConsentDataComponent.getMeaningElement()
Consent.ExceptDataComponent.getMeaningElement()
Modifier and TypeMethodDescriptionConsent.ConsentDataComponent.setMeaning
(Consent.ConsentDataMeaning value) Consent.ExceptDataComponent.setMeaning
(Consent.ConsentDataMeaning value) Consent.ConsentDataMeaningEnumFactory.toCode
(Consent.ConsentDataMeaning code) Consent.ConsentDataMeaningEnumFactory.toSystem
(Consent.ConsentDataMeaning code) Modifier and TypeMethodDescriptionConsent.ConsentDataComponent.setMeaningElement
(Enumeration<Consent.ConsentDataMeaning> value) Consent.ExceptDataComponent.setMeaningElement
(Enumeration<Consent.ConsentDataMeaning> value) ModifierConstructorDescriptionConsentDataComponent
(Enumeration<Consent.ConsentDataMeaning> meaning, Reference reference) ConstructorExceptDataComponent
(Enumeration<Consent.ConsentDataMeaning> meaning, Reference reference) Constructor