Class TbsRRI_I13_23

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsRRI_I13_23 = class(TbsHL7Message)

Description

Represents a RRI_I13(Return referral information) message structure. This structure contains the following elements:

  1. MSH, required

  2. MSA, optional

  3. RF1, optional

  4. AUTHORIZATION, optional

  5. PROVIDER, required repeating

  6. PID, required

  7. ACC, optional

  8. DG1, optional repeating

  9. DRG, optional repeating

  10. AL1, optional repeating

  11. PROCEDURE, optional repeating

  12. RESULTS, optional repeating

  13. VISIT, optional

  14. NTE, optional repeating

Hierarchy

Overview

Methods

Public function PROVIDERRepCount : Integer ;
Public function DG1RepCount : Integer ;
Public function DRGRepCount : Integer ;
Public function AL1RepCount : Integer ;
Public function PROCEDURE_RepCount : Integer ;
Public function RESULTSRepCount : Integer ;
Public function NTERepCount : Integer ;
Public procedure Init; override;

Properties

Public property MSH : TbsMSH_23 read GetMSH write SetMSH;
Public property MSA : TbsMSA_23 read GetMSA write SetMSA;
Public property RF1 : TbsRF1_23 read GetRF1 write SetRF1;
Public property AUTHORIZATION : TbsRRI_I13_AUTHORIZATION_23 read GetAUTHORIZATION write SetAUTHORIZATION;
Public property PROVIDER[RepCount:Integer]: TbsRRI_I13_PROVIDER_23 read GetPROVIDER write SetPROVIDER;
Public property PID : TbsPID_23 read GetPID write SetPID;
Public property ACC : TbsACC_23 read GetACC write SetACC;
Public property DG1[RepCount:Integer]: TbsDG1_23 read GetDG1 write SetDG1;
Public property DRG[RepCount:Integer]: TbsDRG_23 read GetDRG write SetDRG;
Public property AL1[RepCount:Integer]: TbsAL1_23 read GetAL1 write SetAL1;
Public property PROCEDURE_[RepCount:Integer]: TbsRRI_I13_PROCEDURE_23 read GetPROCEDURE_ write SetPROCEDURE_;
Public property RESULTS[RepCount:Integer]: TbsRRI_I13_RESULTS_23 read GetRESULTS write SetRESULTS;
Public property VISIT : TbsRRI_I13_VISIT_23 read GetVISIT write SetVISIT;
Public property NTE[RepCount:Integer]: TbsNTE_23 read GetNTE write SetNTE;

Description

Methods

Public function PROVIDERRepCount : Integer ;
 
Public function DG1RepCount : Integer ;
 
Public function DRGRepCount : Integer ;
 
Public function AL1RepCount : Integer ;
 
Public function PROCEDURE_RepCount : Integer ;
 
Public function RESULTSRepCount : Integer ;
 
Public function NTERepCount : Integer ;
 
Public procedure Init; override;
 

Properties

Public property MSH : TbsMSH_23 read GetMSH write SetMSH;

MSH, Min : 1, Max : 1

Public property MSA : TbsMSA_23 read GetMSA write SetMSA;

MSA, Min : 0, Max : 1

Public property RF1 : TbsRF1_23 read GetRF1 write SetRF1;

RF1, Min : 0, Max : 1

Public property AUTHORIZATION : TbsRRI_I13_AUTHORIZATION_23 read GetAUTHORIZATION write SetAUTHORIZATION;

AUTHORIZATION, Min : 0, Max : 1

Public property PROVIDER[RepCount:Integer]: TbsRRI_I13_PROVIDER_23 read GetPROVIDER write SetPROVIDER;

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

Public property PID : TbsPID_23 read GetPID write SetPID;

PID, Min : 1, Max : 1

Public property ACC : TbsACC_23 read GetACC write SetACC;

ACC, Min : 0, Max : 1

Public property DG1[RepCount:Integer]: TbsDG1_23 read GetDG1 write SetDG1;

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

Public property DRG[RepCount:Integer]: TbsDRG_23 read GetDRG write SetDRG;

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

Public property AL1[RepCount:Integer]: TbsAL1_23 read GetAL1 write SetAL1;

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

Public property PROCEDURE_[RepCount:Integer]: TbsRRI_I13_PROCEDURE_23 read GetPROCEDURE_ write SetPROCEDURE_;

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

Public property RESULTS[RepCount:Integer]: TbsRRI_I13_RESULTS_23 read GetRESULTS write SetRESULTS;

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

Public property VISIT : TbsRRI_I13_VISIT_23 read GetVISIT write SetVISIT;

VISIT, Min : 0, Max : 1

Public property NTE[RepCount:Integer]: TbsNTE_23 read GetNTE write SetNTE;

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


Generated by PasDoc 0.14.0.