
Uses of Class
org.hl7.fhir.r4.model.Consent.ProvisionComponent
Packages that use Consent.ProvisionComponent
-
Uses of Consent.ProvisionComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Consent.ProvisionComponentModifier and TypeMethodDescriptionprotected Consent.ProvisionComponentJsonParser.parseConsentprovisionComponent(com.google.gson.JsonObject json, Consent owner) protected Consent.ProvisionComponentXmlParser.parseConsentprovisionComponent(org.xmlpull.v1.XmlPullParser xpp, Consent owner) Methods in org.hl7.fhir.r4.formats with parameters of type Consent.ProvisionComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeConsentprovisionComponent(String name, Consent.ProvisionComponent element) protected voidRdfParser.composeConsentprovisionComponent(Turtle.Complex parent, String parentType, String name, Consent.ProvisionComponent element, int index) protected voidXmlParser.composeConsentprovisionComponent(String name, Consent.ProvisionComponent element) protected voidXmlParser.composeConsentprovisionComponentElements(Consent.ProvisionComponent element) protected voidJsonParser.composeConsentprovisionComponentInner(Consent.ProvisionComponent element) protected booleanXmlParser.parseConsentprovisionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.ProvisionComponent res) protected voidJsonParser.parseConsentprovisionComponentProperties(com.google.gson.JsonObject json, Consent owner, Consent.ProvisionComponent res) -
Uses of Consent.ProvisionComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as Consent.ProvisionComponentModifier and TypeFieldDescriptionprotected Consent.ProvisionComponentConsent.provisionAn exception to the base policy of this consent.Fields in org.hl7.fhir.r4.model with type parameters of type Consent.ProvisionComponentModifier and TypeFieldDescriptionprotected List<Consent.ProvisionComponent> Consent.ProvisionComponent.provisionRules which provide exceptions to the base rule or subrules.Methods in org.hl7.fhir.r4.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.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) Methods in org.hl7.fhir.r4.model that return types with arguments of type Consent.ProvisionComponentMethods in org.hl7.fhir.r4.model with parameters of type Consent.ProvisionComponentModifier and TypeMethodDescriptionConsent.ProvisionComponent.addProvision(Consent.ProvisionComponent t) voidConsent.ProvisionComponent.copyValues(Consent.ProvisionComponent dst) Consent.setProvision(Consent.ProvisionComponent value) Method parameters in org.hl7.fhir.r4.model with type arguments of type Consent.ProvisionComponentModifier and TypeMethodDescriptionConsent.ProvisionComponent.setProvision(List<Consent.ProvisionComponent> theProvision)