LEADTOOLS Medical (Leadtools.Dicom.Scp assembly)

ProcessCStoreRequest(Byte,Int32,String,String,DicomCommandPriorityType,String,Int32,DicomDataSet) Method

Show in webframe





The presentation ID of the C-STORE request.
The message ID of the C-STORE request.
Specifies the SOP Class for the storage
Specifies the SOP Instance to be stored
Specifies the priority of the C-STORE operation
Specifies the DICOM AE Title of the DICOM AE which invoked the C-MOVE operation from which this C-STORE sub-operation is being performed
Specifies the Message ID of the C-MOVE request/indication primitive from which this C-STORE sub-operation is being performed.
The Data Set accompanying the C-STORE primitive contains the Attributes of the Composite SOP Instance to be stored.
Processes a DICOM C-STORE request received from a client and sends C-STORE response to the client.
Syntax
'Declaration
 
Public Overloads Function ProcessCStoreRequest( _
   ByVal presentationID As Byte, _
   ByVal messageID As Integer, _
   ByVal abstractClass As String, _
   ByVal affectedSOPInstance As String, _
   ByVal priority As DicomCommandPriorityType, _
   ByVal moveAE As String, _
   ByVal moveMessageID As Integer, _
   ByVal requestDataset As DicomDataSet _
) As WaitHandle
'Usage
 
Dim instance As ClientSession
Dim presentationID As Byte
Dim messageID As Integer
Dim abstractClass As String
Dim affectedSOPInstance As String
Dim priority As DicomCommandPriorityType
Dim moveAE As String
Dim moveMessageID As Integer
Dim requestDataset As DicomDataSet
Dim value As WaitHandle
 
value = instance.ProcessCStoreRequest(presentationID, messageID, abstractClass, affectedSOPInstance, priority, moveAE, moveMessageID, requestDataset)

            

            

Parameters

presentationID
The presentation ID of the C-STORE request.
messageID
The message ID of the C-STORE request.
abstractClass
Specifies the SOP Class for the storage
affectedSOPInstance
Specifies the SOP Instance to be stored
priority
Specifies the priority of the C-STORE operation
moveAE
Specifies the DICOM AE Title of the DICOM AE which invoked the C-MOVE operation from which this C-STORE sub-operation is being performed
moveMessageID
Specifies the Message ID of the C-MOVE request/indication primitive from which this C-STORE sub-operation is being performed.
requestDataset
The Data Set accompanying the C-STORE primitive contains the Attributes of the Composite SOP Instance to be stored.

Return Value

A System.Threading.WaitHandle which is set after the last response is sent to the client.
Remarks

This is an asynchronous method which returns immediately. To wait for processing to complete, use the returned System.Threading.WaitHandle by calling System.Threading.WaitHandle.WaitOne(System.Int32,System.Boolean).

Requirements

Target Platforms

See Also

Reference

ClientSession Class
ClientSession Members
Overload List

 

 


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