LEADTOOLS Medical (Leadtools.Dicom.Scp assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ProcessCStoreRequest(Byte,Int32,String,String,DicomCommandPriorityType,String,Int32,DicomCommand) Method
See Also 
Leadtools.Dicom.Scp Namespace > ClientSession Class > ProcessCStoreRequest Method : ProcessCStoreRequest(Byte,Int32,String,String,DicomCommandPriorityType,String,Int32,DicomCommand) Method



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.
command
The Leadtools.Dicom.Scp.Command.DicomCommand which will be used to process the C-STORE request.
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.
command
The Leadtools.Dicom.Scp.Command.DicomCommand which will be used to process the C-STORE request.
Process a DICOM C-STORE request received from client and sends C-STORE response to the clien.

Syntax

Visual Basic (Declaration) 
Overloads Public 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 command As DicomCommand _
) As WaitHandle
Visual Basic (Usage)Copy Code
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 command As DicomCommand
Dim value As WaitHandle
 
value = instance.ProcessCStoreRequest(presentationID, messageID, abstractClass, affectedSOPInstance, priority, moveAE, moveMessageID, command)
C++/CLI 
public:
WaitHandle^ ProcessCStoreRequest( 
   byte presentationID,
   int messageID,
   String^ abstractClass,
   String^ affectedSOPInstance,
   DicomCommandPriorityType priority,
   String^ moveAE,
   int moveMessageID,
   DicomCommand^ command
) 

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.
command
The Leadtools.Dicom.Scp.Command.DicomCommand which will be used to process the C-STORE request.

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 the processing to complete use the returned System.Threading.WaitHandle by calling System.Threading.WaitHandle.WaitOne(System.Int32,System.Boolean).

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Dicom.Scp requires a Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features