Uses of Class
org.hl7.fhir.dstu3.model.Consent.ConsentActorComponent
-
Packages that use Consent.ConsentActorComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of Consent.ConsentActorComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return Consent.ConsentActorComponent Modifier and Type Method Description protected Consent.ConsentActorComponentJsonParser. parseConsentConsentActorComponent(com.google.gson.JsonObject json, Consent owner)protected Consent.ConsentActorComponentXmlParser. parseConsentConsentActorComponent(org.xmlpull.v1.XmlPullParser xpp, Consent owner) -
Uses of Consent.ConsentActorComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Consent.ConsentActorComponent Modifier and Type Field Description protected List<Consent.ConsentActorComponent>Consent. actorWho or what is controlled by this consent.Methods in org.hl7.fhir.dstu3.model that return Consent.ConsentActorComponent Modifier and Type Method Description Consent.ConsentActorComponentConsent. addActor()Consent.ConsentActorComponentConsent.ConsentActorComponent. copy()Consent.ConsentActorComponentConsent. getActorFirstRep()Consent.ConsentActorComponentConsent.ConsentActorComponent. setReference(Reference value)Consent.ConsentActorComponentConsent.ConsentActorComponent. setReferenceTarget(Resource value)Consent.ConsentActorComponentConsent.ConsentActorComponent. setRole(CodeableConcept value)Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Consent.ConsentActorComponent Modifier and Type Method Description List<Consent.ConsentActorComponent>Consent. getActor()Methods in org.hl7.fhir.dstu3.model with parameters of type Consent.ConsentActorComponent Modifier and Type Method Description ConsentConsent. addActor(Consent.ConsentActorComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type Consent.ConsentActorComponent Modifier and Type Method Description ConsentConsent. setActor(List<Consent.ConsentActorComponent> theActor)
-