
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.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 ConsentConsent.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Consent