Uses of Class
org.hl7.fhir.r4.model.Consent
-
Packages that use Consent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Consent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Consent Modifier and Type Method Description protected ConsentJsonParser. parseConsent(com.google.gson.JsonObject json)protected ConsentXmlParser. parseConsent(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type Consent Modifier and Type Method Description protected voidJsonParser. composeConsent(String name, Consent element)protected voidRdfParser. composeConsent(Turtle.Complex parent, String parentType, String name, Consent element, int index)protected voidXmlParser. composeConsent(String name, Consent element)protected voidXmlParser. composeConsentElements(Consent element)protected voidJsonParser. composeConsentInner(Consent element)protected Consent.ConsentPolicyComponentJsonParser. parseConsentConsentPolicyComponent(com.google.gson.JsonObject json, Consent owner)protected Consent.ConsentPolicyComponentXmlParser. parseConsentConsentPolicyComponent(org.xmlpull.v1.XmlPullParser xpp, Consent owner)protected booleanXmlParser. parseConsentConsentPolicyComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.ConsentPolicyComponent res)protected voidJsonParser. parseConsentConsentPolicyComponentProperties(com.google.gson.JsonObject json, Consent owner, Consent.ConsentPolicyComponent res)protected Consent.ConsentVerificationComponentJsonParser. parseConsentConsentVerificationComponent(com.google.gson.JsonObject json, Consent owner)protected Consent.ConsentVerificationComponentXmlParser. parseConsentConsentVerificationComponent(org.xmlpull.v1.XmlPullParser xpp, Consent owner)protected booleanXmlParser. parseConsentConsentVerificationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.ConsentVerificationComponent res)protected voidJsonParser. parseConsentConsentVerificationComponentProperties(com.google.gson.JsonObject json, Consent owner, Consent.ConsentVerificationComponent res)protected booleanXmlParser. parseConsentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent res)protected voidJsonParser. parseConsentProperties(com.google.gson.JsonObject json, Consent res)protected Consent.provisionActorComponentJsonParser. parseConsentprovisionActorComponent(com.google.gson.JsonObject json, Consent owner)protected Consent.provisionActorComponentXmlParser. parseConsentprovisionActorComponent(org.xmlpull.v1.XmlPullParser xpp, Consent owner)protected booleanXmlParser. parseConsentprovisionActorComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.provisionActorComponent res)protected voidJsonParser. parseConsentprovisionActorComponentProperties(com.google.gson.JsonObject json, Consent owner, Consent.provisionActorComponent res)protected Consent.provisionComponentJsonParser. parseConsentprovisionComponent(com.google.gson.JsonObject json, Consent owner)protected Consent.provisionComponentXmlParser. parseConsentprovisionComponent(org.xmlpull.v1.XmlPullParser xpp, Consent owner)protected booleanXmlParser. parseConsentprovisionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.provisionComponent res)protected voidJsonParser. parseConsentprovisionComponentProperties(com.google.gson.JsonObject json, Consent owner, Consent.provisionComponent res)protected Consent.provisionDataComponentJsonParser. parseConsentprovisionDataComponent(com.google.gson.JsonObject json, Consent owner)protected Consent.provisionDataComponentXmlParser. parseConsentprovisionDataComponent(org.xmlpull.v1.XmlPullParser xpp, Consent owner)protected booleanXmlParser. parseConsentprovisionDataComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.provisionDataComponent res)protected voidJsonParser. parseConsentprovisionDataComponentProperties(com.google.gson.JsonObject json, Consent owner, Consent.provisionDataComponent res) -
Uses of Consent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as Consent Modifier and Type Field Description protected ConsentResearchSubject. consentTargetThe actual object that is the target of the reference (A record of the patient's informed agreement to participate in the study.)Methods in org.hl7.fhir.r4.model with parameters of type Consent Modifier and Type Method Description voidConsent. copyValues(Consent dst)ResearchSubjectResearchSubject. setConsentTarget(Consent value)
-