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 ConsentJsonParser.parseConsent(com.google.gson.JsonObject json)protected ConsentXmlParser.parseConsent(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type ConsentModifier and TypeMethodDescriptionprotected voidJsonParser.composeConsent(String name, Consent element)protected voidRdfParser.composeConsent(org.hl7.fhir.utilities.turtle.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.composeConsentProperties(Consent element)protected booleanXmlParser.parseConsentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent res)protected voidJsonParser.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.addPolicy(Consent.ConsentPolicyComponent t)Consent.addSourceAttachment(Attachment t)Consent.addSourceReference(Reference t)Consent.addVerification(Consent.ConsentVerificationComponent t)Consent.copy()Consent.setCategory(List<CodeableConcept> theCategory)Consent.setController(List<Reference> theController)Consent.setDateTime(Date value)Consent.setDateTimeElement(DateTimeType value)Consent.setGrantee(List<Reference> theGrantee)Consent.setGrantor(List<Reference> theGrantor)Consent.setIdentifier(List<Identifier> theIdentifier)Consent.setManager(List<Reference> theManager)Consent.setPolicy(List<Consent.ConsentPolicyComponent> thePolicy)Consent.setPolicyRule(CodeableConcept value)Consent.setProvision(Consent.ProvisionComponent value)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 ConsentConsent.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Consent