Uses of Class
org.hl7.fhir.r4.model.Consent.provisionDataComponent
-
Packages that use Consent.provisionDataComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Consent.provisionDataComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Consent.provisionDataComponent Modifier and Type Method Description protected Consent.provisionDataComponentJsonParser. parseConsentprovisionDataComponent(com.google.gson.JsonObject json, Consent owner)protected Consent.provisionDataComponentXmlParser. parseConsentprovisionDataComponent(org.xmlpull.v1.XmlPullParser xpp, Consent owner) -
Uses of Consent.provisionDataComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Consent.provisionDataComponent Modifier and Type Field Description protected List<Consent.provisionDataComponent>Consent.provisionComponent. dataThe resources controlled by this rule if specific resources are referenced.Methods in org.hl7.fhir.r4.model that return Consent.provisionDataComponent Modifier and Type Method Description Consent.provisionDataComponentConsent.provisionComponent. addData()Consent.provisionDataComponentConsent.provisionDataComponent. copy()Consent.provisionDataComponentConsent.provisionComponent. getDataFirstRep()Consent.provisionDataComponentConsent.provisionDataComponent. setMeaning(Consent.ConsentDataMeaning value)Consent.provisionDataComponentConsent.provisionDataComponent. setMeaningElement(Enumeration<Consent.ConsentDataMeaning> value)Consent.provisionDataComponentConsent.provisionDataComponent. setReference(Reference value)Consent.provisionDataComponentConsent.provisionDataComponent. setReferenceTarget(Resource value)Methods in org.hl7.fhir.r4.model that return types with arguments of type Consent.provisionDataComponent Modifier and Type Method Description List<Consent.provisionDataComponent>Consent.provisionComponent. getData()Methods in org.hl7.fhir.r4.model with parameters of type Consent.provisionDataComponent Modifier and Type Method Description Consent.provisionComponentConsent.provisionComponent. addData(Consent.provisionDataComponent t)voidConsent.provisionDataComponent. copyValues(Consent.provisionDataComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Consent.provisionDataComponent Modifier and Type Method Description Consent.provisionComponentConsent.provisionComponent. setData(List<Consent.provisionDataComponent> theData)
-