Class TbsVXR_V03_251

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsVXR_V03_251 = class(TbsHL7Message)

Description

Represents a VXR_V03(Vaccination record response) message structure. This structure contains the following elements:

  1. MSH, required

  2. MSA, required

  3. SFT, optional repeating

  4. QRD, required

  5. QRF, optional

  6. PID, required

  7. PD1, optional

  8. NK1, optional repeating

  9. PATIENT VISIT, optional

  10. GT1, optional repeating

  11. INSURANCE, optional repeating

  12. ORDER, optional repeating

Hierarchy

Overview

Methods

Public function SFTRepCount : Integer ;
Public function NK1RepCount : Integer ;
Public function GT1RepCount : Integer ;
Public function INSURANCERepCount : Integer ;
Public function ORDERRepCount : Integer ;
Public procedure Init; override;

Properties

Public property MSH : TbsMSH_251 read GetMSH write SetMSH;
Public property MSA : TbsMSA_251 read GetMSA write SetMSA;
Public property SFT[RepCount:Integer]: TbsSFT_251 read GetSFT write SetSFT;
Public property QRD : TbsQRD_251 read GetQRD write SetQRD;
Public property QRF : TbsQRF_251 read GetQRF write SetQRF;
Public property PID : TbsPID_251 read GetPID write SetPID;
Public property PD1 : TbsPD1_251 read GetPD1 write SetPD1;
Public property NK1[RepCount:Integer]: TbsNK1_251 read GetNK1 write SetNK1;
Public property PATIENT_VISIT : TbsVXR_V03_PATIENT_VISIT_251 read GetPATIENT_VISIT write SetPATIENT_VISIT;
Public property GT1[RepCount:Integer]: TbsGT1_251 read GetGT1 write SetGT1;
Public property INSURANCE[RepCount:Integer]: TbsVXR_V03_INSURANCE_251 read GetINSURANCE write SetINSURANCE;
Public property ORDER[RepCount:Integer]: TbsVXR_V03_ORDER_251 read GetORDER write SetORDER;

Description

Methods

Public function SFTRepCount : Integer ;
 
Public function NK1RepCount : Integer ;
 
Public function GT1RepCount : Integer ;
 
Public function INSURANCERepCount : Integer ;
 
Public function ORDERRepCount : Integer ;
 
Public procedure Init; override;
 

Properties

Public property MSH : TbsMSH_251 read GetMSH write SetMSH;

MSH, Min : 1, Max : 1

Public property MSA : TbsMSA_251 read GetMSA write SetMSA;

MSA, Min : 1, Max : 1

Public property SFT[RepCount:Integer]: TbsSFT_251 read GetSFT write SetSFT;

SFT, Usage : O, Min : 0, Max : *

Public property QRD : TbsQRD_251 read GetQRD write SetQRD;

QRD, Min : 1, Max : 1

Public property QRF : TbsQRF_251 read GetQRF write SetQRF;

QRF, Min : 0, Max : 1

Public property PID : TbsPID_251 read GetPID write SetPID;

PID, Min : 1, Max : 1

Public property PD1 : TbsPD1_251 read GetPD1 write SetPD1;

PD1, Min : 0, Max : 1

Public property NK1[RepCount:Integer]: TbsNK1_251 read GetNK1 write SetNK1;

NK1, Usage : O, Min : 0, Max : *

Public property PATIENT_VISIT : TbsVXR_V03_PATIENT_VISIT_251 read GetPATIENT_VISIT write SetPATIENT_VISIT;

PATIENT_VISIT, Min : 0, Max : 1

Public property GT1[RepCount:Integer]: TbsGT1_251 read GetGT1 write SetGT1;

GT1, Usage : O, Min : 0, Max : *

Public property INSURANCE[RepCount:Integer]: TbsVXR_V03_INSURANCE_251 read GetINSURANCE write SetINSURANCE;

INSURANCE, Usage : O, Min : 0, Max : *

Public property ORDER[RepCount:Integer]: TbsVXR_V03_ORDER_251 read GetORDER write SetORDER;

ORDER, Usage : O, Min : 0, Max : *


Generated by PasDoc 0.14.0.