Uses of Class
org.hl7.fhir.r5.model.ExampleScenario.ExampleScenarioProcessStepAlternativeComponent
-
Uses of ExampleScenario.ExampleScenarioProcessStepAlternativeComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseExampleScenarioProcessStepAlternativeComponent
(com.google.gson.JsonObject json) XmlParser.parseExampleScenarioProcessStepAlternativeComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeExampleScenarioProcessStepAlternativeComponent
(String name, ExampleScenario.ExampleScenarioProcessStepAlternativeComponent element) protected void
RdfParser.composeExampleScenarioProcessStepAlternativeComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ExampleScenario.ExampleScenarioProcessStepAlternativeComponent element, int index) protected void
XmlParser.composeExampleScenarioProcessStepAlternativeComponent
(String name, ExampleScenario.ExampleScenarioProcessStepAlternativeComponent element) protected void
XmlParser.composeExampleScenarioProcessStepAlternativeComponentElements
(ExampleScenario.ExampleScenarioProcessStepAlternativeComponent element) protected void
JsonParser.composeExampleScenarioProcessStepAlternativeComponentProperties
(ExampleScenario.ExampleScenarioProcessStepAlternativeComponent element) protected boolean
XmlParser.parseExampleScenarioProcessStepAlternativeComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExampleScenario.ExampleScenarioProcessStepAlternativeComponent res) protected void
JsonParser.parseExampleScenarioProcessStepAlternativeComponentProperties
(com.google.gson.JsonObject json, ExampleScenario.ExampleScenarioProcessStepAlternativeComponent res) -
Uses of ExampleScenario.ExampleScenarioProcessStepAlternativeComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionExampleScenario.ExampleScenarioProcessStepComponent.alternative
Indicates an alternative step that can be taken instead of the sub-process, scenario or operation.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)