Uses of Class
org.hl7.fhir.r5.model.Consent.ProvisionComponent
-
Uses of Consent.ProvisionComponent in org.hl7.fhir.r5.extensions
Modifier and TypeMethodDescriptionstatic Consent.ProvisionComponent
Extensions.addConsentLocation
(Consent.ProvisionComponent context, Reference value) static Consent.ProvisionComponent
Extensions.setConsentResearchStudyContext
(Consent.ProvisionComponent context, Reference value) Modifier and TypeMethodDescriptionstatic Consent.ProvisionComponent
Extensions.addConsentLocation
(Consent.ProvisionComponent context, Reference value) Extensions.getConsentLocationList
(Consent.ProvisionComponent context) static Reference
Extensions.getConsentResearchStudyContext
(Consent.ProvisionComponent context) static Consent.ProvisionComponent
Extensions.setConsentResearchStudyContext
(Consent.ProvisionComponent context, Reference value) -
Uses of Consent.ProvisionComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected Consent.ProvisionComponent
JsonParser.parseConsentProvisionComponent
(com.google.gson.JsonObject json) protected Consent.ProvisionComponent
XmlParser.parseConsentProvisionComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
RdfParser.composeConsentProvisionComponent
(org.hl7.fhir.utilities.turtle.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.composeProvisionComponent
(String name, Consent.ProvisionComponent element) protected void
JsonParser.composeProvisionComponentProperties
(Consent.ProvisionComponent element) protected boolean
XmlParser.parseConsentProvisionComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent.ProvisionComponent res) protected void
JsonParser.parseConsentProvisionComponentProperties
(com.google.gson.JsonObject json, Consent.ProvisionComponent res) -
Uses of Consent.ProvisionComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected List
<Consent.ProvisionComponent> Consent.provision
An exception to the base policy of this consent.protected List
<Consent.ProvisionComponent> Consent.ProvisionComponent.provision
Provisions which provide exceptions to the base provision or subprovisions.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.addDocumentType
(Coding t) Consent.addProvision()
Consent.ProvisionComponent.addProvision()
Consent.ProvisionComponent.addProvision
(Consent.ProvisionComponent t) Consent.ProvisionComponent.addPurpose
(Coding t) Consent.ProvisionComponent.addResourceType
(Coding t) Consent.ProvisionComponent.addSecurityLabel
(Coding t) Consent.ProvisionComponent.copy()
Consent.getProvisionFirstRep()
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.setDocumentType
(List<Coding> theDocumentType) Consent.ProvisionComponent.setExpression
(Expression value) Consent.ProvisionComponent.setProvision
(List<Consent.ProvisionComponent> theProvision) Consent.ProvisionComponent.setPurpose
(List<Coding> thePurpose) Consent.ProvisionComponent.setResourceType
(List<Coding> theResourceType) Consent.ProvisionComponent.setSecurityLabel
(List<Coding> theSecurityLabel) Modifier and TypeMethodDescriptionConsent.getProvision()
Consent.ProvisionComponent.getProvision()
Modifier and TypeMethodDescriptionConsent.addProvision
(Consent.ProvisionComponent t) Consent.ProvisionComponent.addProvision
(Consent.ProvisionComponent t) void
Consent.ProvisionComponent.copyValues
(Consent.ProvisionComponent dst) Modifier and TypeMethodDescriptionConsent.ProvisionComponent.setProvision
(List<Consent.ProvisionComponent> theProvision) Consent.setProvision
(List<Consent.ProvisionComponent> theProvision)