Class TbsUDM_Q05_22

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsUDM_Q05_22 = class(TbsHL7Message)

Description

Represents a UDM_Q05(Unsolicited Display Update Message) message structure. This structure contains the following elements:

  1. MSH, required

  2. URD, required

  3. URS, optional

  4. DSP, required repeating

  5. DSC, required

Hierarchy

Overview

Methods

Public function DSPRepCount : Integer ;
Public procedure Init; override;

Properties

Public property MSH : TbsMSH_22 read GetMSH write SetMSH;
Public property URD : TbsURD_22 read GetURD write SetURD;
Public property URS : TbsURS_22 read GetURS write SetURS;
Public property DSP[RepCount:Integer]: TbsDSP_22 read GetDSP write SetDSP;
Public property DSC : TbsDSC_22 read GetDSC write SetDSC;

Description

Methods

Public function DSPRepCount : Integer ;
 
Public procedure Init; override;
 

Properties

Public property MSH : TbsMSH_22 read GetMSH write SetMSH;

MSH, Min : 1, Max : 1

Public property URD : TbsURD_22 read GetURD write SetURD;

URD, Min : 1, Max : 1

Public property URS : TbsURS_22 read GetURS write SetURS;

URS, Min : 0, Max : 1

Public property DSP[RepCount:Integer]: TbsDSP_22 read GetDSP write SetDSP;

DSP, Usage : R, Min : 1, Max : *

Public property DSC : TbsDSC_22 read GetDSC write SetDSC;

DSC, Min : 1, Max : 1


Generated by PasDoc 0.14.0.