Class TRequestOrchestrationParticipant

Unit

Declaration

type TRequestOrchestrationParticipant = class(TBackboneElement)

Description

A set of related requests that can be used to capture intended activities that have inter-dependencies such as "give this medication after that one".

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : TActionParticipantType read Gettype_Element write Settype_Element;
Public property typeCanonical : string read GettypeCanonical write SettypeCanonical;
Public property typeCanonicalElement : Tcanonical read GettypeCanonicalElement write SettypeCanonicalElement;
Public property typeReference : TReference read GettypeReference write SettypeReference;
Public property role : TCodeableConcept read Getrole write Setrole;
Public property function_ : TCodeableConcept read Getfunction_ write Setfunction_;
Public property actorCanonical : string read GetactorCanonical write SetactorCanonical;
Public property actorCanonicalElement : Tcanonical read GetactorCanonicalElement write SetactorCanonicalElement;
Public property actorReference : TReference read GetactorReference write SetactorReference;

Description

Methods

Public constructor Create; override;
 

Properties

Public property type_ : string read Gettype_ write Settype_;

The type of participant in the action.

Public property type_Element : TActionParticipantType read Gettype_Element write Settype_Element;
 
Public property typeCanonical : string read GettypeCanonical write SettypeCanonical;

The type of participant in the action.

Public property typeCanonicalElement : Tcanonical read GettypeCanonicalElement write SettypeCanonicalElement;
 
Public property typeReference : TReference read GettypeReference write SettypeReference;

The type of participant in the action.

Public property role : TCodeableConcept read Getrole write Setrole;

The role the participant should play in performing the described action.

Public property function_ : TCodeableConcept read Getfunction_ write Setfunction_;

Indicates how the actor will be involved in the action - author, reviewer, witness, etc.

Public property actorCanonical : string read GetactorCanonical write SetactorCanonical;

A reference to the actual participant. (choose any one of actor*, but only one)

Public property actorCanonicalElement : Tcanonical read GetactorCanonicalElement write SetactorCanonicalElement;
 
Public property actorReference : TReference read GetactorReference write SetactorReference;

A reference to the actual participant. (choose any one of actor*, but only one)


Generated by PasDoc 0.15.0.