Class TExampleScenarioInstance
Unit
bsFhir_r4b
Declaration
type TExampleScenarioInstance = class(TBackboneElement)
Description
Example of workflow instance.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property resourceId : string read GetresourceId write SetresourceId; |
The id of the resource for referencing.
|
|
property resourceIdElement : Tstring read GetresourceIdElement write SetresourceIdElement; |
|
|
property resourceType : string read GetresourceType write SetresourceType; |
The type of the resource.
|
|
property resourceTypeElement : TResourceType read GetresourceTypeElement write SetresourceTypeElement; |
|
|
property name_ : string read Getname_ write Setname_; |
A short name for the resource instance.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property description : string read Getdescription write Setdescription; |
Human-friendly description of the resource instance.
|
|
property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |
|
Generated by PasDoc 0.15.0.
|