Class TbsADT_A42_23
Unit
BSHL723
Declaration
type TbsADT_A42_23 = class(TbsHL7Message)
Description
Represents a ADT_A42(Merge visit - visit number) message structure. This structure contains the following elements:
MSH, required
EVN, 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 EVN : TbsEVN_23 read GetEVN write SetEVN; |
EVN, Min : 1, Max : 1
|
|
property PATIENT[RepCount:Integer]: TbsADT_A42_PATIENT_23 read GetPATIENT write SetPATIENT; |
PATIENT, Usage : R, Min : 1, Max : *
|
Generated by PasDoc 0.14.0.
|