Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsERR_27
Unit
BSHL7DT27
Declaration
type TbsERR_27 = class(TbsHL7Segment)
Description
Error
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function ErrorLocationRepCount : Integer; |
|
|
function ApplicationErrorParameterRepCount : Integer; |
|
|
function InformPersonIndicatorRepCount : Integer; |
|
|
function OverrideReasonCodeRepCount : Integer; |
|
|
function HelpDeskContactPointRepCount : Integer; |
|
Properties
|
property ErrorCodeAndLocation : TbsST_27 read GetErrorCodeAndLocation write SetErrorCodeAndLocation; |
Error Code And Location, Min : 0, Max : 1
|
|
property ErrorLocation[RepCount:Integer]: TbsERL_27 read GetErrorLocation write SetErrorLocation; |
Error Location, Min : 0, Max : *
|
|
property Hl7ErrorCode : TbsCWE_27 read GetHl7ErrorCode write SetHl7ErrorCode; |
Hl7 Error Code, Min : 1, Max : 1
|
|
property Severity : TbsID_27 read GetSeverity write SetSeverity; |
Severity, Min : 1, Max : 1
|
|
property ApplicationErrorCode : TbsCWE_27 read GetApplicationErrorCode write SetApplicationErrorCode; |
Application Error Code, Min : 0, Max : 1
|
|
property ApplicationErrorParameter[RepCount:Integer]: TbsST_27 read GetApplicationErrorParameter write SetApplicationErrorParameter; |
Application Error Parameter, Min : 0, Max : 10
|
|
property DiagnosticInformation : TbsTX_27 read GetDiagnosticInformation write SetDiagnosticInformation; |
Diagnostic Information, Min : 0, Max : 1
|
|
property UserMessage : TbsTX_27 read GetUserMessage write SetUserMessage; |
User Message, Min : 0, Max : 1
|
|
property InformPersonIndicator[RepCount:Integer]: TbsCWE_27 read GetInformPersonIndicator write SetInformPersonIndicator; |
Inform Person Indicator, Min : 0, Max : *
|
|
property OverrideType : TbsCWE_27 read GetOverrideType write SetOverrideType; |
Override Type, Min : 0, Max : 1
|
|
property OverrideReasonCode[RepCount:Integer]: TbsCWE_27 read GetOverrideReasonCode write SetOverrideReasonCode; |
Override Reason Code, Min : 0, Max : *
|
|
property HelpDeskContactPoint[RepCount:Integer]: TbsXTN_27 read GetHelpDeskContactPoint write SetHelpDeskContactPoint; |
Help Desk Contact Point, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|