Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsNST_27
Unit
BSHL7DT27
Declaration
type TbsNST_27 = class(TbsHL7Segment)
Description
Application Control Level Statistics
Hierarchy
Overview
Properties
Description
Properties
|
property StatisticsAvailable : TbsID_27 read GetStatisticsAvailable write SetStatisticsAvailable; |
Statistics Available, Min : 1, Max : 1
|
|
property SourceIdentifier : TbsST_27 read GetSourceIdentifier write SetSourceIdentifier; |
Source Identifier, Min : 0, Max : 1
|
|
property SourceType : TbsID_27 read GetSourceType write SetSourceType; |
Source Type, Min : 0, Max : 1
|
|
property StatisticsStart : TbsDTM_27 read GetStatisticsStart write SetStatisticsStart; |
Statistics Start, Min : 0, Max : 1
|
|
property StatisticsEnd : TbsDTM_27 read GetStatisticsEnd write SetStatisticsEnd; |
Statistics End, Min : 0, Max : 1
|
|
property ReceiveCharacterCount : TbsNM_27 read GetReceiveCharacterCount write SetReceiveCharacterCount; |
Receive Character Count, Min : 0, Max : 1
|
|
property SendCharacterCount : TbsNM_27 read GetSendCharacterCount write SetSendCharacterCount; |
Send Character Count, Min : 0, Max : 1
|
|
property MessagesReceived : TbsNM_27 read GetMessagesReceived write SetMessagesReceived; |
Messages Received, Min : 0, Max : 1
|
|
property MessagesSent : TbsNM_27 read GetMessagesSent write SetMessagesSent; |
Messages Sent, Min : 0, Max : 1
|
|
property ChecksumErrorsReceived : TbsNM_27 read GetChecksumErrorsReceived write SetChecksumErrorsReceived; |
Checksum Errors Received, Min : 0, Max : 1
|
|
property LengthErrorsReceived : TbsNM_27 read GetLengthErrorsReceived write SetLengthErrorsReceived; |
Length Errors Received, Min : 0, Max : 1
|
|
property OtherErrorsReceived : TbsNM_27 read GetOtherErrorsReceived write SetOtherErrorsReceived; |
Other Errors Received, Min : 0, Max : 1
|
|
property ConnectTimeouts : TbsNM_27 read GetConnectTimeouts write SetConnectTimeouts; |
Connect Timeouts, Min : 0, Max : 1
|
|
property ReceiveTimeouts : TbsNM_27 read GetReceiveTimeouts write SetReceiveTimeouts; |
Receive Timeouts, Min : 0, Max : 1
|
|
property ApplicationControllevelErrors : TbsNM_27 read GetApplicationControllevelErrors write SetApplicationControllevelErrors; |
Application Control-level Errors, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|