Class TbsORL_O22_24

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsORL_O22_24 = class(TbsHL7Message)

Description

Represents a ORL_O22(Response message to oml) message structure. This structure contains the following elements:

  1. MSH, required

  2. MSA, required

  3. ERR, optional

  4. NTE, optional repeating

  5. RESPONSE, optional

Hierarchy

Overview

Methods

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

Properties

Public property MSH : TbsMSH_24 read GetMSH write SetMSH;
Public property MSA : TbsMSA_24 read GetMSA write SetMSA;
Public property ERR : TbsERR_24 read GetERR write SetERR;
Public property NTE[RepCount:Integer]: TbsNTE_24 read GetNTE write SetNTE;
Public property RESPONSE : TbsORL_O22_RESPONSE_24 read GetRESPONSE write SetRESPONSE;

Description

Methods

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

Properties

Public property MSH : TbsMSH_24 read GetMSH write SetMSH;

MSH, Min : 1, Max : 1

Public property MSA : TbsMSA_24 read GetMSA write SetMSA;

MSA, Min : 1, Max : 1

Public property ERR : TbsERR_24 read GetERR write SetERR;

ERR, Min : 0, Max : 1

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

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

Public property RESPONSE : TbsORL_O22_RESPONSE_24 read GetRESPONSE write SetRESPONSE;

RESPONSE, Min : 0, Max : 1


Generated by PasDoc 0.14.0.