LEADTOOLS Medical (Leadtools.Dicom.Scu assembly)

OnReceiveCGetResponse Method

Show in webframe





The presentation ID.
The message ID being responded to.
The SOP UID for this C-GET query.
The status (0000 if successful, FF00 if pending, or other values.
The number of remaining C-STORE suboperations to be invoked.
The number of C-STORE suboperations invoked by this C-GET operation that have been successfully completed.
The number of C-STORE suboperations invoked by this C-GET operation that failed.
The number of C-STORE suboperations invoked by this C-GET oepration that generated warnings
A Leadtools.Dicom.DicomDataSet object which contains the information retrieved from the original C-GET-REQ
Called when a C-GET-RSP received.
Syntax
protected override void OnReceiveCGetResponse( 
   byte presentationID,
   int messageID,
   string affectedClass,
   DicomCommandStatusType status,
   int remaining,
   int completed,
   int failed,
   int warning,
   DicomDataSet dataSet
)
'Declaration
 
Protected Overrides Sub OnReceiveCGetResponse( _
   ByVal presentationID As Byte, _
   ByVal messageID As Integer, _
   ByVal affectedClass As String, _
   ByVal status As DicomCommandStatusType, _
   ByVal remaining As Integer, _
   ByVal completed As Integer, _
   ByVal failed As Integer, _
   ByVal warning As Integer, _
   ByVal dataSet As DicomDataSet _
) 
'Usage
 
Dim instance As QueryRetrieveScu
Dim presentationID As Byte
Dim messageID As Integer
Dim affectedClass As String
Dim status As DicomCommandStatusType
Dim remaining As Integer
Dim completed As Integer
Dim failed As Integer
Dim warning As Integer
Dim dataSet As DicomDataSet
 
instance.OnReceiveCGetResponse(presentationID, messageID, affectedClass, status, remaining, completed, failed, warning, dataSet)

            

            
protected:
void OnReceiveCGetResponse( 
   byte presentationID,
   int messageID,
   String^ affectedClass,
   DicomCommandStatusType status,
   int remaining,
   int completed,
   int failed,
   int warning,
   DicomDataSet^ dataSet
) override 

Parameters

presentationID
The presentation ID.
messageID
The message ID being responded to.
affectedClass
The SOP UID for this C-GET query.
status
The status (0000 if successful, FF00 if pending, or other values.
remaining
The number of remaining C-STORE suboperations to be invoked.
completed
The number of C-STORE suboperations invoked by this C-GET operation that have been successfully completed.
failed
The number of C-STORE suboperations invoked by this C-GET operation that failed.
warning
The number of C-STORE suboperations invoked by this C-GET oepration that generated warnings
dataSet
A Leadtools.Dicom.DicomDataSet object which contains the information retrieved from the original C-GET-REQ
Remarks
One or more calls to this method are generated on the QueryRetrieveScu as a result of the original C-GET-REQ
Requirements

Target Platforms

See Also

Reference

QueryRetrieveScu Class
QueryRetrieveScu Members

 

 


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

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