Class TbsPPG_PCG_24
Unit
BSHL724
Declaration
type TbsPPG_PCG_24 = class(TbsHL7Message)
Description
Represents a PPG_PCG(Pathway (goal-oriented) add) message structure. This structure contains the following elements:
MSH, required
PID, required
PATIENT VISIT, optional
PATHWAY, required repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function PATHWAYRepCount : Integer ; |
|
|
procedure Init; override; |
|
Properties
|
property MSH : TbsMSH_24 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property PID : TbsPID_24 read GetPID write SetPID; |
PID, Min : 1, Max : 1
|
|
property PATHWAY[RepCount:Integer]: TbsPPG_PCG_PATHWAY_24 read GetPATHWAY write SetPATHWAY; |
PATHWAY, Usage : R, Min : 1, Max : *
|
Generated by PasDoc 0.14.0.
|