
Uses of Class
org.hl7.fhir.r5.model.Consent.ProvisionComponent
Packages that use Consent.ProvisionComponent
-
Uses of Consent.ProvisionComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Consent.ProvisionComponentModifier and TypeMethodDescriptionprotected Consent.ProvisionComponentJsonParser.parseConsentProvisionComponent(com.google.gson.JsonObject json) protected Consent.ProvisionComponentXmlParser.parseConsentProvisionComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Consent.ProvisionComponentModifier and TypeMethodDescriptionprotected voidRdfParser.composeConsentProvisionComponent(org.hl7.fhir.utilities.turtle.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.composeProvisionComponent(String name, Consent.ProvisionComponent element) protected voidJsonParser.composeProvisionComponentProperties(Consent.ProvisionComponent element) protected booleanXmlParser.parseConsentProvisionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent.ProvisionComponent res) protected voidJsonParser.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.provisionAn exception to the base policy of this consent.protected List<Consent.ProvisionComponent> Consent.ProvisionComponent.provisionProvisions 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) voidConsent.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)