Uses of Class
org.hl7.fhir.r5.model.ExampleScenario.ExampleScenarioProcessStepComponent
Packages that use ExampleScenario.ExampleScenarioProcessStepComponent
-
Uses of ExampleScenario.ExampleScenarioProcessStepComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ExampleScenario.ExampleScenarioProcessStepComponentModifier and TypeMethodDescriptionJsonParser.parseExampleScenarioProcessStepComponent(com.google.gson.JsonObject json)XmlParser.parseExampleScenarioProcessStepComponent(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type ExampleScenario.ExampleScenarioProcessStepComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeExampleScenarioProcessStepComponent(String name, ExampleScenario.ExampleScenarioProcessStepComponent element)protected voidRdfParser.composeExampleScenarioProcessStepComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ExampleScenario.ExampleScenarioProcessStepComponent element, int index)protected voidXmlParser.composeExampleScenarioProcessStepComponent(String name, ExampleScenario.ExampleScenarioProcessStepComponent element)protected voidXmlParser.composeExampleScenarioProcessStepComponentElements(ExampleScenario.ExampleScenarioProcessStepComponent element)protected voidJsonParser.composeExampleScenarioProcessStepComponentProperties(ExampleScenario.ExampleScenarioProcessStepComponent element)protected booleanXmlParser.parseExampleScenarioProcessStepComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExampleScenario.ExampleScenarioProcessStepComponent res)protected voidJsonParser.parseExampleScenarioProcessStepComponentProperties(com.google.gson.JsonObject json, ExampleScenario.ExampleScenarioProcessStepComponent res) -
Uses of ExampleScenario.ExampleScenarioProcessStepComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.r5.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.r5.model that return types with arguments of type ExampleScenario.ExampleScenarioProcessStepComponentModifier and TypeMethodDescriptionExampleScenario.ExampleScenarioProcessComponent.getStep()ExampleScenario.ExampleScenarioProcessStepAlternativeComponent.getStep()Methods in org.hl7.fhir.r5.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.r5.model with type arguments of type ExampleScenario.ExampleScenarioProcessStepComponentModifier and TypeMethodDescriptionExampleScenario.ExampleScenarioProcessComponent.setStep(List<ExampleScenario.ExampleScenarioProcessStepComponent> theStep)ExampleScenario.ExampleScenarioProcessStepAlternativeComponent.setStep(List<ExampleScenario.ExampleScenarioProcessStepComponent> theStep)