Uses of Class
com.ibm.fhir.model.type.code.ConsentDataMeaning
-
Packages that use ConsentDataMeaning Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of ConsentDataMeaning in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ConsentDataMeaning Modifier and Type Method Description ConsentDataMeaningConsent.Provision.Data. getMeaning()How the resource reference is interpreted when testing consent restrictions.Methods in com.ibm.fhir.model.resource with parameters of type ConsentDataMeaning Modifier and Type Method Description Consent.Provision.Data.BuilderConsent.Provision.Data.Builder. meaning(ConsentDataMeaning meaning)How the resource reference is interpreted when testing consent restrictions. -
Uses of ConsentDataMeaning in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as ConsentDataMeaning Modifier and Type Field Description static ConsentDataMeaningConsentDataMeaning. AUTHOREDBYAuthoredBystatic ConsentDataMeaningConsentDataMeaning. DEPENDENTSDependentsstatic ConsentDataMeaningConsentDataMeaning. INSTANCEInstancestatic ConsentDataMeaningConsentDataMeaning. RELATEDRelatedMethods in com.ibm.fhir.model.type.code that return ConsentDataMeaning Modifier and Type Method Description ConsentDataMeaningConsentDataMeaning.Builder. build()static ConsentDataMeaningConsentDataMeaning. of(ConsentDataMeaning.ValueSet value)Factory method for creating ConsentDataMeaning objects from a passed enum value.static ConsentDataMeaningConsentDataMeaning. of(String value)Factory method for creating ConsentDataMeaning objects from a passed string value.
-