Class TbsOUL_R21_24
Unit
BSHL724
Declaration
type TbsOUL_R21_24 = class(TbsHL7Message)
Description
Represents a OUL_R21(Unsolicited laboratory observation) message structure. This structure contains the following elements:
MSH, required
NTE, optional
PATIENT, optional
VISIT, optional
ORDER OBSERVATION, required repeating
DSC, optional
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function ORDER_OBSERVATIONRepCount : Integer ; |
|
|
procedure Init; override; |
|
Properties
|
property MSH : TbsMSH_24 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property NTE : TbsNTE_24 read GetNTE write SetNTE; |
NTE, Min : 0, Max : 1
|
|
property ORDER_OBSERVATION[RepCount:Integer]: TbsOUL_R21_ORDER_OBSERVATION_24 read GetORDER_OBSERVATION write SetORDER_OBSERVATION; |
ORDER_OBSERVATION, Usage : R, Min : 1, Max : *
|
|
property DSC : TbsDSC_24 read GetDSC write SetDSC; |
DSC, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|