
Uses of Class
org.hl7.fhir.r5.model.Consent
Packages that use Consent
-
Uses of Consent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ConsentModifier and TypeMethodDescriptionprotected Consent
JsonParser.parseConsent
(com.google.gson.JsonObject json) protected Consent
XmlParser.parseConsent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ConsentModifier and TypeMethodDescriptionprotected void
JsonParser.composeConsent
(String name, Consent element) protected void
RdfParser.composeConsent
(org.hl7.fhir.utilities.turtle.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.composeConsentProperties
(Consent element) protected boolean
XmlParser.parseConsentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent res) protected void
JsonParser.parseConsentProperties
(com.google.gson.JsonObject json, Consent res) -
Uses of Consent in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return ConsentModifier and TypeMethodDescriptionConsent.addCategory
(CodeableConcept t) Consent.addController
(Reference t) Consent.addGrantee
(Reference t) Consent.addGrantor
(Reference t) Consent.addIdentifier
(Identifier t) Consent.addManager
(Reference t) Consent.addPolicyText
(Reference t) Consent.addProvision
(Consent.ProvisionComponent t) Consent.addRegulatoryBasis
(CodeableConcept t) Consent.addSourceAttachment
(Attachment t) Consent.addSourceReference
(Reference t) Consent.copy()
Consent.setCategory
(List<CodeableConcept> theCategory) Consent.setController
(List<Reference> theController) Consent.setDateElement
(DateType value) Consent.setDecision
(Enumerations.ConsentProvisionType value) Consent.setDecisionElement
(Enumeration<Enumerations.ConsentProvisionType> value) Consent.setGrantee
(List<Reference> theGrantee) Consent.setGrantor
(List<Reference> theGrantor) Consent.setIdentifier
(List<Identifier> theIdentifier) Consent.setManager
(List<Reference> theManager) Consent.setPolicyBasis
(Consent.ConsentPolicyBasisComponent value) Consent.setPolicyText
(List<Reference> thePolicyText) Consent.setProvision
(List<Consent.ProvisionComponent> theProvision) Consent.setRegulatoryBasis
(List<CodeableConcept> theRegulatoryBasis) Consent.setSourceAttachment
(List<Attachment> theSourceAttachment) Consent.setSourceReference
(List<Reference> theSourceReference) Consent.setStatus
(Consent.ConsentState value) Consent.setStatusElement
(Enumeration<Consent.ConsentState> value) Consent.setSubject
(Reference value) Consent.setVerification
(List<Consent.ConsentVerificationComponent> theVerification) protected Consent
Consent.typedCopy()
Methods in org.hl7.fhir.r5.model with parameters of type Consent