Uses of Class
org.hl7.fhir.r5.model.ExampleScenario.ExampleScenarioProcessStepComponent
-
Uses of ExampleScenario.ExampleScenarioProcessStepComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseExampleScenarioProcessStepComponent
(com.google.gson.JsonObject json) XmlParser.parseExampleScenarioProcessStepComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeExampleScenarioProcessStepComponent
(String name, ExampleScenario.ExampleScenarioProcessStepComponent element) protected void
RdfParser.composeExampleScenarioProcessStepComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ExampleScenario.ExampleScenarioProcessStepComponent element, int index) protected void
XmlParser.composeExampleScenarioProcessStepComponent
(String name, ExampleScenario.ExampleScenarioProcessStepComponent element) protected void
XmlParser.composeExampleScenarioProcessStepComponentElements
(ExampleScenario.ExampleScenarioProcessStepComponent element) protected void
JsonParser.composeExampleScenarioProcessStepComponentProperties
(ExampleScenario.ExampleScenarioProcessStepComponent element) protected boolean
XmlParser.parseExampleScenarioProcessStepComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExampleScenario.ExampleScenarioProcessStepComponent res) protected void
JsonParser.parseExampleScenarioProcessStepComponentProperties
(com.google.gson.JsonObject json, ExampleScenario.ExampleScenarioProcessStepComponent res) -
Uses of ExampleScenario.ExampleScenarioProcessStepComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionExampleScenario.ExampleScenarioProcessComponent.step
A significant action that occurs as part of the process.ExampleScenario.ExampleScenarioProcessStepAlternativeComponent.step
Indicates the operation, sub-process or scenario that happens if the alternative option is selected.Modifier and TypeMethodDescriptionExampleScenario.ExampleScenarioProcessStepComponent.addAlternative
(ExampleScenario.ExampleScenarioProcessStepAlternativeComponent t) ExampleScenario.ExampleScenarioProcessComponent.addStep()
ExampleScenario.ExampleScenarioProcessStepAlternativeComponent.addStep()
ExampleScenario.ExampleScenarioProcessStepComponent.copy()
ExampleScenario.ExampleScenarioProcessComponent.getStepFirstRep()
ExampleScenario.ExampleScenarioProcessStepAlternativeComponent.getStepFirstRep()
ExampleScenario.ExampleScenarioProcessStepComponent.setAlternative
(List<ExampleScenario.ExampleScenarioProcessStepAlternativeComponent> theAlternative) ExampleScenario.ExampleScenarioProcessStepComponent.setNumberElement
(StringType value) ExampleScenario.ExampleScenarioProcessStepComponent.setOperation
(ExampleScenario.ExampleScenarioProcessStepOperationComponent value) ExampleScenario.ExampleScenarioProcessStepComponent.setPause
(boolean value) ExampleScenario.ExampleScenarioProcessStepComponent.setPauseElement
(BooleanType value) ExampleScenario.ExampleScenarioProcessStepComponent.setProcess
(ExampleScenario.ExampleScenarioProcessComponent value) ExampleScenario.ExampleScenarioProcessStepComponent.setWorkflow
(String value) ExampleScenario.ExampleScenarioProcessStepComponent.setWorkflowElement
(CanonicalType value) Modifier and TypeMethodDescriptionExampleScenario.ExampleScenarioProcessComponent.getStep()
ExampleScenario.ExampleScenarioProcessStepAlternativeComponent.getStep()
Modifier and TypeMethodDescriptionExampleScenario.ExampleScenarioProcessComponent.addStep
(ExampleScenario.ExampleScenarioProcessStepComponent t) ExampleScenario.ExampleScenarioProcessStepAlternativeComponent.addStep
(ExampleScenario.ExampleScenarioProcessStepComponent t) void
ExampleScenario.ExampleScenarioProcessStepComponent.copyValues
(ExampleScenario.ExampleScenarioProcessStepComponent dst) Modifier and TypeMethodDescriptionExampleScenario.ExampleScenarioProcessComponent.setStep
(List<ExampleScenario.ExampleScenarioProcessStepComponent> theStep) ExampleScenario.ExampleScenarioProcessStepAlternativeComponent.setStep
(List<ExampleScenario.ExampleScenarioProcessStepComponent> theStep) -
Uses of ExampleScenario.ExampleScenarioProcessStepComponent in org.hl7.fhir.r5.renderers
Modifier and TypeMethodDescriptionprotected String
ExampleScenarioRenderer.toPlantUml
(Renderer.RenderingStatus status, ResourceWrapper res, ExampleScenario.ExampleScenarioProcessStepComponent step, String prefix, ExampleScenario scen, Map<String, Boolean> actorsActive, Map<String, String> actorKeys)