Class TbsPPG_PCJ_231

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsPPG_PCJ_231 = class(TbsHL7Message)

Description

Represents a PPG_PCJ(Pathway (goal-oriented) delete) message structure. This structure contains the following elements:

  1. MSH, required

  2. PID, required

  3. PATIENT VISIT, optional

  4. PATHWAY, required repeating

Hierarchy

Overview

Methods

Public function PATHWAYRepCount : Integer ;
Public procedure Init; override;

Properties

Public property MSH : TbsMSH_231 read GetMSH write SetMSH;
Public property PID : TbsPID_231 read GetPID write SetPID;
Public property PATIENT_VISIT : TbsPPG_PCJ_PATIENT_VISIT_231 read GetPATIENT_VISIT write SetPATIENT_VISIT;
Public property PATHWAY[RepCount:Integer]: TbsPPG_PCJ_PATHWAY_231 read GetPATHWAY write SetPATHWAY;

Description

Methods

Public function PATHWAYRepCount : Integer ;
 
Public procedure Init; override;
 

Properties

Public property MSH : TbsMSH_231 read GetMSH write SetMSH;

MSH, Min : 1, Max : 1

Public property PID : TbsPID_231 read GetPID write SetPID;

PID, Min : 1, Max : 1

Public property PATIENT_VISIT : TbsPPG_PCJ_PATIENT_VISIT_231 read GetPATIENT_VISIT write SetPATIENT_VISIT;

PATIENT_VISIT, Min : 0, Max : 1

Public property PATHWAY[RepCount:Integer]: TbsPPG_PCJ_PATHWAY_231 read GetPATHWAY write SetPATHWAY;

PATHWAY, Usage : R, Min : 1, Max : *


Generated by PasDoc 0.14.0.