Class TbsOPU_R25_26

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsOPU_R25_26 = class(TbsHL7Message)

Description

Represents a OPU_R25(Unsolicited Population/Location-Based Laboratory Observation) message structure. This structure contains the following elements:

  1. MSH, required

  2. SFT, optional repeating

  3. UAC, optional

  4. NTE, optional

  5. PV1, required

  6. PV2, optional

  7. OBX, optional repeating

  8. NTE, optional repeating

  9. ROL, required repeating

  10. ACCESSION DETAIL, required repeating

Hierarchy

Overview

Methods

Public function SFTRepCount : Integer ;
Public function OBXRepCount : Integer ;
Public function NTE2RepCount : Integer ;
Public function ROLRepCount : Integer ;
Public function ACCESSION_DETAILRepCount : Integer ;
Public procedure Init; override;

Properties

Public property MSH : TbsMSH_26 read GetMSH write SetMSH;
Public property SFT[RepCount:Integer]: TbsSFT_26 read GetSFT write SetSFT;
Public property UAC : TbsUAC_26 read GetUAC write SetUAC;
Public property NTE : TbsNTE_26 read GetNTE write SetNTE;
Public property PV1 : TbsPV1_26 read GetPV1 write SetPV1;
Public property PV2 : TbsPV2_26 read GetPV2 write SetPV2;
Public property OBX[RepCount:Integer]: TbsOBX_26 read GetOBX write SetOBX;
Public property NTE2[RepCount:Integer]: TbsNTE_26 read GetNTE2 write SetNTE2;
Public property ROL[RepCount:Integer]: TbsROL_26 read GetROL write SetROL;
Public property ACCESSION_DETAIL[RepCount:Integer]: TbsOPU_R25_ACCESSION_DETAIL_26 read GetACCESSION_DETAIL write SetACCESSION_DETAIL;

Description

Methods

Public function SFTRepCount : Integer ;
 
Public function OBXRepCount : Integer ;
 
Public function NTE2RepCount : Integer ;
 
Public function ROLRepCount : Integer ;
 
Public function ACCESSION_DETAILRepCount : Integer ;
 
Public procedure Init; override;
 

Properties

Public property MSH : TbsMSH_26 read GetMSH write SetMSH;

MSH, Min : 1, Max : 1

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

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

Public property UAC : TbsUAC_26 read GetUAC write SetUAC;

UAC, Min : 0, Max : 1

Public property NTE : TbsNTE_26 read GetNTE write SetNTE;

NTE, Min : 0, Max : 1

Public property PV1 : TbsPV1_26 read GetPV1 write SetPV1;

PV1, Min : 1, Max : 1

Public property PV2 : TbsPV2_26 read GetPV2 write SetPV2;

PV2, Min : 0, Max : 1

Public property OBX[RepCount:Integer]: TbsOBX_26 read GetOBX write SetOBX;

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

Public property NTE2[RepCount:Integer]: TbsNTE_26 read GetNTE2 write SetNTE2;

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

Public property ROL[RepCount:Integer]: TbsROL_26 read GetROL write SetROL;

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

Public property ACCESSION_DETAIL[RepCount:Integer]: TbsOPU_R25_ACCESSION_DETAIL_26 read GetACCESSION_DETAIL write SetACCESSION_DETAIL;

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


Generated by PasDoc 0.14.0.