Class TbsCSU_C10_23
Unit
BSHL723
Declaration
type TbsCSU_C10_23 = class(TbsHL7Message)
Description
Represents a CSU_C10(Patient completes 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_23 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property PATIENT[RepCount:Integer]: TbsCSU_C10_PATIENT_23 read GetPATIENT write SetPATIENT; |
PATIENT, Usage : R, Min : 1, Max : *
|
Generated by PasDoc 0.14.0.
|