Class TbsVXX_V02_26

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsVXX_V02_26 = class(TbsHL7Message)

Description

Represents a VXX_V02(Response to vaccination query) message structure. This structure contains the following elements:

  1. MSH, required

  2. MSA, required

  3. SFT, optional repeating

  4. UAC, optional

  5. QRD, required

  6. QRF, optional

  7. PATIENT, required repeating

Hierarchy

Overview

Methods

Public function SFTRepCount : Integer ;
Public function PATIENTRepCount : Integer ;
Public procedure Init; override;

Properties

Public property MSH : TbsMSH_26 read GetMSH write SetMSH;
Public property MSA : TbsMSA_26 read GetMSA write SetMSA;
Public property SFT[RepCount:Integer]: TbsSFT_26 read GetSFT write SetSFT;
Public property UAC : TbsUAC_26 read GetUAC write SetUAC;
Public property QRD : TbsQRD_26 read GetQRD write SetQRD;
Public property QRF : TbsQRF_26 read GetQRF write SetQRF;
Public property PATIENT[RepCount:Integer]: TbsVXX_V02_PATIENT_26 read GetPATIENT write SetPATIENT;

Description

Methods

Public function SFTRepCount : Integer ;
 
Public function PATIENTRepCount : Integer ;
 
Public procedure Init; override;
 

Properties

Public property MSH : TbsMSH_26 read GetMSH write SetMSH;

MSH, Min : 1, Max : 1

Public property MSA : TbsMSA_26 read GetMSA write SetMSA;

MSA, Min : 1, Max : 1

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

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

Public property UAC : TbsUAC_26 read GetUAC write SetUAC;

UAC, Min : 0, Max : 1

Public property QRD : TbsQRD_26 read GetQRD write SetQRD;

QRD, Min : 1, Max : 1

Public property QRF : TbsQRF_26 read GetQRF write SetQRF;

QRF, Min : 0, Max : 1

Public property PATIENT[RepCount:Integer]: TbsVXX_V02_PATIENT_26 read GetPATIENT write SetPATIENT;

PATIENT, Usage : R, Min : 1, Max : *


Generated by PasDoc 0.14.0.