Gets or sets a value indicating the Leadtools.Dicom.DicomCommandStatusType of the final CFind Response sent when LimitResponses is set to true
.
public int ServiceStatus { get; set; }
Public Property ServiceStatus As Integer
the Leadtools.Dicom.DicomCommandStatusType of the final CFind Response sent when LimitResponses is set to true
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET