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