Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsUDM_Q05_28
Unit
BSHL728
Declaration
type TbsUDM_Q05_28 = class(TbsHL7Message)
Description
Represents a UDM_Q05(Unsolicited display update message) message structure. This structure contains the following elements:
MSH, required
SFT, optional repeating
UAC, optional
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_28 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property SFT[RepCount:Integer]: TbsSFT_28 read GetSFT write SetSFT; |
SFT, Usage : O, Min : 0, Max : *
|
|
property UAC : TbsUAC_28 read GetUAC write SetUAC; |
UAC, Min : 0, Max : 1
|
|
property URD : TbsURD_28 read GetURD write SetURD; |
URD, Min : 1, Max : 1
|
|
property URS : TbsURS_28 read GetURS write SetURS; |
URS, Min : 0, Max : 1
|
|
property DSP[RepCount:Integer]: TbsDSP_28 read GetDSP write SetDSP; |
DSP, Usage : R, Min : 1, Max : *
|
|
property DSC : TbsDSC_28 read GetDSC write SetDSC; |
DSC, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|