Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsERR_251
Unit
BSHL7DT251
Declaration
type TbsERR_251 = class(TbsHL7Segment)
Description
Error The ERR segment is used to add error comments to acknowledgment messages.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function ErrorCodeandLocationRepCount : Integer; |
|
|
function ErrorLocationRepCount : Integer; |
|
|
function ApplicationErrorParameterRepCount : Integer; |
|
|
function InformPersonIndicatorRepCount : Integer; |
|
|
function OverrideReasonCodeRepCount : Integer; |
|
|
function HelpDeskContactPointRepCount : Integer; |
|
Properties
|
property ErrorCodeandLocation[RepCount:Integer]: TbsELD_251 read GetErrorCodeandLocation write SetErrorCodeandLocation; |
Error Code and Location, Min : 0, Max : *
|
|
property ErrorLocation[RepCount:Integer]: TbsERL_251 read GetErrorLocation write SetErrorLocation; |
Error Location, Min : 0, Max : *
|
|
property HL7ErrorCode : TbsCWE_251 read GetHL7ErrorCode write SetHL7ErrorCode; |
HL7 Error Code, Min : 1, Max : 1
|
|
property Severity : TbsID_251 read GetSeverity write SetSeverity; |
Severity, Min : 1, Max : 1
|
|
property ApplicationErrorCode : TbsCWE_251 read GetApplicationErrorCode write SetApplicationErrorCode; |
Application Error Code, Min : 0, Max : 1
|
|
property ApplicationErrorParameter[RepCount:Integer]: TbsST_251 read GetApplicationErrorParameter write SetApplicationErrorParameter; |
Application Error Parameter, Min : 0, Max : *
|
|
property DiagnosticInformation : TbsTX_251 read GetDiagnosticInformation write SetDiagnosticInformation; |
Diagnostic Information, Min : 0, Max : 1
|
|
property UserMessage : TbsTX_251 read GetUserMessage write SetUserMessage; |
User Message, Min : 0, Max : 1
|
|
property InformPersonIndicator[RepCount:Integer]: TbsIS_251 read GetInformPersonIndicator write SetInformPersonIndicator; |
Inform Person Indicator, Min : 0, Max : *
|
|
property OverrideType : TbsCWE_251 read GetOverrideType write SetOverrideType; |
Override Type, Min : 0, Max : 1
|
|
property OverrideReasonCode[RepCount:Integer]: TbsCWE_251 read GetOverrideReasonCode write SetOverrideReasonCode; |
Override Reason Code, Min : 0, Max : *
|
|
property HelpDeskContactPoint[RepCount:Integer]: TbsXTN_251 read GetHelpDeskContactPoint write SetHelpDeskContactPoint; |
Help Desk Contact Point, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|