Class TbsUDM_Q05_231
Unit
BSHL7231
Declaration
type TbsUDM_Q05_231 = class(TbsHL7Message)
Description
Represents a UDM_Q05(Unsolicited display update message) message structure. This structure contains the following elements:
MSH, required
URD, required
URS, optional
DSP, required repeating
DSC, optional
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function DSPRepCount : Integer ; |
|
|
procedure Init; override; |
|
Properties
|
property MSH : TbsMSH_231 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property URD : TbsURD_231 read GetURD write SetURD; |
URD, Min : 1, Max : 1
|
|
property URS : TbsURS_231 read GetURS write SetURS; |
URS, Min : 0, Max : 1
|
|
property DSP[RepCount:Integer]: TbsDSP_231 read GetDSP write SetDSP; |
DSP, Usage : R, Min : 1, Max : *
|
|
property DSC : TbsDSC_231 read GetDSC write SetDSC; |
DSC, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|