
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.stepA significant action that occurs as part of the process.ExampleScenario.ExampleScenarioProcessStepAlternativeComponent.stepIndicates the operation, sub-process or scenario that happens if the alternative option is selected.Methods in org.hl7.fhir.r5.model that return ExampleScenario.ExampleScenarioProcessStepComponentModifier and TypeMethodDescriptionExampleScenario.ExampleScenarioProcessStepComponent.addAlternative(ExampleScenario.ExampleScenarioProcessStepAlternativeComponent 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.setNumberElement(StringType value) ExampleScenario.ExampleScenarioProcessStepComponent.setOperation(ExampleScenario.ExampleScenarioProcessStepOperationComponent value) ExampleScenario.ExampleScenarioProcessStepComponent.setPause(boolean value) ExampleScenario.ExampleScenarioProcessStepComponent.setPauseElement(BooleanType value) ExampleScenario.ExampleScenarioProcessStepComponent.setProcess(ExampleScenario.ExampleScenarioProcessComponent value) ExampleScenario.ExampleScenarioProcessStepComponent.setWorkflow(String value) ExampleScenario.ExampleScenarioProcessStepComponent.setWorkflowElement(CanonicalType value) 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) -
Uses of ExampleScenario.ExampleScenarioProcessStepComponent in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type ExampleScenario.ExampleScenarioProcessStepComponentModifier and TypeMethodDescriptionprotected StringExampleScenarioRenderer.toPlantUml(Map<Element, String> prefixes, Renderer.RenderingStatus status, ResourceWrapper res, ExampleScenario.ExampleScenarioProcessStepComponent step, ExampleScenario scen, Map<String, Boolean> actorsActive, Map<String, String> actorKeys)