Class TbsRPI_I01_24

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsRPI_I01_24 = class(TbsHL7Message)

Description

Represents a RPI_I01(Return patient information) message structure. This structure contains the following elements:

  1. MSH, required

  2. MSA, required

  3. PROVIDER, required repeating

  4. PID, required

  5. NK1, optional repeating

  6. GUARANTOR INSURANCE, optional

  7. NTE, optional repeating

Hierarchy

Overview

Methods

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

Properties

Public property MSH : TbsMSH_24 read GetMSH write SetMSH;
Public property MSA : TbsMSA_24 read GetMSA write SetMSA;
Public property PROVIDER[RepCount:Integer]: TbsRPI_I01_PROVIDER_24 read GetPROVIDER write SetPROVIDER;
Public property PID : TbsPID_24 read GetPID write SetPID;
Public property NK1[RepCount:Integer]: TbsNK1_24 read GetNK1 write SetNK1;
Public property GUARANTOR_INSURANCE : TbsRPI_I01_GUARANTOR_INSURANCE_24 read GetGUARANTOR_INSURANCE write SetGUARANTOR_INSURANCE;
Public property NTE[RepCount:Integer]: TbsNTE_24 read GetNTE write SetNTE;

Description

Methods

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

Properties

Public property MSH : TbsMSH_24 read GetMSH write SetMSH;

MSH, Min : 1, Max : 1

Public property MSA : TbsMSA_24 read GetMSA write SetMSA;

MSA, Min : 1, Max : 1

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

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

Public property PID : TbsPID_24 read GetPID write SetPID;

PID, Min : 1, Max : 1

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

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

Public property GUARANTOR_INSURANCE : TbsRPI_I01_GUARANTOR_INSURANCE_24 read GetGUARANTOR_INSURANCE write SetGUARANTOR_INSURANCE;

GUARANTOR_INSURANCE, Min : 0, Max : 1

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

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


Generated by PasDoc 0.14.0.