Class TbsRAS_O02_23

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsRAS_O02_23 = class(TbsHL7Message)

Description

Represents a RAS_O02(Pharmacy/treatment administration message) message structure. This structure contains the following elements:

  1. MSH, required

  2. NTE, optional repeating

  3. PATIENT, optional

Hierarchy

Overview

Methods

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

Properties

Public property MSH : TbsMSH_23 read GetMSH write SetMSH;
Public property NTE[RepCount:Integer]: TbsNTE_23 read GetNTE write SetNTE;
Public property PATIENT : TbsRAS_O02_PATIENT_23 read GetPATIENT write SetPATIENT;

Description

Methods

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

Properties

Public property MSH : TbsMSH_23 read GetMSH write SetMSH;

MSH, Min : 1, Max : 1

Public property NTE[RepCount:Integer]: TbsNTE_23 read GetNTE write SetNTE;

NTE, Usage : O, Min : 0, Max : *

Public property PATIENT : TbsRAS_O02_PATIENT_23 read GetPATIENT write SetPATIENT;

PATIENT, Min : 0, Max : 1


Generated by PasDoc 0.14.0.