
Uses of Class
org.hl7.fhir.dstu3.model.Consent.ExceptActorComponent
Packages that use Consent.ExceptActorComponent
-
Uses of Consent.ExceptActorComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return Consent.ExceptActorComponentModifier and TypeMethodDescriptionprotected Consent.ExceptActorComponentJsonParser.parseConsentExceptActorComponent(com.google.gson.JsonObject json, Consent owner) protected Consent.ExceptActorComponentXmlParser.parseConsentExceptActorComponent(org.xmlpull.v1.XmlPullParser xpp, Consent owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type Consent.ExceptActorComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeConsentExceptActorComponent(String name, Consent.ExceptActorComponent element) protected voidRdfParser.composeConsentExceptActorComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Consent.ExceptActorComponent element, int index) protected voidXmlParser.composeConsentExceptActorComponent(String name, Consent.ExceptActorComponent element) protected voidXmlParser.composeConsentExceptActorComponentElements(Consent.ExceptActorComponent element) protected voidJsonParser.composeConsentExceptActorComponentInner(Consent.ExceptActorComponent element) protected booleanXmlParser.parseConsentExceptActorComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.ExceptActorComponent res) protected voidJsonParser.parseConsentExceptActorComponentProperties(com.google.gson.JsonObject json, Consent owner, Consent.ExceptActorComponent res) -
Uses of Consent.ExceptActorComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Consent.ExceptActorComponentModifier and TypeFieldDescriptionprotected List<Consent.ExceptActorComponent> Consent.ExceptComponent.actorWho or what is controlled by this Exception.Methods in org.hl7.fhir.dstu3.model that return Consent.ExceptActorComponentModifier 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) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Consent.ExceptActorComponentMethods in org.hl7.fhir.dstu3.model with parameters of type Consent.ExceptActorComponentModifier and TypeMethodDescriptionConsent.ExceptComponent.addActor(Consent.ExceptActorComponent t) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type Consent.ExceptActorComponentModifier and TypeMethodDescriptionConsent.ExceptComponent.setActor(List<Consent.ExceptActorComponent> theActor)