SetFailed Method (WorklistEventArgs)
In This Topic
Set Worklist transaction FAILURE DICOM response. HttpStatus of "Internal Server Error" will be returned to Web Client
Syntax
'Declaration
Public Sub SetFailed( _
ByVal As System.Integer, _
Optional ByVal As System.String _
)
'Usage
Dim instance As WorklistEventArgs
Dim status As System.Integer
Dim errorComment As System.String
instance.SetFailed(status, errorComment)
public void SetFailed(
System.int ,
System.string
)
public procedure SetFailed(
: System.Integer;
: System.String
);
public function SetFailed(
: System.int,
: System.String
);
public: void SetFailed(
System.int ,
System.string*
)
public:
void SetFailed(
System.int ,
System.String^
)
Parameters
- status
- Set DICOM status code in reponse
- errorComment
- Set error comment in response
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also