Skip to main content

ExampleScenarioProcess

No description

type ExampleScenarioProcess {
id: String
extension: [Extension]
modifierExtension: [Extension]
title: String
_title: ElementBase
description: markdown
_description: ElementBase
preConditions: markdown
_preConditions: ElementBase
postConditions: markdown
_postConditions: ElementBase
step: [ExampleScenarioProcessStep]
}

Fields​

ExampleScenarioProcess.id ● String scalar​

ExampleScenarioProcess.extension ● [Extension] list object​

ExampleScenarioProcess.modifierExtension ● [Extension] list object​

ExampleScenarioProcess.title ● String scalar​

ExampleScenarioProcess._title ● ElementBase object​

ExampleScenarioProcess.description ● markdown scalar​

ExampleScenarioProcess._description ● ElementBase object​

ExampleScenarioProcess.preConditions ● markdown scalar​

ExampleScenarioProcess._preConditions ● ElementBase object​

ExampleScenarioProcess.postConditions ● markdown scalar​

ExampleScenarioProcess._postConditions ● ElementBase object​

ExampleScenarioProcess.step ● [ExampleScenarioProcessStep] list object​

Member Of​

ExampleScenario object ● ExampleScenarioProcessStep object ● IExampleScenario interface