Class TbsTCU_U10_27
Unit
BSHL727
Declaration
type TbsTCU_U10_27 = class(TbsHL7Message)
Description
Represents a TCU_U10(Automated equipment test code settings update) message structure. This structure contains the following elements:
MSH, required
SFT, optional repeating
UAC, optional
EQU, required
TEST_CONFIGURATION, required repeating
ROL, optional
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function SFTRepCount : Integer ; |
|
|
function TEST_CONFIGURATIONRepCount : Integer ; |
|
|
procedure Init; override; |
|
Properties
|
property MSH : TbsMSH_27 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property SFT[RepCount:Integer]: TbsSFT_27 read GetSFT write SetSFT; |
SFT, Usage : O, Min : 0, Max : *
|
|
property UAC : TbsUAC_27 read GetUAC write SetUAC; |
UAC, Min : 0, Max : 1
|
|
property EQU : TbsEQU_27 read GetEQU write SetEQU; |
EQU, Min : 1, Max : 1
|
|
property TEST_CONFIGURATION[RepCount:Integer]: TbsTCU_U10_TEST_CONFIGURATION_27 read GetTEST_CONFIGURATION write SetTEST_CONFIGURATION; |
TEST_CONFIGURATION, Usage : R, Min : 1, Max : *
|
|
property ROL : TbsROL_27 read GetROL write SetROL; |
ROL, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|