Uses of Class
org.hl7.fhir.dstu3.model.Consent.ConsentDataComponent
-
Uses of Consent.ConsentDataComponent in org.hl7.fhir.dstu3.formats
Modifier and TypeMethodDescriptionprotected Consent.ConsentDataComponent
JsonParser.parseConsentConsentDataComponent
(com.google.gson.JsonObject json, Consent owner) protected Consent.ConsentDataComponent
XmlParser.parseConsentConsentDataComponent
(org.xmlpull.v1.XmlPullParser xpp, Consent owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeConsentConsentDataComponent
(String name, Consent.ConsentDataComponent element) protected void
RdfParser.composeConsentConsentDataComponent
(Turtle.Complex parent, String parentType, String name, Consent.ConsentDataComponent element, int index) protected void
XmlParser.composeConsentConsentDataComponent
(String name, Consent.ConsentDataComponent element) protected void
XmlParser.composeConsentConsentDataComponentElements
(Consent.ConsentDataComponent element) protected void
JsonParser.composeConsentConsentDataComponentInner
(Consent.ConsentDataComponent element) protected boolean
XmlParser.parseConsentConsentDataComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.ConsentDataComponent res) protected void
JsonParser.parseConsentConsentDataComponentProperties
(com.google.gson.JsonObject json, Consent owner, Consent.ConsentDataComponent res) -
Uses of Consent.ConsentDataComponent in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected List
<Consent.ConsentDataComponent> Consent.data
The resources controlled by this consent, if specific resources are referenced.Modifier and TypeMethodDescriptionConsent.addData()
Consent.ConsentDataComponent.copy()
Consent.getDataFirstRep()
Consent.ConsentDataComponent.setMeaning
(Consent.ConsentDataMeaning value) Consent.ConsentDataComponent.setMeaningElement
(Enumeration<Consent.ConsentDataMeaning> value) Consent.ConsentDataComponent.setReference
(Reference value) Consent.ConsentDataComponent.setReferenceTarget
(Resource value)