| Class TbsQRY_Q01_23Unit
BSHL723 Declaration
type TbsQRY_Q01_23 = class(TbsHL7Message) Description
 Represents a QRY_Q01(Query sent for immediate response) message structure. This structure contains the following elements:  
  MSH, required QRD, required QRF, optional DSC, optional    HierarchyOverviewMethods
|  | procedure Init; override; |  PropertiesDescriptionMethods
|  | procedure Init; override; |  |  |  Properties
|  | property MSH : TbsMSH_23 read GetMSH write SetMSH; |  | 
 MSH, Min : 1, Max : 1  |  
|  | property QRD : TbsQRD_23 read GetQRD write SetQRD; |  | 
 QRD, Min : 1, Max : 1  |  
|  | property QRF : TbsQRF_23 read GetQRF write SetQRF; |  | 
 QRF, Min : 0, Max : 1  |  
|  | property DSC : TbsDSC_23 read GetDSC write SetDSC; |  | 
 DSC, Min : 0, Max : 1  |  Generated by PasDoc 0.14.0.
 |