Class TbsRQC_I05_28

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsRQC_I05_28 = class(TbsHL7Message)

Description

Represents a RQC_I05(Request for patient clinical information) message structure. This structure contains the following elements:

  1. MSH, required

  2. SFT, optional repeating

  3. UAC, optional

  4. QRD, required

  5. QRF, optional

  6. PROVIDER, required repeating

  7. PID, required

  8. NK1, optional repeating

  9. GT1, optional repeating

  10. 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_28 read GetMSH write SetMSH;
Public property SFT[RepCount:Integer]: TbsSFT_28 read GetSFT write SetSFT;
Public property UAC : TbsUAC_28 read GetUAC write SetUAC;
Public property QRD : TbsQRD_28 read GetQRD write SetQRD;
Public property QRF : TbsQRF_28 read GetQRF write SetQRF;
Public property PROVIDER[RepCount:Integer]: TbsRQC_I05_PROVIDER_28 read GetPROVIDER write SetPROVIDER;
Public property PID : TbsPID_28 read GetPID write SetPID;
Public property NK1[RepCount:Integer]: TbsNK1_28 read GetNK1 write SetNK1;
Public property GT1[RepCount:Integer]: TbsGT1_28 read GetGT1 write SetGT1;
Public property NTE[RepCount:Integer]: TbsNTE_28 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_28 read GetMSH write SetMSH;

MSH, Min : 1, Max : 1

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

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

Public property UAC : TbsUAC_28 read GetUAC write SetUAC;

UAC, Min : 0, Max : 1

Public property QRD : TbsQRD_28 read GetQRD write SetQRD;

QRD, Min : 1, Max : 1

Public property QRF : TbsQRF_28 read GetQRF write SetQRF;

QRF, Min : 0, Max : 1

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

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

Public property PID : TbsPID_28 read GetPID write SetPID;

PID, Min : 1, Max : 1

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

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

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

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

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

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


Generated by PasDoc 0.14.0.