Class TbsPPP_PCB_231

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsPPP_PCB_231 = class(TbsHL7Message)

Description

Represents a PPP_PCB(Pathway (problem-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_231 read GetMSH write SetMSH;
Public property PID : TbsPID_231 read GetPID write SetPID;
Public property PATIENT_VISIT : TbsPPP_PCB_PATIENT_VISIT_231 read GetPATIENT_VISIT write SetPATIENT_VISIT;
Public property PATHWAY[RepCount:Integer]: TbsPPP_PCB_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 : TbsPPP_PCB_PATIENT_VISIT_231 read GetPATIENT_VISIT write SetPATIENT_VISIT;

PATIENT_VISIT, Min : 0, Max : 1

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

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


Generated by PasDoc 0.14.0.