Uses of Class
org.hl7.fhir.r4.model.Consent.provisionActorComponent
-
Uses of Consent.provisionActorComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected Consent.provisionActorComponent
JsonParser.parseConsentprovisionActorComponent
(com.google.gson.JsonObject json, Consent owner) protected Consent.provisionActorComponent
XmlParser.parseConsentprovisionActorComponent
(org.xmlpull.v1.XmlPullParser xpp, Consent owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeConsentprovisionActorComponent
(String name, Consent.provisionActorComponent element) protected void
RdfParser.composeConsentprovisionActorComponent
(Turtle.Complex parent, String parentType, String name, Consent.provisionActorComponent element, int index) protected void
XmlParser.composeConsentprovisionActorComponent
(String name, Consent.provisionActorComponent element) protected void
XmlParser.composeConsentprovisionActorComponentElements
(Consent.provisionActorComponent element) protected void
JsonParser.composeConsentprovisionActorComponentInner
(Consent.provisionActorComponent element) protected boolean
XmlParser.parseConsentprovisionActorComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.provisionActorComponent res) protected void
JsonParser.parseConsentprovisionActorComponentProperties
(com.google.gson.JsonObject json, Consent owner, Consent.provisionActorComponent res) -
Uses of Consent.provisionActorComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<Consent.provisionActorComponent> Consent.provisionComponent.actor
Who or what is controlled by this rule.Modifier 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) Modifier and TypeMethodDescriptionConsent.provisionComponent.addActor
(Consent.provisionActorComponent t) void
Consent.provisionActorComponent.copyValues
(Consent.provisionActorComponent dst) Modifier and TypeMethodDescriptionConsent.provisionComponent.setActor
(List<Consent.provisionActorComponent> theActor)