Uses of Class
org.hl7.fhir.dstu3.model.Consent.ExceptActorComponent
-
Uses of Consent.ExceptActorComponent in org.hl7.fhir.dstu3.formats
Modifier and TypeMethodDescriptionprotected Consent.ExceptActorComponent
JsonParser.parseConsentExceptActorComponent
(com.google.gson.JsonObject json, Consent owner) protected Consent.ExceptActorComponent
XmlParser.parseConsentExceptActorComponent
(org.xmlpull.v1.XmlPullParser xpp, Consent owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeConsentExceptActorComponent
(String name, Consent.ExceptActorComponent element) protected void
RdfParser.composeConsentExceptActorComponent
(Turtle.Complex parent, String parentType, String name, Consent.ExceptActorComponent element, int index) protected void
XmlParser.composeConsentExceptActorComponent
(String name, Consent.ExceptActorComponent element) protected void
XmlParser.composeConsentExceptActorComponentElements
(Consent.ExceptActorComponent element) protected void
JsonParser.composeConsentExceptActorComponentInner
(Consent.ExceptActorComponent element) protected boolean
XmlParser.parseConsentExceptActorComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.ExceptActorComponent res) protected void
JsonParser.parseConsentExceptActorComponentProperties
(com.google.gson.JsonObject json, Consent owner, Consent.ExceptActorComponent res) -
Uses of Consent.ExceptActorComponent in org.hl7.fhir.dstu3.model
Modifier and TypeFieldDescriptionprotected List
<Consent.ExceptActorComponent> Consent.ExceptComponent.actor
Who or what is controlled by this Exception.Modifier and TypeMethodDescriptionConsent.ExceptComponent.addActor()
Consent.ExceptActorComponent.copy()
Consent.ExceptComponent.getActorFirstRep()
Consent.ExceptActorComponent.setReference
(Reference value) Consent.ExceptActorComponent.setReferenceTarget
(Resource value) Consent.ExceptActorComponent.setRole
(CodeableConcept value) Modifier and TypeMethodDescriptionConsent.ExceptComponent.addActor
(Consent.ExceptActorComponent t) Modifier and TypeMethodDescriptionConsent.ExceptComponent.setActor
(List<Consent.ExceptActorComponent> theActor)