Uses of Class
org.hl7.fhir.dstu3.model.Consent
-
Uses of Consent in org.hl7.fhir.dstu3.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.ConsentActorComponent
JsonParser.parseConsentConsentActorComponent
(com.google.gson.JsonObject json, Consent owner) protected Consent.ConsentActorComponent
XmlParser.parseConsentConsentActorComponent
(org.xmlpull.v1.XmlPullParser xpp, Consent owner) protected boolean
XmlParser.parseConsentConsentActorComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.ConsentActorComponent res) protected void
JsonParser.parseConsentConsentActorComponentProperties
(com.google.gson.JsonObject json, Consent owner, Consent.ConsentActorComponent res) protected Consent.ConsentDataComponent
JsonParser.parseConsentConsentDataComponent
(com.google.gson.JsonObject json, Consent owner) protected Consent.ConsentDataComponent
XmlParser.parseConsentConsentDataComponent
(org.xmlpull.v1.XmlPullParser xpp, Consent owner) 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) 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 boolean
XmlParser.parseConsentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent res) protected Consent.ExceptActorComponent
JsonParser.parseConsentExceptActorComponent
(com.google.gson.JsonObject json, Consent owner) protected Consent.ExceptActorComponent
XmlParser.parseConsentExceptActorComponent
(org.xmlpull.v1.XmlPullParser xpp, Consent owner) protected boolean
XmlParser.parseConsentExceptActorComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.ExceptActorComponent res) protected void
JsonParser.parseConsentExceptActorComponentProperties
(com.google.gson.JsonObject json, Consent owner, Consent.ExceptActorComponent res) protected Consent.ExceptComponent
JsonParser.parseConsentExceptComponent
(com.google.gson.JsonObject json, Consent owner) protected Consent.ExceptComponent
XmlParser.parseConsentExceptComponent
(org.xmlpull.v1.XmlPullParser xpp, Consent owner) protected boolean
XmlParser.parseConsentExceptComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.ExceptComponent res) protected void
JsonParser.parseConsentExceptComponentProperties
(com.google.gson.JsonObject json, Consent owner, Consent.ExceptComponent res) protected Consent.ExceptDataComponent
JsonParser.parseConsentExceptDataComponent
(com.google.gson.JsonObject json, Consent owner) protected Consent.ExceptDataComponent
XmlParser.parseConsentExceptDataComponent
(org.xmlpull.v1.XmlPullParser xpp, Consent owner) protected boolean
XmlParser.parseConsentExceptDataComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.ExceptDataComponent res) protected void
JsonParser.parseConsentExceptDataComponentProperties
(com.google.gson.JsonObject json, Consent owner, Consent.ExceptDataComponent res) protected void
JsonParser.parseConsentProperties
(com.google.gson.JsonObject json, Consent res) -
Uses of Consent in org.hl7.fhir.dstu3.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.addAction
(CodeableConcept t) Consent.addActor
(Consent.ConsentActorComponent t) Consent.addCategory
(CodeableConcept t) Consent.addConsentingParty
(Reference t) Consent.addData
(Consent.ConsentDataComponent t) Consent.addExcept
(Consent.ExceptComponent t) Consent.addOrganization
(Reference t) Consent.addPolicy
(Consent.ConsentPolicyComponent t) Consent.addPurpose
(Coding t) Consent.addSecurityLabel
(Coding t) Consent.copy()
ResearchSubject.getConsentTarget()
Consent.setAction
(List<CodeableConcept> theAction) Consent.setActor
(List<Consent.ConsentActorComponent> theActor) Consent.setCategory
(List<CodeableConcept> theCategory) Consent.setConsentingParty
(List<Reference> theConsentingParty) Consent.setData
(List<Consent.ConsentDataComponent> theData) Consent.setDataPeriod
(Period value) Consent.setDateTime
(Date value) Consent.setDateTimeElement
(DateTimeType value) Consent.setExcept
(List<Consent.ExceptComponent> theExcept) Consent.setIdentifier
(Identifier value) Consent.setOrganization
(List<Reference> theOrganization) Consent.setPatient
(Reference value) Consent.setPatientTarget
(Patient value) Consent.setPolicy
(List<Consent.ConsentPolicyComponent> thePolicy) Consent.setPolicyRule
(String value) Consent.setPolicyRuleElement
(UriType value) Consent.setPurpose
(List<Coding> thePurpose) Consent.setSecurityLabel
(List<Coding> theSecurityLabel) Consent.setStatus
(Consent.ConsentState value) Consent.setStatusElement
(Enumeration<Consent.ConsentState> value) protected Consent
Consent.typedCopy()