Class TbsCRM_C03_231
Unit
BSHL7231
Declaration
type TbsCRM_C03_231 = class(TbsHL7Message)
Description
Represents a CRM_C03(Correct/update registration information) 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]: TbsCRM_C03_PATIENT_231 read GetPATIENT write SetPATIENT; |
PATIENT, Usage : R, Min : 1, Max : *
|
Generated by PasDoc 0.14.0.
|