Class TbsECD_26
Unit
BSHL7DT26
Declaration
type TbsECD_26 = class(TbsHL7Segment)
Description
Equipment Command The equipment command segment contains the information required to notify the receiving component what is to happen.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function ParametersRepCount : Integer; |
|
Properties
|
property ReferenceCommandNumber : TbsNM_26 read GetReferenceCommandNumber write SetReferenceCommandNumber; |
Reference Command Number, Min : 1, Max : 1
|
|
property RemoteControlCommand : TbsCWE_26 read GetRemoteControlCommand write SetRemoteControlCommand; |
Remote Control Command, Min : 1, Max : 1
|
|
property ResponseRequired : TbsID_26 read GetResponseRequired write SetResponseRequired; |
Response Required, Min : 0, Max : 1
|
|
property RequestedCompletionTime : TbsTQ_26 read GetRequestedCompletionTime write SetRequestedCompletionTime; |
Requested Completion Time, Min : 0, Max : 1
|
|
property Parameters[RepCount:Integer]: TbsTX_26 read GetParameters write SetParameters; |
Parameters, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|