Class TbsPPP_PCB_23
Unit
BSHL723
Declaration
type TbsPPP_PCB_23 = class(TbsHL7Message)
Description
Represents a PPP_PCB(Pathway (problem-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_23 read GetMSH write SetMSH; |
MSH, Min : 1, Max : 1
|
|
property PID : TbsPID_23 read GetPID write SetPID; |
PID, Min : 1, Max : 1
|
|
property PATHWAY[RepCount:Integer]: TbsPPP_PCB_PATHWAY_23 read GetPATHWAY write SetPATHWAY; |
PATHWAY, Usage : R, Min : 1, Max : *
|
Generated by PasDoc 0.14.0.
|