LEADTOOLS Medical (Leadtools.Dicom.Scp assembly)
LEAD Technologies, Inc

ProcessCStoreRequestSync Method






The presentation ID of the C-STORE request.
The message ID of the C-STORE request.
The SOP Class for the storage
The SOP Instance to be stored
The priority of the C-STORE operation
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 Leadtools.Dicom.Scp.Command.DicomCommand which will be used to process the C-STORE request.
Processes a DICOM C-STORE request received from a client and sends a C-STORE response to the client.
Syntax
public void ProcessCStoreRequestSync( 
   byte presentationID,
   int messageID,
   string abstractClass,
   string affectedSOPInstance,
   DicomCommandPriorityType priority,
   string moveAE,
   int moveMessageID,
   DicomCommand command
)
'Declaration
 
Public Sub ProcessCStoreRequestSync( _
   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 _
) 
'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 command As DicomCommand
 
instance.ProcessCStoreRequestSync(presentationID, messageID, abstractClass, affectedSOPInstance, priority, moveAE, moveMessageID, command)
public void ProcessCStoreRequestSync( 
   byte presentationID,
   int messageID,
   string abstractClass,
   string affectedSOPInstance,
   DicomCommandPriorityType priority,
   string moveAE,
   int moveMessageID,
   DicomCommand command
)
 function Leadtools.Dicom.Scp.ClientSession.ProcessCStoreRequestSync( 
   presentationID ,
   messageID ,
   abstractClass ,
   affectedSOPInstance ,
   priority ,
   moveAE ,
   moveMessageID ,
   command 
)
public:
void ProcessCStoreRequestSync( 
   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
The SOP Class for the storage
affectedSOPInstance
The SOP Instance to be stored
priority
The priority of the C-STORE operation
moveAE
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.
Remarks

This is a synchronous method which waits until it sends all the responses before it returns.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ClientSession Class
ClientSession Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 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