'Declaration
Public Property DefaultStatus As Integer
'Usage
Dim instance As DicomServer Dim value As Integer instance.DefaultStatus = value value = instance.DefaultStatus
public int DefaultStatus {get; set;}
'Declaration
Public Property DefaultStatus As Integer
'Usage
Dim instance As DicomServer Dim value As Integer instance.DefaultStatus = value value = instance.DefaultStatus
public int DefaultStatus {get; set;}
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. Under some circumstances, however (such as when a message box is displayed in Visual Basic), events my 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 erc.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2