
Uses of Class
org.hl7.fhir.r4.model.Consent
Packages that use Consent
-
Uses of Consent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ConsentModifier and TypeMethodDescriptionprotected 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 ConsentModifier and TypeMethodDescriptionprotected 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 ConsentModifier and TypeFieldDescriptionprotected 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 that return ConsentModifier 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 ConsentConsent.typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type ConsentModifier and TypeMethodDescriptionvoidConsent.copyValues(Consent dst) ResearchSubject.setConsentTarget(Consent value)