
Uses of Class
org.hl7.fhir.r5.model.Consent.ProvisionComponent
Packages that use Consent.ProvisionComponent
-
Uses of Consent.ProvisionComponent in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions that return Consent.ProvisionComponentModifier and TypeMethodDescriptionstatic Consent.ProvisionComponent
Extensions.addConsentLocation
(Consent.ProvisionComponent context, Reference value) static Consent.ProvisionComponent
Extensions.setConsentResearchStudyContext
(Consent.ProvisionComponent context, Reference value) Methods in org.hl7.fhir.r5.extensions with parameters of type Consent.ProvisionComponentModifier 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
Methods in org.hl7.fhir.r5.formats that return Consent.ProvisionComponentModifier and TypeMethodDescriptionprotected Consent.ProvisionComponent
JsonParser.parseConsentProvisionComponent
(com.google.gson.JsonObject json) protected Consent.ProvisionComponent
XmlParser.parseConsentProvisionComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Consent.ProvisionComponentModifier 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
Fields in org.hl7.fhir.r5.model with type parameters of type Consent.ProvisionComponentModifier 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.Methods in org.hl7.fhir.r5.model that return Consent.ProvisionComponentModifier 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) Methods in org.hl7.fhir.r5.model that return types with arguments of type Consent.ProvisionComponentModifier and TypeMethodDescriptionConsent.getProvision()
Consent.ProvisionComponent.getProvision()
Methods in org.hl7.fhir.r5.model with parameters of type Consent.ProvisionComponentModifier and TypeMethodDescriptionConsent.addProvision
(Consent.ProvisionComponent t) Consent.ProvisionComponent.addProvision
(Consent.ProvisionComponent t) void
Consent.ProvisionComponent.copyValues
(Consent.ProvisionComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Consent.ProvisionComponentModifier and TypeMethodDescriptionConsent.ProvisionComponent.setProvision
(List<Consent.ProvisionComponent> theProvision) Consent.setProvision
(List<Consent.ProvisionComponent> theProvision)