Class TbsPPR_PC1_23
Unit
BSHL723
Declaration
type TbsPPR_PC1_23 = class(TbsHL7Message)
Description
Represents a PPR_PC1(Problem add) message structure. This structure contains the following elements:
MSH, required
PID, required
PATIENT VISIT, optional
PROBLEM, required repeating
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function PROBLEMRepCount : 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 PROBLEM[RepCount:Integer]: TbsPPR_PC1_PROBLEM_23 read GetPROBLEM write SetPROBLEM; |
PROBLEM, Usage : R, Min : 1, Max : *
|
Generated by PasDoc 0.14.0.
|