
Uses of Class
org.hl7.fhir.r5.model.ExampleScenario.ExampleScenarioProcessStepComponent
Packages that use ExampleScenario.ExampleScenarioProcessStepComponent
-
Uses of ExampleScenario.ExampleScenarioProcessStepComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ExampleScenario.ExampleScenarioProcessStepComponentModifier and TypeMethodDescriptionJsonParser.parseExampleScenarioProcessStepComponent
(com.google.gson.JsonObject json) XmlParser.parseExampleScenarioProcessStepComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ExampleScenario.ExampleScenarioProcessStepComponentModifier 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
Fields in org.hl7.fhir.r5.model with type parameters of type ExampleScenario.ExampleScenarioProcessStepComponentModifier 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.Methods in org.hl7.fhir.r5.model that return ExampleScenario.ExampleScenarioProcessStepComponentModifier 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) Methods in org.hl7.fhir.r5.model that return types with arguments of type ExampleScenario.ExampleScenarioProcessStepComponentModifier and TypeMethodDescriptionExampleScenario.ExampleScenarioProcessComponent.getStep()
ExampleScenario.ExampleScenarioProcessStepAlternativeComponent.getStep()
Methods in org.hl7.fhir.r5.model with parameters of type ExampleScenario.ExampleScenarioProcessStepComponentModifier and TypeMethodDescriptionExampleScenario.ExampleScenarioProcessComponent.addStep
(ExampleScenario.ExampleScenarioProcessStepComponent t) ExampleScenario.ExampleScenarioProcessStepAlternativeComponent.addStep
(ExampleScenario.ExampleScenarioProcessStepComponent t) void
ExampleScenario.ExampleScenarioProcessStepComponent.copyValues
(ExampleScenario.ExampleScenarioProcessStepComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ExampleScenario.ExampleScenarioProcessStepComponentModifier 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
Methods in org.hl7.fhir.r5.renderers with parameters of type ExampleScenario.ExampleScenarioProcessStepComponentModifier 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)