Uses of Class
org.hl7.fhir.r4.model.ExampleScenario.ExampleScenarioActorComponent
-
Packages that use ExampleScenario.ExampleScenarioActorComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of ExampleScenario.ExampleScenarioActorComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ExampleScenario.ExampleScenarioActorComponent Modifier and Type Method Description protected ExampleScenario.ExampleScenarioActorComponentJsonParser. parseExampleScenarioExampleScenarioActorComponent(com.google.gson.JsonObject json, ExampleScenario owner)protected ExampleScenario.ExampleScenarioActorComponentXmlParser. parseExampleScenarioExampleScenarioActorComponent(org.xmlpull.v1.XmlPullParser xpp, ExampleScenario owner) -
Uses of ExampleScenario.ExampleScenarioActorComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.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.r4.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.r4.model with type arguments of type ExampleScenario.ExampleScenarioActorComponent Modifier and Type Method Description ExampleScenarioExampleScenario. setActor(List<ExampleScenario.ExampleScenarioActorComponent> theActor)
-