
Uses of Class
org.hl7.fhir.r4.model.Consent.provisionActorComponent
Packages that use Consent.provisionActorComponent
-
Uses of Consent.provisionActorComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Consent.provisionActorComponentModifier and TypeMethodDescriptionprotected Consent.provisionActorComponentJsonParser.parseConsentprovisionActorComponent(com.google.gson.JsonObject json, Consent owner) protected Consent.provisionActorComponentXmlParser.parseConsentprovisionActorComponent(org.xmlpull.v1.XmlPullParser xpp, Consent owner) Methods in org.hl7.fhir.r4.formats with parameters of type Consent.provisionActorComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeConsentprovisionActorComponent(String name, Consent.provisionActorComponent element) protected voidRdfParser.composeConsentprovisionActorComponent(Turtle.Complex parent, String parentType, String name, Consent.provisionActorComponent element, int index) protected voidXmlParser.composeConsentprovisionActorComponent(String name, Consent.provisionActorComponent element) protected voidXmlParser.composeConsentprovisionActorComponentElements(Consent.provisionActorComponent element) protected voidJsonParser.composeConsentprovisionActorComponentInner(Consent.provisionActorComponent element) protected booleanXmlParser.parseConsentprovisionActorComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.provisionActorComponent res) protected voidJsonParser.parseConsentprovisionActorComponentProperties(com.google.gson.JsonObject json, Consent owner, Consent.provisionActorComponent res) -
Uses of Consent.provisionActorComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Consent.provisionActorComponentModifier and TypeFieldDescriptionprotected List<Consent.provisionActorComponent> Consent.ProvisionComponent.actorWho or what is controlled by this rule.Methods in org.hl7.fhir.r4.model that return Consent.provisionActorComponentModifier and TypeMethodDescriptionConsent.ProvisionComponent.addActor()Consent.provisionActorComponent.copy()Consent.ProvisionComponent.getActorFirstRep()Consent.provisionActorComponent.setReference(Reference value) Consent.provisionActorComponent.setReferenceTarget(Resource value) Consent.provisionActorComponent.setRole(CodeableConcept value) Methods in org.hl7.fhir.r4.model that return types with arguments of type Consent.provisionActorComponentMethods in org.hl7.fhir.r4.model with parameters of type Consent.provisionActorComponentModifier and TypeMethodDescriptionConsent.ProvisionComponent.addActor(Consent.provisionActorComponent t) voidConsent.provisionActorComponent.copyValues(Consent.provisionActorComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type Consent.provisionActorComponentModifier and TypeMethodDescriptionConsent.ProvisionComponent.setActor(List<Consent.provisionActorComponent> theActor)