Uses of Class
org.hl7.fhir.r4b.model.ExampleScenario.ExampleScenarioActorComponent
-
Packages that use ExampleScenario.ExampleScenarioActorComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of ExampleScenario.ExampleScenarioActorComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return ExampleScenario.ExampleScenarioActorComponent Modifier and Type Method Description protected ExampleScenario.ExampleScenarioActorComponentJsonParser. parseExampleScenarioActorComponent(com.google.gson.JsonObject json)protected ExampleScenario.ExampleScenarioActorComponentXmlParser. parseExampleScenarioActorComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ExampleScenario.ExampleScenarioActorComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type ExampleScenario.ExampleScenarioActorComponent Modifier and Type Field Description protected List<ExampleScenario.ExampleScenarioActorComponent>ExampleScenario. actorActor participating in the resource.Methods in org.hl7.fhir.r4b.model that return types with arguments of type ExampleScenario.ExampleScenarioActorComponent Modifier and Type Method Description List<ExampleScenario.ExampleScenarioActorComponent>ExampleScenario. getActor()Methods in org.hl7.fhir.r4b.model with parameters of type ExampleScenario.ExampleScenarioActorComponent Modifier and Type Method Description ExampleScenarioExampleScenario. addActor(ExampleScenario.ExampleScenarioActorComponent t)voidExampleScenario.ExampleScenarioActorComponent. copyValues(ExampleScenario.ExampleScenarioActorComponent dst)Method parameters in org.hl7.fhir.r4b.model with type arguments of type ExampleScenario.ExampleScenarioActorComponent Modifier and Type Method Description ExampleScenarioExampleScenario. setActor(List<ExampleScenario.ExampleScenarioActorComponent> theActor)
-