Uses of Class
org.hl7.fhir.r4.model.Consent.ConsentDataMeaning
-
Packages that use Consent.ConsentDataMeaning Package Description org.hl7.fhir.r4.model -
-
Uses of Consent.ConsentDataMeaning in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Consent.ConsentDataMeaning Modifier and Type Field Description protected 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.ConsentDataMeaning Modifier and Type Method Description static Consent.ConsentDataMeaningConsent.ConsentDataMeaning. fromCode(String codeString)Consent.ConsentDataMeaningConsent.ConsentDataMeaningEnumFactory. fromCode(String codeString)Consent.ConsentDataMeaningConsent.provisionDataComponent. getMeaning()static Consent.ConsentDataMeaningConsent.ConsentDataMeaning. valueOf(String name)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.Methods in org.hl7.fhir.r4.model that return types with arguments of type Consent.ConsentDataMeaning Modifier and Type Method Description Enumeration<Consent.ConsentDataMeaning>Consent.ConsentDataMeaningEnumFactory. fromType(Base code)Enumeration<Consent.ConsentDataMeaning>Consent.provisionDataComponent. getMeaningElement()Methods in org.hl7.fhir.r4.model with parameters of type Consent.ConsentDataMeaning Modifier and Type Method Description Consent.provisionDataComponentConsent.provisionDataComponent. setMeaning(Consent.ConsentDataMeaning value)StringConsent.ConsentDataMeaningEnumFactory. toCode(Consent.ConsentDataMeaning code)StringConsent.ConsentDataMeaningEnumFactory. toSystem(Consent.ConsentDataMeaning code)Method parameters in org.hl7.fhir.r4.model with type arguments of type Consent.ConsentDataMeaning Modifier and Type Method Description Consent.provisionDataComponentConsent.provisionDataComponent. setMeaningElement(Enumeration<Consent.ConsentDataMeaning> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type Consent.ConsentDataMeaning Constructor Description provisionDataComponent(Enumeration<Consent.ConsentDataMeaning> meaning, Reference reference)Constructor
-