| Class TbsEQQ_Q04_24Unit
BSHL724 Declaration
type TbsEQQ_Q04_24 = class(TbsHL7Message) Description
 Represents a EQQ_Q04(Embedded query language query) message structure. This structure contains the following elements:  
  MSH, required EQL, required DSC, optional    HierarchyOverviewMethods
|  | procedure Init; override; |  PropertiesDescriptionMethods
|  | procedure Init; override; |  |  |  Properties
|  | property MSH : TbsMSH_24 read GetMSH write SetMSH; |  | 
 MSH, Min : 1, Max : 1  |  
|  | property EQL : TbsEQL_24 read GetEQL write SetEQL; |  | 
 EQL, Min : 1, Max : 1  |  
|  | property DSC : TbsDSC_24 read GetDSC write SetDSC; |  | 
 DSC, Min : 0, Max : 1  |  Generated by PasDoc 0.14.0.
 |