Class TbsORU_R01_251
Unit
BSHL7251
Declaration
type TbsORU_R01_251 = class(TbsHL7Message)
Description
Represents a ORU_R01(Unsolicited transmission of an observation message) message structure. This structure contains the following elements:
MSH, required
SFT, optional repeating
PATIENT RESULT, required repeating
DSC, optional
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function SFTRepCount : Integer ; |
|
|
function PATIENT_RESULTRepCount : Integer ; |
|
|
procedure Init; override; |
|
Properties
|
property MSH : TbsMSH_251 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property SFT[RepCount:Integer]: TbsSFT_251 read GetSFT write SetSFT; |
SFT, Usage : O, Min : 0, Max : *
|
|
property PATIENT_RESULT[RepCount:Integer]: TbsORU_R01_PATIENT_RESULT_251 read GetPATIENT_RESULT write SetPATIENT_RESULT; |
PATIENT_RESULT, Usage : R, Min : 1, Max : *
|
|
property DSC : TbsDSC_251 read GetDSC write SetDSC; |
DSC, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|