Class TbsPPG_PCJ_26
Unit
BSHL726
Declaration
type TbsPPG_PCJ_26 = class(TbsHL7Message)
Description
Represents a PPG_PCJ(Patient pathway message (goal-oriented)) message structure. This structure contains the following elements:
MSH, required
SFT, optional repeating
UAC, optional
PID, required
PATIENT VISIT, optional
PATHWAY, required repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function SFTRepCount : Integer ; |
|
|
function PATHWAYRepCount : Integer ; |
|
|
procedure Init; override; |
|
Properties
|
property MSH : TbsMSH_26 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property SFT[RepCount:Integer]: TbsSFT_26 read GetSFT write SetSFT; |
SFT, Usage : O, Min : 0, Max : *
|
|
property UAC : TbsUAC_26 read GetUAC write SetUAC; |
UAC, Min : 0, Max : 1
|
|
property PID : TbsPID_26 read GetPID write SetPID; |
PID, Min : 1, Max : 1
|
|
property PATHWAY[RepCount:Integer]: TbsPPG_PCJ_PATHWAY_26 read GetPATHWAY write SetPATHWAY; |
PATHWAY, Usage : R, Min : 1, Max : *
|
Generated by PasDoc 0.14.0.
|