Class TbsOUL_R21_26
Unit
BSHL726
Declaration
type TbsOUL_R21_26 = class(TbsHL7Message)
Description
Represents a OUL_R21(Unsolicited laboratory observation) message structure. This structure contains the following elements:
MSH, required
SFT, optional repeating
NTE, optional
PATIENT, optional
ORDER OBSERVATION, required repeating
DSC, optional
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function SFTRepCount : Integer ; |
|
|
function ORDER_OBSERVATIONRepCount : 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 NTE : TbsNTE_26 read GetNTE write SetNTE; |
NTE, Min : 0, Max : 1
|
|
property ORDER_OBSERVATION[RepCount:Integer]: TbsOUL_R21_ORDER_OBSERVATION_26 read GetORDER_OBSERVATION write SetORDER_OBSERVATION; |
ORDER_OBSERVATION, Usage : R, Min : 1, Max : *
|
|
property DSC : TbsDSC_26 read GetDSC write SetDSC; |
DSC, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|