Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsVXR_V03_25
Unit
BSHL725
Declaration
type TbsVXR_V03_25 = class(TbsHL7Message)
Description
Represents a VXR_V03(Vaccination record response) message structure. This structure contains the following elements:
MSH, required
MSA, required
SFT, optional repeating
QRD, required
QRF, optional
PID, required
PD1, optional
NK1, optional repeating
PATIENT VISIT, optional
GT1, optional repeating
INSURANCE, optional repeating
ORDER, optional repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function SFTRepCount : Integer ; |
|
|
function NK1RepCount : Integer ; |
|
|
function GT1RepCount : Integer ; |
|
|
function INSURANCERepCount : Integer ; |
|
|
function ORDERRepCount : Integer ; |
|
|
procedure Init; override; |
|
Properties
|
property MSH : TbsMSH_25 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property MSA : TbsMSA_25 read GetMSA write SetMSA; |
MSA, Min : 1, Max : 1
|
|
property SFT[RepCount:Integer]: TbsSFT_25 read GetSFT write SetSFT; |
SFT, Usage : O, Min : 0, Max : *
|
|
property QRD : TbsQRD_25 read GetQRD write SetQRD; |
QRD, Min : 1, Max : 1
|
|
property QRF : TbsQRF_25 read GetQRF write SetQRF; |
QRF, Min : 0, Max : 1
|
|
property PID : TbsPID_25 read GetPID write SetPID; |
PID, Min : 1, Max : 1
|
|
property PD1 : TbsPD1_25 read GetPD1 write SetPD1; |
PD1, Min : 0, Max : 1
|
|
property NK1[RepCount:Integer]: TbsNK1_25 read GetNK1 write SetNK1; |
NK1, Usage : O, Min : 0, Max : *
|
|
property GT1[RepCount:Integer]: TbsGT1_25 read GetGT1 write SetGT1; |
GT1, Usage : O, Min : 0, Max : *
|
|
property INSURANCE[RepCount:Integer]: TbsVXR_V03_INSURANCE_25 read GetINSURANCE write SetINSURANCE; |
INSURANCE, Usage : O, Min : 0, Max : *
|
|
property ORDER[RepCount:Integer]: TbsVXR_V03_ORDER_25 read GetORDER write SetORDER; |
ORDER, Usage : O, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|