
Uses of Class
org.hl7.fhir.r5.model.ExampleScenario.ExampleScenarioProcessStepAlternativeComponent
Packages that use ExampleScenario.ExampleScenarioProcessStepAlternativeComponent
-
Uses of ExampleScenario.ExampleScenarioProcessStepAlternativeComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ExampleScenario.ExampleScenarioProcessStepAlternativeComponentModifier and TypeMethodDescriptionJsonParser.parseExampleScenarioProcessStepAlternativeComponent(com.google.gson.JsonObject json) XmlParser.parseExampleScenarioProcessStepAlternativeComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type ExampleScenario.ExampleScenarioProcessStepAlternativeComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeExampleScenarioProcessStepAlternativeComponent(String name, ExampleScenario.ExampleScenarioProcessStepAlternativeComponent element) protected voidRdfParser.composeExampleScenarioProcessStepAlternativeComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ExampleScenario.ExampleScenarioProcessStepAlternativeComponent element, int index) protected voidXmlParser.composeExampleScenarioProcessStepAlternativeComponent(String name, ExampleScenario.ExampleScenarioProcessStepAlternativeComponent element) protected voidXmlParser.composeExampleScenarioProcessStepAlternativeComponentElements(ExampleScenario.ExampleScenarioProcessStepAlternativeComponent element) protected voidJsonParser.composeExampleScenarioProcessStepAlternativeComponentProperties(ExampleScenario.ExampleScenarioProcessStepAlternativeComponent element) protected booleanXmlParser.parseExampleScenarioProcessStepAlternativeComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExampleScenario.ExampleScenarioProcessStepAlternativeComponent res) protected voidJsonParser.parseExampleScenarioProcessStepAlternativeComponentProperties(com.google.gson.JsonObject json, ExampleScenario.ExampleScenarioProcessStepAlternativeComponent res) -
Uses of ExampleScenario.ExampleScenarioProcessStepAlternativeComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type ExampleScenario.ExampleScenarioProcessStepAlternativeComponentModifier and TypeFieldDescriptionExampleScenario.ExampleScenarioProcessStepComponent.alternativeIndicates an alternative step that can be taken instead of the sub-process, scenario or operation.Methods in org.hl7.fhir.r5.model that return ExampleScenario.ExampleScenarioProcessStepAlternativeComponentModifier 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) Methods in org.hl7.fhir.r5.model that return types with arguments of type ExampleScenario.ExampleScenarioProcessStepAlternativeComponentModifier and TypeMethodDescriptionExampleScenario.ExampleScenarioProcessStepComponent.getAlternative()Methods in org.hl7.fhir.r5.model with parameters of type ExampleScenario.ExampleScenarioProcessStepAlternativeComponentModifier and TypeMethodDescriptionExampleScenario.ExampleScenarioProcessStepComponent.addAlternative(ExampleScenario.ExampleScenarioProcessStepAlternativeComponent t) voidExampleScenario.ExampleScenarioProcessStepAlternativeComponent.copyValues(ExampleScenario.ExampleScenarioProcessStepAlternativeComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type ExampleScenario.ExampleScenarioProcessStepAlternativeComponentModifier and TypeMethodDescriptionExampleScenario.ExampleScenarioProcessStepComponent.setAlternative(List<ExampleScenario.ExampleScenarioProcessStepAlternativeComponent> theAlternative)