| Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers | Class TbsADR_A19_24Unit
BSHL724 Declaration
type TbsADR_A19_24 = class(TbsHL7Message) Description
 Represents a ADR_A19(Patient query) message structure. This structure contains the following elements:  
  MSH, required MSA, required ERR, optional QAK, optional QRD, required QRF, optional QUERY_RESPONSE, optional repeating DSC, optional    HierarchyOverviewMethodsPropertiesDescriptionMethods
|  | function QUERY_RESPONSERepCount : Integer ; |  |  |  
|  | procedure Init; override; |  |  |  Properties
|  | property MSH : TbsMSH_24 read GetMSH write SetMSH; |  | 
 MSH, Min : 1, Max : 1  |  
|  | property MSA : TbsMSA_24 read GetMSA write SetMSA; |  | 
 MSA, Min : 1, Max : 1  |  
|  | property ERR : TbsERR_24 read GetERR write SetERR; |  | 
 ERR, Min : 0, Max : 1  |  
|  | property QAK : TbsQAK_24 read GetQAK write SetQAK; |  | 
 QAK, Min : 0, Max : 1  |  
|  | property QRD : TbsQRD_24 read GetQRD write SetQRD; |  | 
 QRD, Min : 1, Max : 1  |  
|  | property QRF : TbsQRF_24 read GetQRF write SetQRF; |  | 
 QRF, Min : 0, Max : 1  |  
|  | property QUERY_RESPONSE[RepCount:Integer]: TbsADR_A19_QUERY_RESPONSE_24 read GetQUERY_RESPONSE write SetQUERY_RESPONSE; |  | 
 QUERY_RESPONSE, Usage : O, Min : 0, Max : *  |  
|  | property DSC : TbsDSC_24 read GetDSC write SetDSC; |  | 
 DSC, Min : 0, Max : 1  |  Generated by PasDoc 0.14.0.
 |