Uses of Class
org.hl7.fhir.r5.model.Consent
-
Uses of Consent in org.hl7.fhir.r5.extensions
Modifier and TypeMethodDescriptionstatic Consent
Extensions.addBasedOn
(Consent context, Reference value) static Consent
Extensions.addEpisodeOfCare
(Consent context, Reference value) static Consent
Extensions.addResearchStudy
(Consent context, Reference value) static Consent
Extensions.setConsentNotificationEndpoint
(Consent context, String value) static Consent
Extensions.setConsentTranscriber
(Consent context, Reference value) static Consent
Extensions.setConsentWitness
(Consent context, Reference value) Modifier and TypeMethodDescriptionstatic Consent
Extensions.addBasedOn
(Consent context, Reference value) static Consent
Extensions.addEpisodeOfCare
(Consent context, Reference value) static Consent
Extensions.addResearchStudy
(Consent context, Reference value) Extensions.getBasedOnList
(Consent context) static String
Extensions.getConsentNotificationEndpoint
(Consent context) static Reference
Extensions.getConsentTranscriber
(Consent context) static Reference
Extensions.getConsentWitness
(Consent context) Extensions.getEpisodeOfCareList
(Consent context) Extensions.getResearchStudyList
(Consent context) static Consent
Extensions.setConsentNotificationEndpoint
(Consent context, String value) static Consent
Extensions.setConsentTranscriber
(Consent context, Reference value) static Consent
Extensions.setConsentWitness
(Consent context, Reference value) -
Uses of Consent in org.hl7.fhir.r5.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
(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
Modifier 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()