Class TbsTCU_U10_24
Unit
BSHL724
Declaration
type TbsTCU_U10_24 = class(TbsHL7Message)
Description
Represents a TCU_U10(Automated equipment test code settings update) message structure. This structure contains the following elements:
MSH, required
EQU, required
TCC, required repeating
ROL, optional
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function TCCRepCount : Integer ; |
|
|
procedure Init; override; |
|
Properties
|
property MSH : TbsMSH_24 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property EQU : TbsEQU_24 read GetEQU write SetEQU; |
EQU, Min : 1, Max : 1
|
|
property TCC[RepCount:Integer]: TbsTCC_24 read GetTCC write SetTCC; |
TCC, Usage : R, Min : 1, Max : *
|
|
property ROL : TbsROL_24 read GetROL write SetROL; |
ROL, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|