Class TbsREF_I13_23

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsREF_I13_23 = class(TbsHL7Message)

Description

Represents a REF_I13(Modify patient referral) message structure. This structure contains the following elements:

  1. MSH, required

  2. RF1, optional

  3. AUTHORIZATION, optional

  4. PROVIDER, required repeating

  5. PID, required

  6. NK1, optional repeating

  7. GT1, optional repeating

  8. INSURANCE, optional repeating

  9. ACC, optional

  10. DG1, optional repeating

  11. DRG, optional repeating

  12. AL1, optional repeating

  13. PROCEDURE, optional repeating

  14. RESULTS, optional repeating

  15. VISIT, optional

  16. NTE, optional repeating

Hierarchy

Overview

Methods

Public function PROVIDERRepCount : Integer ;
Public function NK1RepCount : Integer ;
Public function GT1RepCount : Integer ;
Public function INSURANCERepCount : 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 RF1 : TbsRF1_23 read GetRF1 write SetRF1;
Public property AUTHORIZATION : TbsREF_I13_AUTHORIZATION_23 read GetAUTHORIZATION write SetAUTHORIZATION;
Public property PROVIDER[RepCount:Integer]: TbsREF_I13_PROVIDER_23 read GetPROVIDER write SetPROVIDER;
Public property PID : TbsPID_23 read GetPID write SetPID;
Public property NK1[RepCount:Integer]: TbsNK1_23 read GetNK1 write SetNK1;
Public property GT1[RepCount:Integer]: TbsGT1_23 read GetGT1 write SetGT1;
Public property INSURANCE[RepCount:Integer]: TbsREF_I13_INSURANCE_23 read GetINSURANCE write SetINSURANCE;
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]: TbsREF_I13_PROCEDURE_23 read GetPROCEDURE_ write SetPROCEDURE_;
Public property RESULTS[RepCount:Integer]: TbsREF_I13_RESULTS_23 read GetRESULTS write SetRESULTS;
Public property VISIT : TbsREF_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 NK1RepCount : Integer ;
 
Public function GT1RepCount : Integer ;
 
Public function INSURANCERepCount : 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 RF1 : TbsRF1_23 read GetRF1 write SetRF1;

RF1, Min : 0, Max : 1

Public property AUTHORIZATION : TbsREF_I13_AUTHORIZATION_23 read GetAUTHORIZATION write SetAUTHORIZATION;

AUTHORIZATION, Min : 0, Max : 1

Public property PROVIDER[RepCount:Integer]: TbsREF_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 NK1[RepCount:Integer]: TbsNK1_23 read GetNK1 write SetNK1;

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

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

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

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

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

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]: TbsREF_I13_PROCEDURE_23 read GetPROCEDURE_ write SetPROCEDURE_;

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

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

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

Public property VISIT : TbsREF_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.