LEADTOOLS Medical (Leadtools.Dicom.Scp assembly)

ServiceStatus Property (QueryCFindCommand)

Show in webframe





Gets or sets a value indicating the Leadtools.Dicom.DicomCommandStatusType of the final CFind Response sent when LimitResponses is set to true.
Syntax
public int ServiceStatus {get; set;}
'Declaration
 
Public Property ServiceStatus As Integer
'Usage
 
Dim instance As QueryCFindCommand
Dim value As Integer
 
instance.ServiceStatus = value
 
value = instance.ServiceStatus

            

            
public:
property int ServiceStatus {
   int get();
   void set (    int value);
}

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

See Also

Reference

QueryCFindCommand Class
QueryCFindCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.Dicom.Scp requires a Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features