Class TbsUDM_Q05_26
Unit
BSHL726
Declaration
type TbsUDM_Q05_26 = class(TbsHL7Message)
Description
Represents a UDM_Q05(Unsolicited display update message) message structure. This structure contains the following elements:
MSH, required
SFT, optional repeating
URD, required
URS, optional
DSP, required repeating
DSC, optional
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function SFTRepCount : Integer ; |
|
|
function DSPRepCount : Integer ; |
|
|
procedure Init; override; |
|
Properties
|
property MSH : TbsMSH_26 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property SFT[RepCount:Integer]: TbsSFT_26 read GetSFT write SetSFT; |
SFT, Usage : O, Min : 0, Max : *
|
|
property URD : TbsURD_26 read GetURD write SetURD; |
URD, Min : 1, Max : 1
|
|
property URS : TbsURS_26 read GetURS write SetURS; |
URS, Min : 0, Max : 1
|
|
property DSP[RepCount:Integer]: TbsDSP_26 read GetDSP write SetDSP; |
DSP, Usage : R, Min : 1, Max : *
|
|
property DSC : TbsDSC_26 read GetDSC write SetDSC; |
DSC, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|