Uses of Class
org.hl7.fhir.r4.model.ExampleScenario.ExampleScenarioProcessStepAlternativeComponent
-
Uses of ExampleScenario.ExampleScenarioProcessStepAlternativeComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseExampleScenarioExampleScenarioProcessStepAlternativeComponent
(com.google.gson.JsonObject json, ExampleScenario owner) XmlParser.parseExampleScenarioExampleScenarioProcessStepAlternativeComponent
(org.xmlpull.v1.XmlPullParser xpp, ExampleScenario owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeExampleScenarioExampleScenarioProcessStepAlternativeComponent
(String name, ExampleScenario.ExampleScenarioProcessStepAlternativeComponent element) protected void
RdfParser.composeExampleScenarioExampleScenarioProcessStepAlternativeComponent
(Turtle.Complex parent, String parentType, String name, ExampleScenario.ExampleScenarioProcessStepAlternativeComponent element, int index) protected void
XmlParser.composeExampleScenarioExampleScenarioProcessStepAlternativeComponent
(String name, ExampleScenario.ExampleScenarioProcessStepAlternativeComponent element) protected void
XmlParser.composeExampleScenarioExampleScenarioProcessStepAlternativeComponentElements
(ExampleScenario.ExampleScenarioProcessStepAlternativeComponent element) protected void
JsonParser.composeExampleScenarioExampleScenarioProcessStepAlternativeComponentInner
(ExampleScenario.ExampleScenarioProcessStepAlternativeComponent element) protected boolean
XmlParser.parseExampleScenarioExampleScenarioProcessStepAlternativeComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExampleScenario owner, ExampleScenario.ExampleScenarioProcessStepAlternativeComponent res) protected void
JsonParser.parseExampleScenarioExampleScenarioProcessStepAlternativeComponentProperties
(com.google.gson.JsonObject json, ExampleScenario owner, ExampleScenario.ExampleScenarioProcessStepAlternativeComponent res) -
Uses of ExampleScenario.ExampleScenarioProcessStepAlternativeComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionExampleScenario.ExampleScenarioProcessStepComponent.alternative
Indicates an alternative step that can be taken instead of the operations on the base step in exceptional/atypical circumstances.Modifier and TypeMethodDescriptionExampleScenario.ExampleScenarioProcessStepComponent.addAlternative()
ExampleScenario.ExampleScenarioProcessStepAlternativeComponent.addStep
(ExampleScenario.ExampleScenarioProcessStepComponent t) ExampleScenario.ExampleScenarioProcessStepAlternativeComponent.copy()
ExampleScenario.ExampleScenarioProcessStepComponent.getAlternativeFirstRep()
ExampleScenario.ExampleScenarioProcessStepAlternativeComponent.setDescription
(String value) ExampleScenario.ExampleScenarioProcessStepAlternativeComponent.setDescriptionElement
(MarkdownType value) ExampleScenario.ExampleScenarioProcessStepAlternativeComponent.setStep
(List<ExampleScenario.ExampleScenarioProcessStepComponent> theStep) ExampleScenario.ExampleScenarioProcessStepAlternativeComponent.setTitleElement
(StringType value) Modifier and TypeMethodDescriptionExampleScenario.ExampleScenarioProcessStepComponent.getAlternative()
Modifier and TypeMethodDescriptionExampleScenario.ExampleScenarioProcessStepComponent.addAlternative
(ExampleScenario.ExampleScenarioProcessStepAlternativeComponent t) void
ExampleScenario.ExampleScenarioProcessStepAlternativeComponent.copyValues
(ExampleScenario.ExampleScenarioProcessStepAlternativeComponent dst) Modifier and TypeMethodDescriptionExampleScenario.ExampleScenarioProcessStepComponent.setAlternative
(List<ExampleScenario.ExampleScenarioProcessStepAlternativeComponent> theAlternative)