
Uses of Class
org.hl7.fhir.r4.model.ExampleScenario.ExampleScenarioProcessStepComponent
Packages that use ExampleScenario.ExampleScenarioProcessStepComponent
-
Uses of ExampleScenario.ExampleScenarioProcessStepComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ExampleScenario.ExampleScenarioProcessStepComponentModifier and TypeMethodDescriptionJsonParser.parseExampleScenarioExampleScenarioProcessStepComponent(com.google.gson.JsonObject json, ExampleScenario owner) XmlParser.parseExampleScenarioExampleScenarioProcessStepComponent(org.xmlpull.v1.XmlPullParser xpp, ExampleScenario owner) Methods in org.hl7.fhir.r4.formats with parameters of type ExampleScenario.ExampleScenarioProcessStepComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeExampleScenarioExampleScenarioProcessStepComponent(String name, ExampleScenario.ExampleScenarioProcessStepComponent element) protected voidRdfParser.composeExampleScenarioExampleScenarioProcessStepComponent(Turtle.Complex parent, String parentType, String name, ExampleScenario.ExampleScenarioProcessStepComponent element, int index) protected voidXmlParser.composeExampleScenarioExampleScenarioProcessStepComponent(String name, ExampleScenario.ExampleScenarioProcessStepComponent element) protected voidXmlParser.composeExampleScenarioExampleScenarioProcessStepComponentElements(ExampleScenario.ExampleScenarioProcessStepComponent element) protected voidJsonParser.composeExampleScenarioExampleScenarioProcessStepComponentInner(ExampleScenario.ExampleScenarioProcessStepComponent element) protected booleanXmlParser.parseExampleScenarioExampleScenarioProcessStepComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExampleScenario owner, ExampleScenario.ExampleScenarioProcessStepComponent res) protected voidJsonParser.parseExampleScenarioExampleScenarioProcessStepComponentProperties(com.google.gson.JsonObject json, ExampleScenario owner, ExampleScenario.ExampleScenarioProcessStepComponent res) -
Uses of ExampleScenario.ExampleScenarioProcessStepComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ExampleScenario.ExampleScenarioProcessStepComponentModifier and TypeFieldDescriptionExampleScenario.ExampleScenarioProcessComponent.stepEach step of the process.ExampleScenario.ExampleScenarioProcessStepAlternativeComponent.stepWhat happens in each alternative option.Methods in org.hl7.fhir.r4.model that return ExampleScenario.ExampleScenarioProcessStepComponentModifier and TypeMethodDescriptionExampleScenario.ExampleScenarioProcessStepComponent.addAlternative(ExampleScenario.ExampleScenarioProcessStepAlternativeComponent t) ExampleScenario.ExampleScenarioProcessStepComponent.addProcess(ExampleScenario.ExampleScenarioProcessComponent t) ExampleScenario.ExampleScenarioProcessComponent.addStep()ExampleScenario.ExampleScenarioProcessStepAlternativeComponent.addStep()ExampleScenario.ExampleScenarioProcessStepComponent.copy()ExampleScenario.ExampleScenarioProcessComponent.getStepFirstRep()ExampleScenario.ExampleScenarioProcessStepAlternativeComponent.getStepFirstRep()ExampleScenario.ExampleScenarioProcessStepComponent.setAlternative(List<ExampleScenario.ExampleScenarioProcessStepAlternativeComponent> theAlternative) ExampleScenario.ExampleScenarioProcessStepComponent.setOperation(ExampleScenario.ExampleScenarioProcessStepOperationComponent value) ExampleScenario.ExampleScenarioProcessStepComponent.setPause(boolean value) ExampleScenario.ExampleScenarioProcessStepComponent.setPauseElement(BooleanType value) ExampleScenario.ExampleScenarioProcessStepComponent.setProcess(List<ExampleScenario.ExampleScenarioProcessComponent> theProcess) Methods in org.hl7.fhir.r4.model that return types with arguments of type ExampleScenario.ExampleScenarioProcessStepComponentModifier and TypeMethodDescriptionExampleScenario.ExampleScenarioProcessComponent.getStep()ExampleScenario.ExampleScenarioProcessStepAlternativeComponent.getStep()Methods in org.hl7.fhir.r4.model with parameters of type ExampleScenario.ExampleScenarioProcessStepComponentModifier and TypeMethodDescriptionExampleScenario.ExampleScenarioProcessComponent.addStep(ExampleScenario.ExampleScenarioProcessStepComponent t) ExampleScenario.ExampleScenarioProcessStepAlternativeComponent.addStep(ExampleScenario.ExampleScenarioProcessStepComponent t) voidExampleScenario.ExampleScenarioProcessStepComponent.copyValues(ExampleScenario.ExampleScenarioProcessStepComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type ExampleScenario.ExampleScenarioProcessStepComponentModifier and TypeMethodDescriptionExampleScenario.ExampleScenarioProcessComponent.setStep(List<ExampleScenario.ExampleScenarioProcessStepComponent> theStep) ExampleScenario.ExampleScenarioProcessStepAlternativeComponent.setStep(List<ExampleScenario.ExampleScenarioProcessStepComponent> theStep)