Class TbsECR_28
Unit
BSHL7DT28
Declaration
type TbsECR_28 = 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_28 read GetCommandResponse write SetCommandResponse; |
Command Response, Min : 1, Max : 1
|
|
property DateTimeCompleted : TbsDTM_28 read GetDateTimeCompleted write SetDateTimeCompleted; |
Date/Time Completed, Min : 1, Max : 1
|
|
property CommandResponseParameters[RepCount:Integer]: TbsTX_28 read GetCommandResponseParameters write SetCommandResponseParameters; |
Command Response Parameters, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|