Class TbsVXU_V04_28

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsVXU_V04_28 = class(TbsHL7Message)

Description

Represents a VXU_V04(Unsolicited vaccination record update) message structure. This structure contains the following elements:

  1. MSH, required

  2. SFT, optional repeating

  3. UAC, optional

  4. PID, required

  5. PD1, optional

  6. NK1, optional repeating

  7. ARV, optional repeating

  8. PATIENT_VISIT, optional

  9. GT1, optional repeating

  10. INSURANCE, optional repeating

  11. PERSON_OBSERVATION, optional repeating

  12. ORDER, optional repeating

Hierarchy

Overview

Methods

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

Properties

Public property MSH : TbsMSH_28 read GetMSH write SetMSH;
Public property SFT[RepCount:Integer]: TbsSFT_28 read GetSFT write SetSFT;
Public property UAC : TbsUAC_28 read GetUAC write SetUAC;
Public property PID : TbsPID_28 read GetPID write SetPID;
Public property PD1 : TbsPD1_28 read GetPD1 write SetPD1;
Public property NK1[RepCount:Integer]: TbsNK1_28 read GetNK1 write SetNK1;
Public property ARV[RepCount:Integer]: TbsARV_28 read GetARV write SetARV;
Public property PATIENT_VISIT : TbsVXU_V04_PATIENT_VISIT_28 read GetPATIENT_VISIT write SetPATIENT_VISIT;
Public property GT1[RepCount:Integer]: TbsGT1_28 read GetGT1 write SetGT1;
Public property INSURANCE[RepCount:Integer]: TbsVXU_V04_INSURANCE_28 read GetINSURANCE write SetINSURANCE;
Public property PERSON_OBSERVATION[RepCount:Integer]: TbsVXU_V04_PERSON_OBSERVATION_28 read GetPERSON_OBSERVATION write SetPERSON_OBSERVATION;
Public property ORDER[RepCount:Integer]: TbsVXU_V04_ORDER_28 read GetORDER write SetORDER;

Description

Methods

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

Properties

Public property MSH : TbsMSH_28 read GetMSH write SetMSH;

MSH, Min : 1, Max : 1

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

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

Public property UAC : TbsUAC_28 read GetUAC write SetUAC;

UAC, Min : 0, Max : 1

Public property PID : TbsPID_28 read GetPID write SetPID;

PID, Min : 1, Max : 1

Public property PD1 : TbsPD1_28 read GetPD1 write SetPD1;

PD1, Min : 0, Max : 1

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

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

Public property ARV[RepCount:Integer]: TbsARV_28 read GetARV write SetARV;

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

Public property PATIENT_VISIT : TbsVXU_V04_PATIENT_VISIT_28 read GetPATIENT_VISIT write SetPATIENT_VISIT;

PATIENT_VISIT, Min : 0, Max : 1

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

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

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

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

Public property PERSON_OBSERVATION[RepCount:Integer]: TbsVXU_V04_PERSON_OBSERVATION_28 read GetPERSON_OBSERVATION write SetPERSON_OBSERVATION;

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

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

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


Generated by PasDoc 0.14.0.