Class TbsECR_26
Unit
BSHL7DT26
Declaration
type TbsECR_26 = class(TbsHL7Segment)
Description
Equipment Command Response The equipment command response segment contains the receiving component's response to the previously received command.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
function CommandResponseParametersRepCount : Integer; |
|
Properties
 |
property CommandResponse : TbsCWE_26 read GetCommandResponse write SetCommandResponse; |
Command Response, Min : 1, Max : 1
|
 |
property DateTimeCompleted : TbsDTM_26 read GetDateTimeCompleted write SetDateTimeCompleted; |
Date/Time Completed, Min : 1, Max : 1
|
 |
property CommandResponseParameters[RepCount:Integer]: TbsTX_26 read GetCommandResponseParameters write SetCommandResponseParameters; |
Command Response Parameters, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|