Uses of Class
org.hl7.fhir.r4.model.Consent
-
Uses of Consent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected Consent
JsonParser.parseConsent
(com.google.gson.JsonObject json) protected Consent
XmlParser.parseConsent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeConsent
(String name, Consent element) protected void
RdfParser.composeConsent
(Turtle.Complex parent, String parentType, String name, Consent element, int index) protected void
XmlParser.composeConsent
(String name, Consent element) protected void
XmlParser.composeConsentElements
(Consent element) protected void
JsonParser.composeConsentInner
(Consent element) protected Consent.ConsentPolicyComponent
JsonParser.parseConsentConsentPolicyComponent
(com.google.gson.JsonObject json, Consent owner) protected Consent.ConsentPolicyComponent
XmlParser.parseConsentConsentPolicyComponent
(org.xmlpull.v1.XmlPullParser xpp, Consent owner) protected boolean
XmlParser.parseConsentConsentPolicyComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.ConsentPolicyComponent res) protected void
JsonParser.parseConsentConsentPolicyComponentProperties
(com.google.gson.JsonObject json, Consent owner, Consent.ConsentPolicyComponent res) protected Consent.ConsentVerificationComponent
JsonParser.parseConsentConsentVerificationComponent
(com.google.gson.JsonObject json, Consent owner) protected Consent.ConsentVerificationComponent
XmlParser.parseConsentConsentVerificationComponent
(org.xmlpull.v1.XmlPullParser xpp, Consent owner) protected boolean
XmlParser.parseConsentConsentVerificationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.ConsentVerificationComponent res) protected void
JsonParser.parseConsentConsentVerificationComponentProperties
(com.google.gson.JsonObject json, Consent owner, Consent.ConsentVerificationComponent res) protected boolean
XmlParser.parseConsentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent res) protected void
JsonParser.parseConsentProperties
(com.google.gson.JsonObject json, Consent res) protected Consent.provisionActorComponent
JsonParser.parseConsentprovisionActorComponent
(com.google.gson.JsonObject json, Consent owner) protected Consent.provisionActorComponent
XmlParser.parseConsentprovisionActorComponent
(org.xmlpull.v1.XmlPullParser xpp, Consent owner) protected boolean
XmlParser.parseConsentprovisionActorComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.provisionActorComponent res) protected void
JsonParser.parseConsentprovisionActorComponentProperties
(com.google.gson.JsonObject json, Consent owner, Consent.provisionActorComponent res) protected Consent.provisionComponent
JsonParser.parseConsentprovisionComponent
(com.google.gson.JsonObject json, Consent owner) protected Consent.provisionComponent
XmlParser.parseConsentprovisionComponent
(org.xmlpull.v1.XmlPullParser xpp, Consent owner) protected boolean
XmlParser.parseConsentprovisionComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.provisionComponent res) protected void
JsonParser.parseConsentprovisionComponentProperties
(com.google.gson.JsonObject json, Consent owner, Consent.provisionComponent res) protected Consent.provisionDataComponent
JsonParser.parseConsentprovisionDataComponent
(com.google.gson.JsonObject json, Consent owner) protected Consent.provisionDataComponent
XmlParser.parseConsentprovisionDataComponent
(org.xmlpull.v1.XmlPullParser xpp, Consent owner) protected boolean
XmlParser.parseConsentprovisionDataComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.provisionDataComponent res) protected void
JsonParser.parseConsentprovisionDataComponentProperties
(com.google.gson.JsonObject json, Consent owner, Consent.provisionDataComponent res) -
Uses of Consent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Consent
ResearchSubject.consentTarget
The actual object that is the target of the reference (A record of the patient's informed agreement to participate in the study.)Modifier and TypeMethodDescriptionConsent.addCategory
(CodeableConcept t) Consent.addIdentifier
(Identifier t) Consent.addOrganization
(Reference t) Consent.addPerformer
(Reference t) Consent.addPolicy
(Consent.ConsentPolicyComponent t) Consent.copy()
ResearchSubject.getConsentTarget()
Consent.setCategory
(List<CodeableConcept> theCategory) Consent.setDateTime
(Date value) Consent.setDateTimeElement
(DateTimeType value) Consent.setIdentifier
(List<Identifier> theIdentifier) Consent.setOrganization
(List<Reference> theOrganization) Consent.setPatient
(Reference value) Consent.setPatientTarget
(Patient value) Consent.setPerformer
(List<Reference> thePerformer) Consent.setPolicy
(List<Consent.ConsentPolicyComponent> thePolicy) Consent.setPolicyRule
(CodeableConcept value) Consent.setProvision
(Consent.provisionComponent value) Consent.setScope
(CodeableConcept value) Consent.setStatus
(Consent.ConsentState value) Consent.setStatusElement
(Enumeration<Consent.ConsentState> value) Consent.setVerification
(List<Consent.ConsentVerificationComponent> theVerification) protected Consent
Consent.typedCopy()
Modifier and TypeMethodDescriptionvoid
Consent.copyValues
(Consent dst) ResearchSubject.setConsentTarget
(Consent value)