Class TbsPPG_PCG_23

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsPPG_PCG_23 = class(TbsHL7Message)

Description

Represents a PPG_PCG(Pathway (goal-oriented) add) 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_23 read GetMSH write SetMSH;
Public property PID : TbsPID_23 read GetPID write SetPID;
Public property PATIENT_VISIT : TbsPPG_PCG_PATIENT_VISIT_23 read GetPATIENT_VISIT write SetPATIENT_VISIT;
Public property PATHWAY[RepCount:Integer]: TbsPPG_PCG_PATHWAY_23 read GetPATHWAY write SetPATHWAY;

Description

Methods

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

Properties

Public property MSH : TbsMSH_23 read GetMSH write SetMSH;

MSH, Min : 1, Max : 1

Public property PID : TbsPID_23 read GetPID write SetPID;

PID, Min : 1, Max : 1

Public property PATIENT_VISIT : TbsPPG_PCG_PATIENT_VISIT_23 read GetPATIENT_VISIT write SetPATIENT_VISIT;

PATIENT_VISIT, Min : 0, Max : 1

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

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


Generated by PasDoc 0.14.0.