←Select platform

ServiceStatus Property

Summary

Gets or sets a value indicating the Leadtools.Dicom.DicomCommandStatusType of the final CFind Response sent when LimitResponses is set to true.

Syntax

C#
VB
C++
public int ServiceStatus { get; set; } 
  
Public Property ServiceStatus As Integer 
public: 
property int ServiceStatus { 
   int get(); 
   void set (    int ); 
} 

Property Value

the Leadtools.Dicom.DicomCommandStatusType of the final CFind Response sent when LimitResponses is set to true

Remarks

If LimitResponses is set to true, the maximum number of resulting CFind Responses per CFind Request is MaximumResponses. The status of final CFind Response sent can be used to indicate that the number of resulting CFind Responses was incomplete (i.e. SendCFindResponse). Typically, the status would be set to DicomCommandStatusType.RefusedOutOfResources (status code A700). However, as this indicates a failure condition, as opposed to the intended 'partial success', some DICOM SCU might ignore the CFind Responses received. In these cases, status should be set to DicomCommandStatusType.Success.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scp Assembly