Uses of Class
org.hl7.fhir.r4.model.ExampleScenario.ExampleScenarioProcessStepComponent
-
Uses of ExampleScenario.ExampleScenarioProcessStepComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseExampleScenarioExampleScenarioProcessStepComponent
(com.google.gson.JsonObject json, ExampleScenario owner) XmlParser.parseExampleScenarioExampleScenarioProcessStepComponent
(org.xmlpull.v1.XmlPullParser xpp, ExampleScenario owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeExampleScenarioExampleScenarioProcessStepComponent
(String name, ExampleScenario.ExampleScenarioProcessStepComponent element) protected void
RdfParser.composeExampleScenarioExampleScenarioProcessStepComponent
(Turtle.Complex parent, String parentType, String name, ExampleScenario.ExampleScenarioProcessStepComponent element, int index) protected void
XmlParser.composeExampleScenarioExampleScenarioProcessStepComponent
(String name, ExampleScenario.ExampleScenarioProcessStepComponent element) protected void
XmlParser.composeExampleScenarioExampleScenarioProcessStepComponentElements
(ExampleScenario.ExampleScenarioProcessStepComponent element) protected void
JsonParser.composeExampleScenarioExampleScenarioProcessStepComponentInner
(ExampleScenario.ExampleScenarioProcessStepComponent element) protected boolean
XmlParser.parseExampleScenarioExampleScenarioProcessStepComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExampleScenario owner, ExampleScenario.ExampleScenarioProcessStepComponent res) protected void
JsonParser.parseExampleScenarioExampleScenarioProcessStepComponentProperties
(com.google.gson.JsonObject json, ExampleScenario owner, ExampleScenario.ExampleScenarioProcessStepComponent res) -
Uses of ExampleScenario.ExampleScenarioProcessStepComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionExampleScenario.ExampleScenarioProcessComponent.step
Each step of the process.ExampleScenario.ExampleScenarioProcessStepAlternativeComponent.step
What happens in each alternative option.Modifier and TypeMethodDescriptionExampleScenario.ExampleScenarioProcessStepComponent.addAlternative
(ExampleScenario.ExampleScenarioProcessStepAlternativeComponent t) ExampleScenario.ExampleScenarioProcessStepComponent.addProcess
(ExampleScenario.ExampleScenarioProcessComponent 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.setOperation
(ExampleScenario.ExampleScenarioProcessStepOperationComponent value) ExampleScenario.ExampleScenarioProcessStepComponent.setPause
(boolean value) ExampleScenario.ExampleScenarioProcessStepComponent.setPauseElement
(BooleanType value) ExampleScenario.ExampleScenarioProcessStepComponent.setProcess
(List<ExampleScenario.ExampleScenarioProcessComponent> theProcess) 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)