Class TbsRQP_I04_25

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsRQP_I04_25 = class(TbsHL7Message)

Description

Represents a RQP_I04(Request patient demographics) message structure. This structure contains the following elements:

  1. MSH, required

  2. SFT, optional repeating

  3. PROVIDER, required repeating

  4. PID, required

  5. NK1, optional repeating

  6. GT1, optional repeating

  7. NTE, optional repeating

Hierarchy

Overview

Methods

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

Properties

Public property MSH : TbsMSH_25 read GetMSH write SetMSH;
Public property SFT[RepCount:Integer]: TbsSFT_25 read GetSFT write SetSFT;
Public property PROVIDER[RepCount:Integer]: TbsRQP_I04_PROVIDER_25 read GetPROVIDER write SetPROVIDER;
Public property PID : TbsPID_25 read GetPID write SetPID;
Public property NK1[RepCount:Integer]: TbsNK1_25 read GetNK1 write SetNK1;
Public property GT1[RepCount:Integer]: TbsGT1_25 read GetGT1 write SetGT1;
Public property NTE[RepCount:Integer]: TbsNTE_25 read GetNTE write SetNTE;

Description

Methods

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

Properties

Public property MSH : TbsMSH_25 read GetMSH write SetMSH;

MSH, Min : 1, Max : 1

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

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

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

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

Public property PID : TbsPID_25 read GetPID write SetPID;

PID, Min : 1, Max : 1

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

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

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

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

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

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


Generated by PasDoc 0.14.0.