Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsNST_271
Unit
BSHL7DT271
Declaration
type TbsNST_271 = class(TbsHL7Segment)
Description
Application Control Level Statistics The NST segment allows application control-level statistical information to be passed between the various systems on the network. Some fields in this segment refer to portions of lower level protocols; they contain information that can be used by application management applications monitoring the state of various network links. Usage Notes: Fields 2-15. These are all marked optional since the statistics kept on a particular link and negotiated between the two systems in question will vary. Not all values will apply to each system. Some values are concerned with the type of port, and some values pertain to the lower level protocol.
Hierarchy
Overview
Properties
Description
Properties
|
property StatisticsAvailable : TbsID_271 read GetStatisticsAvailable write SetStatisticsAvailable; |
Statistics Available, Min : 1, Max : 1
|
|
property SourceIdentifier : TbsST_271 read GetSourceIdentifier write SetSourceIdentifier; |
Source Identifier, Min : 0, Max : 1
|
|
property SourceType : TbsID_271 read GetSourceType write SetSourceType; |
Source Type, Min : 0, Max : 1
|
|
property StatisticsStart : TbsDTM_271 read GetStatisticsStart write SetStatisticsStart; |
Statistics Start, Min : 0, Max : 1
|
|
property StatisticsEnd : TbsDTM_271 read GetStatisticsEnd write SetStatisticsEnd; |
Statistics End, Min : 0, Max : 1
|
|
property ReceiveCharacterCount : TbsNM_271 read GetReceiveCharacterCount write SetReceiveCharacterCount; |
Receive Character Count, Min : 0, Max : 1
|
|
property SendCharacterCount : TbsNM_271 read GetSendCharacterCount write SetSendCharacterCount; |
Send Character Count, Min : 0, Max : 1
|
|
property MessagesReceived : TbsNM_271 read GetMessagesReceived write SetMessagesReceived; |
Messages Received, Min : 0, Max : 1
|
|
property MessagesSent : TbsNM_271 read GetMessagesSent write SetMessagesSent; |
Messages Sent, Min : 0, Max : 1
|
|
property ChecksumErrorsReceived : TbsNM_271 read GetChecksumErrorsReceived write SetChecksumErrorsReceived; |
Checksum Errors Received, Min : 0, Max : 1
|
|
property LengthErrorsReceived : TbsNM_271 read GetLengthErrorsReceived write SetLengthErrorsReceived; |
Length Errors Received, Min : 0, Max : 1
|
|
property OtherErrorsReceived : TbsNM_271 read GetOtherErrorsReceived write SetOtherErrorsReceived; |
Other Errors Received, Min : 0, Max : 1
|
|
property ConnectTimeouts : TbsNM_271 read GetConnectTimeouts write SetConnectTimeouts; |
Connect Timeouts, Min : 0, Max : 1
|
|
property ReceiveTimeouts : TbsNM_271 read GetReceiveTimeouts write SetReceiveTimeouts; |
Receive Timeouts, Min : 0, Max : 1
|
|
property ApplicationControllevelErrors : TbsNM_271 read GetApplicationControllevelErrors write SetApplicationControllevelErrors; |
Application Control-level Errors, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|