Class TbsORA_R33_271
Unit
BSHL7271
Declaration
type TbsORA_R33_271 = class(TbsHL7Message)
Description
Represents a ORA_R33(Observation Report Acknowledgement) message structure. This structure contains the following elements:
MSH, required
SFT, optional repeating
UAC, optional
MSA, required
ERR, optional repeating
ORC, optional
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function SFTRepCount : Integer ; |
|
|
function ERRRepCount : Integer ; |
|
|
procedure Init; override; |
|
Properties
|
property MSH : TbsMSH_271 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property SFT[RepCount:Integer]: TbsSFT_271 read GetSFT write SetSFT; |
SFT, Usage : O, Min : 0, Max : *
|
|
property UAC : TbsUAC_271 read GetUAC write SetUAC; |
UAC, Min : 0, Max : 1
|
|
property MSA : TbsMSA_271 read GetMSA write SetMSA; |
MSA, Min : 1, Max : 1
|
|
property ERR[RepCount:Integer]: TbsERR_271 read GetERR write SetERR; |
ERR, Usage : O, Min : 0, Max : *
|
|
property ORC : TbsORC_271 read GetORC write SetORC; |
ORC, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|