Uses of Class
org.hl7.fhir.dstu3.model.Consent.ConsentActorComponent
Packages that use Consent.ConsentActorComponent
-
Uses of Consent.ConsentActorComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return Consent.ConsentActorComponentModifier and TypeMethodDescriptionprotected Consent.ConsentActorComponentJsonParser.parseConsentConsentActorComponent(com.google.gson.JsonObject json, Consent owner)protected Consent.ConsentActorComponentXmlParser.parseConsentConsentActorComponent(org.xmlpull.v1.XmlPullParser xpp, Consent owner)Methods in org.hl7.fhir.dstu3.formats with parameters of type Consent.ConsentActorComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeConsentConsentActorComponent(String name, Consent.ConsentActorComponent element)protected voidRdfParser.composeConsentConsentActorComponent(Turtle.Complex parent, String parentType, String name, Consent.ConsentActorComponent element, int index)protected voidXmlParser.composeConsentConsentActorComponent(String name, Consent.ConsentActorComponent element)protected voidXmlParser.composeConsentConsentActorComponentElements(Consent.ConsentActorComponent element)protected voidJsonParser.composeConsentConsentActorComponentInner(Consent.ConsentActorComponent element)protected booleanXmlParser.parseConsentConsentActorComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.ConsentActorComponent res)protected voidJsonParser.parseConsentConsentActorComponentProperties(com.google.gson.JsonObject json, Consent owner, Consent.ConsentActorComponent res) -
Uses of Consent.ConsentActorComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Consent.ConsentActorComponentModifier and TypeFieldDescriptionprotected List<Consent.ConsentActorComponent>Consent.actorWho or what is controlled by this consent.Methods in org.hl7.fhir.dstu3.model that return Consent.ConsentActorComponentModifier and TypeMethodDescriptionConsent.addActor()Consent.ConsentActorComponent.copy()Consent.getActorFirstRep()Consent.ConsentActorComponent.setReference(Reference value)Consent.ConsentActorComponent.setReferenceTarget(Resource value)Consent.ConsentActorComponent.setRole(CodeableConcept value)Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Consent.ConsentActorComponentMethods in org.hl7.fhir.dstu3.model with parameters of type Consent.ConsentActorComponentMethod parameters in org.hl7.fhir.dstu3.model with type arguments of type Consent.ConsentActorComponentModifier and TypeMethodDescriptionConsent.setActor(List<Consent.ConsentActorComponent> theActor)