Uses of Class
org.hl7.fhir.r4.model.Consent.ConsentPolicyComponent
-
Uses of Consent.ConsentPolicyComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected Consent.ConsentPolicyComponent
JsonParser.parseConsentConsentPolicyComponent
(com.google.gson.JsonObject json, Consent owner) protected Consent.ConsentPolicyComponent
XmlParser.parseConsentConsentPolicyComponent
(org.xmlpull.v1.XmlPullParser xpp, Consent owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeConsentConsentPolicyComponent
(String name, Consent.ConsentPolicyComponent element) protected void
RdfParser.composeConsentConsentPolicyComponent
(Turtle.Complex parent, String parentType, String name, Consent.ConsentPolicyComponent element, int index) protected void
XmlParser.composeConsentConsentPolicyComponent
(String name, Consent.ConsentPolicyComponent element) protected void
XmlParser.composeConsentConsentPolicyComponentElements
(Consent.ConsentPolicyComponent element) protected void
JsonParser.composeConsentConsentPolicyComponentInner
(Consent.ConsentPolicyComponent element) protected boolean
XmlParser.parseConsentConsentPolicyComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.ConsentPolicyComponent res) protected void
JsonParser.parseConsentConsentPolicyComponentProperties
(com.google.gson.JsonObject json, Consent owner, Consent.ConsentPolicyComponent res) -
Uses of Consent.ConsentPolicyComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<Consent.ConsentPolicyComponent> Consent.policy
The references to the policies that are included in this consent scope.Modifier and TypeMethodDescriptionConsent.addPolicy()
Consent.ConsentPolicyComponent.copy()
Consent.getPolicyFirstRep()
Consent.ConsentPolicyComponent.setAuthority
(String value) Consent.ConsentPolicyComponent.setAuthorityElement
(UriType value) Consent.ConsentPolicyComponent.setUriElement
(UriType value) Modifier and TypeMethodDescriptionConsent.addPolicy
(Consent.ConsentPolicyComponent t) void
Consent.ConsentPolicyComponent.copyValues
(Consent.ConsentPolicyComponent dst) Modifier and TypeMethodDescriptionConsent.setPolicy
(List<Consent.ConsentPolicyComponent> thePolicy)