Class TbsORR_O02_26

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsORR_O02_26 = class(TbsHL7Message)

Description

Represents a ORR_O02(Order response) message structure. This structure contains the following elements:

  1. MSA, required

  2. ERR, optional repeating

  3. NTE, optional repeating

  4. RESPONSE, optional

Hierarchy

Overview

Methods

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

Properties

Public property MSA : TbsMSA_26 read GetMSA write SetMSA;
Public property ERR[RepCount:Integer]: TbsERR_26 read GetERR write SetERR;
Public property NTE[RepCount:Integer]: TbsNTE_26 read GetNTE write SetNTE;
Public property RESPONSE : TbsORR_O02_RESPONSE_26 read GetRESPONSE write SetRESPONSE;

Description

Methods

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

Properties

Public property MSA : TbsMSA_26 read GetMSA write SetMSA;

MSA, Min : 1, Max : 1

Public property ERR[RepCount:Integer]: TbsERR_26 read GetERR write SetERR;

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

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

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

Public property RESPONSE : TbsORR_O02_RESPONSE_26 read GetRESPONSE write SetRESPONSE;

RESPONSE, Min : 0, Max : 1


Generated by PasDoc 0.14.0.