Uses of Class
org.hl7.fhir.r4.model.ExampleScenario.ExampleScenarioProcessStepAlternativeComponent
-
Packages that use ExampleScenario.ExampleScenarioProcessStepAlternativeComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of ExampleScenario.ExampleScenarioProcessStepAlternativeComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ExampleScenario.ExampleScenarioProcessStepAlternativeComponent Modifier and Type Method Description protected ExampleScenario.ExampleScenarioProcessStepAlternativeComponentJsonParser. parseExampleScenarioExampleScenarioProcessStepAlternativeComponent(com.google.gson.JsonObject json, ExampleScenario owner)protected ExampleScenario.ExampleScenarioProcessStepAlternativeComponentXmlParser. parseExampleScenarioExampleScenarioProcessStepAlternativeComponent(org.xmlpull.v1.XmlPullParser xpp, ExampleScenario owner) -
Uses of ExampleScenario.ExampleScenarioProcessStepAlternativeComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.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.r4.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.r4.model with type arguments of type ExampleScenario.ExampleScenarioProcessStepAlternativeComponent Modifier and Type Method Description ExampleScenario.ExampleScenarioProcessStepComponentExampleScenario.ExampleScenarioProcessStepComponent. setAlternative(List<ExampleScenario.ExampleScenarioProcessStepAlternativeComponent> theAlternative)
-