Class TbsNMQ_N01_25

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TbsNMQ_N01_25 = class(TbsHL7Message)

Description

Represents a NMQ_N01(Application management query message) message structure. This structure contains the following elements:

  1. MSH, required

  2. SFT, optional repeating

  3. QRY WITH DETAIL, optional

  4. CLOCK AND STATISTICS, required repeating

Hierarchy

Overview

Methods

Public function SFTRepCount : Integer ;
Public function CLOCK_AND_STATISTICSRepCount : Integer ;
Public procedure Init; override;

Properties

Public property MSH : TbsMSH_25 read GetMSH write SetMSH;
Public property SFT[RepCount:Integer]: TbsSFT_25 read GetSFT write SetSFT;
Public property QRY_WITH_DETAIL : TbsNMQ_N01_QRY_WITH_DETAIL_25 read GetQRY_WITH_DETAIL write SetQRY_WITH_DETAIL;
Public property CLOCK_AND_STATISTICS[RepCount:Integer]: TbsNMQ_N01_CLOCK_AND_STATISTICS_25 read GetCLOCK_AND_STATISTICS write SetCLOCK_AND_STATISTICS;

Description

Methods

Public function SFTRepCount : Integer ;
 
Public function CLOCK_AND_STATISTICSRepCount : Integer ;
 
Public procedure Init; override;
 

Properties

Public property MSH : TbsMSH_25 read GetMSH write SetMSH;

MSH, Min : 1, Max : 1

Public property SFT[RepCount:Integer]: TbsSFT_25 read GetSFT write SetSFT;

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

Public property QRY_WITH_DETAIL : TbsNMQ_N01_QRY_WITH_DETAIL_25 read GetQRY_WITH_DETAIL write SetQRY_WITH_DETAIL;

QRY_WITH_DETAIL, Min : 0, Max : 1

Public property CLOCK_AND_STATISTICS[RepCount:Integer]: TbsNMQ_N01_CLOCK_AND_STATISTICS_25 read GetCLOCK_AND_STATISTICS write SetCLOCK_AND_STATISTICS;

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


Generated by PasDoc 0.14.0.