Class TbsRPA_I11_23

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsRPA_I11_23 = class(TbsHL7Message)

Description

Represents a RPA_I11(Return patient authorization) message structure. This structure contains the following elements:

  1. MSH, required

  2. MSA, required

  3. RF1, optional

  4. AUTHORIZATION, optional

  5. PROVIDER, required repeating

  6. PID, required

  7. NK1, optional repeating

  8. GT1, optional repeating

  9. INSURANCE, optional repeating

  10. ACC, optional

  11. DG1, optional repeating

  12. DRG, optional repeating

  13. AL1, optional repeating

  14. PROCEDURE, required repeating

  15. RESULTS, optional repeating

  16. VISIT, optional

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 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 : TbsRPA_I11_AUTHORIZATION_23 read GetAUTHORIZATION write SetAUTHORIZATION;
Public property PROVIDER[RepCount:Integer]: TbsRPA_I11_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]: TbsRPA_I11_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]: TbsRPA_I11_PROCEDURE_23 read GetPROCEDURE_ write SetPROCEDURE_;
Public property RESULTS[RepCount:Integer]: TbsRPA_I11_RESULTS_23 read GetRESULTS write SetRESULTS;
Public property VISIT : TbsRPA_I11_VISIT_23 read GetVISIT write SetVISIT;

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 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 : 1, Max : 1

Public property RF1 : TbsRF1_23 read GetRF1 write SetRF1;

RF1, Min : 0, Max : 1

Public property AUTHORIZATION : TbsRPA_I11_AUTHORIZATION_23 read GetAUTHORIZATION write SetAUTHORIZATION;

AUTHORIZATION, Min : 0, Max : 1

Public property PROVIDER[RepCount:Integer]: TbsRPA_I11_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]: TbsRPA_I11_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]: TbsRPA_I11_PROCEDURE_23 read GetPROCEDURE_ write SetPROCEDURE_;

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

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

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

Public property VISIT : TbsRPA_I11_VISIT_23 read GetVISIT write SetVISIT;

VISIT, Min : 0, Max : 1


Generated by PasDoc 0.14.0.