Uses of Class
org.hl7.fhir.r5.model.ExampleScenario.ExampleScenarioActorComponent
Packages that use ExampleScenario.ExampleScenarioActorComponent
-
Uses of ExampleScenario.ExampleScenarioActorComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ExampleScenario.ExampleScenarioActorComponentModifier and TypeMethodDescriptionJsonParser.parseExampleScenarioActorComponent(com.google.gson.JsonObject json) XmlParser.parseExampleScenarioActorComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ExampleScenario.ExampleScenarioActorComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeExampleScenarioActorComponent(String name, ExampleScenario.ExampleScenarioActorComponent element) protected voidRdfParser.composeExampleScenarioActorComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ExampleScenario.ExampleScenarioActorComponent element, int index) protected voidXmlParser.composeExampleScenarioActorComponent(String name, ExampleScenario.ExampleScenarioActorComponent element) protected voidXmlParser.composeExampleScenarioActorComponentElements(ExampleScenario.ExampleScenarioActorComponent element) protected voidJsonParser.composeExampleScenarioActorComponentProperties(ExampleScenario.ExampleScenarioActorComponent element) protected booleanXmlParser.parseExampleScenarioActorComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExampleScenario.ExampleScenarioActorComponent res) protected voidJsonParser.parseExampleScenarioActorComponentProperties(com.google.gson.JsonObject json, ExampleScenario.ExampleScenarioActorComponent res) -
Uses of ExampleScenario.ExampleScenarioActorComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ExampleScenario.ExampleScenarioActorComponentModifier and TypeFieldDescriptionExampleScenario.actorA system or person who shares or receives an instance within the scenario.Methods in org.hl7.fhir.r5.model that return ExampleScenario.ExampleScenarioActorComponentModifier and TypeMethodDescriptionExampleScenario.addActor()ExampleScenario.ExampleScenarioActorComponent.copy()ExampleScenario.getActorFirstRep()ExampleScenario.ExampleScenarioActorComponent.setDescription(String value) ExampleScenario.ExampleScenarioActorComponent.setDescriptionElement(MarkdownType value) ExampleScenario.ExampleScenarioActorComponent.setKeyElement(StringType value) ExampleScenario.ExampleScenarioActorComponent.setTitleElement(StringType value) ExampleScenario.ExampleScenarioActorComponent.setType(Enumerations.ExampleScenarioActorType value) ExampleScenario.ExampleScenarioActorComponent.setTypeElement(Enumeration<Enumerations.ExampleScenarioActorType> value) Methods in org.hl7.fhir.r5.model that return types with arguments of type ExampleScenario.ExampleScenarioActorComponentMethods in org.hl7.fhir.r5.model with parameters of type ExampleScenario.ExampleScenarioActorComponentModifier and TypeMethodDescriptionExampleScenario.addActor(ExampleScenario.ExampleScenarioActorComponent t) voidExampleScenario.ExampleScenarioActorComponent.copyValues(ExampleScenario.ExampleScenarioActorComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ExampleScenario.ExampleScenarioActorComponentModifier and TypeMethodDescriptionExampleScenario.setActor(List<ExampleScenario.ExampleScenarioActorComponent> theActor) -
Uses of ExampleScenario.ExampleScenarioActorComponent in org.hl7.fhir.r5.renderers
Method parameters in org.hl7.fhir.r5.renderers with type arguments of type ExampleScenario.ExampleScenarioActorComponentModifier and TypeMethodDescriptionvoidExampleScenarioRenderer.renderProcess(Renderer.RenderingStatus status, org.hl7.fhir.utilities.xhtml.XhtmlNode x, ExampleScenario.ExampleScenarioProcessComponent process, String prefix, Map<String, ExampleScenario.ExampleScenarioActorComponent> actors, Map<String, ExampleScenario.ExampleScenarioInstanceComponent> instances)