Visual Basic |
---|
Public Property DefaultStatus As Long |
When incoming requests such as C-STORE, C-ECHO or normalised operations are received, a status code must be returned to the sender. Normally, this is supplied either by the final value of the “Status” parameter to the VerifyReceived or InstanceReceived event, or for C-STORE operation by a SendStatus call. Under some circumstances, however (such as when a message box is displayed in Visual Basic), events may not be fired, so this property provides a default value. It is used in the following circumstances:
Servers should normally set this value to a suitable error code, so that sending applications are alerted when an image cannot be handled due to server errors etc.