Uses of Class
org.hl7.fhir.r4.model.Consent.provisionActorComponent
-
Packages that use Consent.provisionActorComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Consent.provisionActorComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Consent.provisionActorComponent Modifier and Type Method Description protected Consent.provisionActorComponentJsonParser. parseConsentprovisionActorComponent(com.google.gson.JsonObject json, Consent owner)protected Consent.provisionActorComponentXmlParser. parseConsentprovisionActorComponent(org.xmlpull.v1.XmlPullParser xpp, Consent owner) -
Uses of Consent.provisionActorComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Consent.provisionActorComponent Modifier and Type Field Description protected List<Consent.provisionActorComponent>Consent.provisionComponent. actorWho or what is controlled by this rule.Methods in org.hl7.fhir.r4.model that return Consent.provisionActorComponent Modifier and Type Method Description Consent.provisionActorComponentConsent.provisionComponent. addActor()Consent.provisionActorComponentConsent.provisionActorComponent. copy()Consent.provisionActorComponentConsent.provisionComponent. getActorFirstRep()Consent.provisionActorComponentConsent.provisionActorComponent. setReference(Reference value)Consent.provisionActorComponentConsent.provisionActorComponent. setReferenceTarget(Resource value)Consent.provisionActorComponentConsent.provisionActorComponent. setRole(CodeableConcept value)Methods in org.hl7.fhir.r4.model that return types with arguments of type Consent.provisionActorComponent Modifier and Type Method Description List<Consent.provisionActorComponent>Consent.provisionComponent. getActor()Methods in org.hl7.fhir.r4.model with parameters of type Consent.provisionActorComponent Modifier and Type Method Description Consent.provisionComponentConsent.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.provisionActorComponent Modifier and Type Method Description Consent.provisionComponentConsent.provisionComponent. setActor(List<Consent.provisionActorComponent> theActor)
-