Class TbsCSU_C11_231
Unit
BSHL7231
Declaration
type TbsCSU_C11_231 = class(TbsHL7Message)
Description
Represents a CSU_C11(Patient completes a phase of the clinical trial) message structure. This structure contains the following elements:
MSH, required
PATIENT, required repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
function PATIENTRepCount : Integer ; |
|
 |
procedure Init; override; |
|
Properties
 |
property MSH : TbsMSH_231 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
 |
property PATIENT[RepCount:Integer]: TbsCSU_C11_PATIENT_231 read GetPATIENT write SetPATIENT; |
PATIENT, Usage : R, Min : 1, Max : *
|
Generated by PasDoc 0.14.0.
|