Uses of Class
org.hl7.fhir.r4b.model.ExampleScenario.ExampleScenarioProcessStepAlternativeComponent
-
Packages that use ExampleScenario.ExampleScenarioProcessStepAlternativeComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of ExampleScenario.ExampleScenarioProcessStepAlternativeComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return ExampleScenario.ExampleScenarioProcessStepAlternativeComponent Modifier and Type Method Description protected ExampleScenario.ExampleScenarioProcessStepAlternativeComponentJsonParser. parseExampleScenarioProcessStepAlternativeComponent(com.google.gson.JsonObject json)protected ExampleScenario.ExampleScenarioProcessStepAlternativeComponentXmlParser. parseExampleScenarioProcessStepAlternativeComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ExampleScenario.ExampleScenarioProcessStepAlternativeComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type ExampleScenario.ExampleScenarioProcessStepAlternativeComponent Modifier and Type Field Description protected List<ExampleScenario.ExampleScenarioProcessStepAlternativeComponent>ExampleScenario.ExampleScenarioProcessStepComponent. alternativeIndicates an alternative step that can be taken instead of the operations on the base step in exceptional/atypical circumstances.Methods in org.hl7.fhir.r4b.model that return types with arguments of type ExampleScenario.ExampleScenarioProcessStepAlternativeComponent Modifier and Type Method Description List<ExampleScenario.ExampleScenarioProcessStepAlternativeComponent>ExampleScenario.ExampleScenarioProcessStepComponent. getAlternative()Methods in org.hl7.fhir.r4b.model with parameters of type ExampleScenario.ExampleScenarioProcessStepAlternativeComponent Modifier and Type Method Description ExampleScenario.ExampleScenarioProcessStepComponentExampleScenario.ExampleScenarioProcessStepComponent. addAlternative(ExampleScenario.ExampleScenarioProcessStepAlternativeComponent t)voidExampleScenario.ExampleScenarioProcessStepAlternativeComponent. copyValues(ExampleScenario.ExampleScenarioProcessStepAlternativeComponent dst)Method parameters in org.hl7.fhir.r4b.model with type arguments of type ExampleScenario.ExampleScenarioProcessStepAlternativeComponent Modifier and Type Method Description ExampleScenario.ExampleScenarioProcessStepComponentExampleScenario.ExampleScenarioProcessStepComponent. setAlternative(List<ExampleScenario.ExampleScenarioProcessStepAlternativeComponent> theAlternative)
-