Class TbsSSU_U03_27
Unit
BSHL727
Declaration
type TbsSSU_U03_27 = class(TbsHL7Message)
Description
Represents a SSU_U03(Specimen status update) message structure. This structure contains the following elements:
MSH, required
SFT, optional repeating
UAC, optional
EQU, required
SPECIMEN_CONTAINER, required repeating
ROL, optional
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function SFTRepCount : Integer ; |
|
|
function SPECIMEN_CONTAINERRepCount : 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 SPECIMEN_CONTAINER[RepCount:Integer]: TbsSSU_U03_SPECIMEN_CONTAINER_27 read GetSPECIMEN_CONTAINER write SetSPECIMEN_CONTAINER; |
SPECIMEN_CONTAINER, Usage : R, Min : 1, Max : *
|
|
property ROL : TbsROL_27 read GetROL write SetROL; |
ROL, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|