Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsOPU_R25_26
Unit
BSHL726
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:
MSH, required
SFT, optional repeating
UAC, optional
NTE, optional
PV1, required
PV2, optional
OBX, optional repeating
NTE, optional repeating
ROL, required repeating
ACCESSION DETAIL, required repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function SFTRepCount : Integer ; |
|
|
function OBXRepCount : Integer ; |
|
|
function NTE2RepCount : Integer ; |
|
|
function ROLRepCount : Integer ; |
|
|
function ACCESSION_DETAILRepCount : Integer ; |
|
|
procedure Init; override; |
|
Properties
|
property MSH : TbsMSH_26 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property SFT[RepCount:Integer]: TbsSFT_26 read GetSFT write SetSFT; |
SFT, Usage : O, Min : 0, Max : *
|
|
property UAC : TbsUAC_26 read GetUAC write SetUAC; |
UAC, Min : 0, Max : 1
|
|
property NTE : TbsNTE_26 read GetNTE write SetNTE; |
NTE, Min : 0, Max : 1
|
|
property PV1 : TbsPV1_26 read GetPV1 write SetPV1; |
PV1, Min : 1, Max : 1
|
|
property PV2 : TbsPV2_26 read GetPV2 write SetPV2; |
PV2, Min : 0, Max : 1
|
|
property OBX[RepCount:Integer]: TbsOBX_26 read GetOBX write SetOBX; |
OBX, Usage : O, Min : 0, Max : *
|
|
property NTE2[RepCount:Integer]: TbsNTE_26 read GetNTE2 write SetNTE2; |
NTE, Usage : O, Min : 0, Max : *
|
|
property ROL[RepCount:Integer]: TbsROL_26 read GetROL write SetROL; |
ROL, Usage : R, Min : 1, Max : *
|
|
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.
|