Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsOUL_R24_25
Unit
BSHL725
Declaration
type TbsOUL_R24_25 = class(TbsHL7Message)
Description
Represents a OUL_R24(Unsolicited laboratory observation message) message structure. This structure contains the following elements:
MSH, required
SFT, optional repeating
NTE, optional
PATIENT, optional
VISIT, optional
ORDER, required repeating
DSC, optional
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function SFTRepCount : Integer ; |
|
|
function ORDERRepCount : Integer ; |
|
|
procedure Init; override; |
|
Properties
|
property MSH : TbsMSH_25 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property SFT[RepCount:Integer]: TbsSFT_25 read GetSFT write SetSFT; |
SFT, Usage : O, Min : 0, Max : *
|
|
property NTE : TbsNTE_25 read GetNTE write SetNTE; |
NTE, Min : 0, Max : 1
|
|
property ORDER[RepCount:Integer]: TbsOUL_R24_ORDER_25 read GetORDER write SetORDER; |
ORDER, Usage : R, Min : 1, Max : *
|
|
property DSC : TbsDSC_25 read GetDSC write SetDSC; |
DSC, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|