Class TbsRQI_I01_27

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsRQI_I01_27 = class(TbsHL7Message)

Description

Represents a RQI_I01(Request for insurance information) message structure. This structure contains the following elements:

  1. MSH, required

  2. SFT, optional repeating

  3. UAC, optional

  4. PROVIDER, required repeating

  5. PID, required

  6. NK1, optional repeating

  7. GUARANTOR_INSURANCE, optional

  8. NTE, optional repeating

Hierarchy

Overview

Methods

Public function SFTRepCount : Integer ;
Public function PROVIDERRepCount : Integer ;
Public function NK1RepCount : Integer ;
Public function NTERepCount : Integer ;
Public procedure Init; override;

Properties

Public property MSH : TbsMSH_27 read GetMSH write SetMSH;
Public property SFT[RepCount:Integer]: TbsSFT_27 read GetSFT write SetSFT;
Public property UAC : TbsUAC_27 read GetUAC write SetUAC;
Public property PROVIDER[RepCount:Integer]: TbsRQI_I01_PROVIDER_27 read GetPROVIDER write SetPROVIDER;
Public property PID : TbsPID_27 read GetPID write SetPID;
Public property NK1[RepCount:Integer]: TbsNK1_27 read GetNK1 write SetNK1;
Public property GUARANTOR_INSURANCE : TbsRQI_I01_GUARANTOR_INSURANCE_27 read GetGUARANTOR_INSURANCE write SetGUARANTOR_INSURANCE;
Public property NTE[RepCount:Integer]: TbsNTE_27 read GetNTE write SetNTE;

Description

Methods

Public function SFTRepCount : Integer ;
 
Public function PROVIDERRepCount : Integer ;
 
Public function NK1RepCount : Integer ;
 
Public function NTERepCount : Integer ;
 
Public procedure Init; override;
 

Properties

Public property MSH : TbsMSH_27 read GetMSH write SetMSH;

MSH, Min : 1, Max : 1

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

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

Public property UAC : TbsUAC_27 read GetUAC write SetUAC;

UAC, Min : 0, Max : 1

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

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

Public property PID : TbsPID_27 read GetPID write SetPID;

PID, Min : 1, Max : 1

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

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

Public property GUARANTOR_INSURANCE : TbsRQI_I01_GUARANTOR_INSURANCE_27 read GetGUARANTOR_INSURANCE write SetGUARANTOR_INSURANCE;

GUARANTOR_INSURANCE, Min : 0, Max : 1

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

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


Generated by PasDoc 0.14.0.