Uses of Enum
org.hl7.fhir.dstu3.model.Consent.ConsentDataMeaning
Packages that use Consent.ConsentDataMeaning
-
Uses of Consent.ConsentDataMeaning in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Consent.ConsentDataMeaningModifier and TypeFieldDescriptionprotected Enumeration<Consent.ConsentDataMeaning>Consent.ConsentDataComponent.meaningHow the resource reference is interpreted when testing consent restrictions.protected Enumeration<Consent.ConsentDataMeaning>Consent.ExceptDataComponent.meaningHow the resource reference is interpreted when testing consent restrictions.Methods in org.hl7.fhir.dstu3.model that return Consent.ConsentDataMeaningModifier and TypeMethodDescriptionstatic Consent.ConsentDataMeaningConsent.ConsentDataComponent.getMeaning()Consent.ExceptDataComponent.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.dstu3.model that return types with arguments of type Consent.ConsentDataMeaningModifier and TypeMethodDescriptionConsent.ConsentDataComponent.getMeaningElement()Consent.ExceptDataComponent.getMeaningElement()Methods in org.hl7.fhir.dstu3.model with parameters of type Consent.ConsentDataMeaningModifier 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)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type Consent.ConsentDataMeaningModifier and TypeMethodDescriptionConsent.ConsentDataComponent.setMeaningElement(Enumeration<Consent.ConsentDataMeaning> value)Consent.ExceptDataComponent.setMeaningElement(Enumeration<Consent.ConsentDataMeaning> value)Constructor parameters in org.hl7.fhir.dstu3.model with type arguments of type Consent.ConsentDataMeaningModifierConstructorDescriptionConsentDataComponent(Enumeration<Consent.ConsentDataMeaning> meaning, Reference reference)ConstructorExceptDataComponent(Enumeration<Consent.ConsentDataMeaning> meaning, Reference reference)Constructor