Class TbsRER_RER_23

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsRER_RER_23 = class(TbsHL7Message)

Description

Represents a RER_RER(Pharmacy/treatment encoded order information) message structure. This structure contains the following elements:

  1. MSH, required

  2. MSA, required

  3. ERR, optional

  4. DEFINITION, required repeating

  5. DSC, optional

Hierarchy

Overview

Methods

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

Properties

Public property MSH : TbsMSH_23 read GetMSH write SetMSH;
Public property MSA : TbsMSA_23 read GetMSA write SetMSA;
Public property ERR : TbsERR_23 read GetERR write SetERR;
Public property DEFINITION[RepCount:Integer]: TbsRER_RER_DEFINITION_23 read GetDEFINITION write SetDEFINITION;
Public property DSC : TbsDSC_23 read GetDSC write SetDSC;

Description

Methods

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

Properties

Public property MSH : TbsMSH_23 read GetMSH write SetMSH;

MSH, Min : 1, Max : 1

Public property MSA : TbsMSA_23 read GetMSA write SetMSA;

MSA, Min : 1, Max : 1

Public property ERR : TbsERR_23 read GetERR write SetERR;

ERR, Min : 0, Max : 1

Public property DEFINITION[RepCount:Integer]: TbsRER_RER_DEFINITION_23 read GetDEFINITION write SetDEFINITION;

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

Public property DSC : TbsDSC_23 read GetDSC write SetDSC;

DSC, Min : 0, Max : 1


Generated by PasDoc 0.14.0.