| Class TbsPGL_PC6_23Unit
BSHL723 Declaration
type TbsPGL_PC6_23 = class(TbsHL7Message) Description
 Represents a PGL_PC6(Goal add) message structure. This structure contains the following elements:  
  MSH, required PID, required PATIENT VISIT, optional GOAL, required repeating    HierarchyOverviewMethodsPropertiesDescriptionMethods
|  | function GOALRepCount : 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 GOAL[RepCount:Integer]: TbsPGL_PC6_GOAL_23 read GetGOAL write SetGOAL; |  | 
 GOAL, Usage : R, Min : 1, Max : *  |  Generated by PasDoc 0.14.0.
 |