Class TbsRCL_I06_271

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsRCL_I06_271 = class(TbsHL7Message)

Description

Represents a RCL_I06(Return clinical list) message structure. This structure contains the following elements:

  1. MSH, required

  2. SFT, optional repeating

  3. UAC, optional

  4. MSA, optional

  5. QRD, required

  6. QRF, optional

  7. PROVIDER, required repeating

  8. PID, required

  9. DG1, optional repeating

  10. DRG, optional repeating

  11. AL1, optional repeating

  12. NTE, optional repeating

  13. DSP, optional repeating

  14. DSC, optional

Hierarchy

Overview

Methods

Public function SFTRepCount : Integer ;
Public function PROVIDERRepCount : Integer ;
Public function DG1RepCount : Integer ;
Public function DRGRepCount : Integer ;
Public function AL1RepCount : Integer ;
Public function NTERepCount : Integer ;
Public function DSPRepCount : Integer ;
Public procedure Init; override;

Properties

Public property MSH : TbsMSH_271 read GetMSH write SetMSH;
Public property SFT[RepCount:Integer]: TbsSFT_271 read GetSFT write SetSFT;
Public property UAC : TbsUAC_271 read GetUAC write SetUAC;
Public property MSA : TbsMSA_271 read GetMSA write SetMSA;
Public property QRD : TbsQRD_271 read GetQRD write SetQRD;
Public property QRF : TbsQRF_271 read GetQRF write SetQRF;
Public property PROVIDER[RepCount:Integer]: TbsRCL_I06_PROVIDER_271 read GetPROVIDER write SetPROVIDER;
Public property PID : TbsPID_271 read GetPID write SetPID;
Public property DG1[RepCount:Integer]: TbsDG1_271 read GetDG1 write SetDG1;
Public property DRG[RepCount:Integer]: TbsDRG_271 read GetDRG write SetDRG;
Public property AL1[RepCount:Integer]: TbsAL1_271 read GetAL1 write SetAL1;
Public property NTE[RepCount:Integer]: TbsNTE_271 read GetNTE write SetNTE;
Public property DSP[RepCount:Integer]: TbsDSP_271 read GetDSP write SetDSP;
Public property DSC : TbsDSC_271 read GetDSC write SetDSC;

Description

Methods

Public function SFTRepCount : Integer ;
 
Public function PROVIDERRepCount : Integer ;
 
Public function DG1RepCount : Integer ;
 
Public function DRGRepCount : Integer ;
 
Public function AL1RepCount : Integer ;
 
Public function NTERepCount : Integer ;
 
Public function DSPRepCount : Integer ;
 
Public procedure Init; override;
 

Properties

Public property MSH : TbsMSH_271 read GetMSH write SetMSH;

MSH, Min : 1, Max : 1

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

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

Public property UAC : TbsUAC_271 read GetUAC write SetUAC;

UAC, Min : 0, Max : 1

Public property MSA : TbsMSA_271 read GetMSA write SetMSA;

MSA, Min : 0, Max : 1

Public property QRD : TbsQRD_271 read GetQRD write SetQRD;

QRD, Min : 1, Max : 1

Public property QRF : TbsQRF_271 read GetQRF write SetQRF;

QRF, Min : 0, Max : 1

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

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

Public property PID : TbsPID_271 read GetPID write SetPID;

PID, Min : 1, Max : 1

Public property DG1[RepCount:Integer]: TbsDG1_271 read GetDG1 write SetDG1;

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

Public property DRG[RepCount:Integer]: TbsDRG_271 read GetDRG write SetDRG;

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

Public property AL1[RepCount:Integer]: TbsAL1_271 read GetAL1 write SetAL1;

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

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

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

Public property DSP[RepCount:Integer]: TbsDSP_271 read GetDSP write SetDSP;

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

Public property DSC : TbsDSC_271 read GetDSC write SetDSC;

DSC, Min : 0, Max : 1


Generated by PasDoc 0.14.0.