Uses of Class
org.hl7.fhir.r4.model.Consent.provisionComponent
-
Uses of Consent.provisionComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected Consent.provisionComponent
JsonParser.parseConsentprovisionComponent
(com.google.gson.JsonObject json, Consent owner) protected Consent.provisionComponent
XmlParser.parseConsentprovisionComponent
(org.xmlpull.v1.XmlPullParser xpp, Consent owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeConsentprovisionComponent
(String name, Consent.provisionComponent element) protected void
RdfParser.composeConsentprovisionComponent
(Turtle.Complex parent, String parentType, String name, Consent.provisionComponent element, int index) protected void
XmlParser.composeConsentprovisionComponent
(String name, Consent.provisionComponent element) protected void
XmlParser.composeConsentprovisionComponentElements
(Consent.provisionComponent element) protected void
JsonParser.composeConsentprovisionComponentInner
(Consent.provisionComponent element) protected boolean
XmlParser.parseConsentprovisionComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.provisionComponent res) protected void
JsonParser.parseConsentprovisionComponentProperties
(com.google.gson.JsonObject json, Consent owner, Consent.provisionComponent res) -
Uses of Consent.provisionComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Consent.provisionComponent
Consent.provision
An exception to the base policy of this consent.Modifier and TypeFieldDescriptionprotected List
<Consent.provisionComponent> Consent.provisionComponent.provision
Rules which provide exceptions to the base rule or subrules.Modifier and TypeMethodDescriptionConsent.provisionComponent.addAction
(CodeableConcept t) Consent.provisionComponent.addActor
(Consent.provisionActorComponent t) Consent.provisionComponent.addCode
(CodeableConcept t) Consent.provisionComponent.addData
(Consent.provisionDataComponent t) Consent.provisionComponent.addProvision()
Consent.provisionComponent.addProvision
(Consent.provisionComponent t) Consent.provisionComponent.addPurpose
(Coding t) Consent.provisionComponent.addSecurityLabel
(Coding t) Consent.provisionComponent.copy()
Consent.getProvision()
Consent.provisionComponent.getProvisionFirstRep()
Consent.provisionComponent.setAction
(List<CodeableConcept> theAction) Consent.provisionComponent.setActor
(List<Consent.provisionActorComponent> theActor) Consent.provisionComponent.setCode
(List<CodeableConcept> theCode) Consent.provisionComponent.setData
(List<Consent.provisionDataComponent> theData) Consent.provisionComponent.setDataPeriod
(Period value) Consent.provisionComponent.setProvision
(List<Consent.provisionComponent> theProvision) Consent.provisionComponent.setPurpose
(List<Coding> thePurpose) Consent.provisionComponent.setSecurityLabel
(List<Coding> theSecurityLabel) Consent.provisionComponent.setType
(Consent.ConsentProvisionType value) Consent.provisionComponent.setTypeElement
(Enumeration<Consent.ConsentProvisionType> value) Modifier and TypeMethodDescriptionConsent.provisionComponent.addProvision
(Consent.provisionComponent t) void
Consent.provisionComponent.copyValues
(Consent.provisionComponent dst) Consent.setProvision
(Consent.provisionComponent value) Modifier and TypeMethodDescriptionConsent.provisionComponent.setProvision
(List<Consent.provisionComponent> theProvision)