Leadtools.Dicom.Scp Namespace > ClientSession Class : ProcessCStoreRequestSync Method |
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 )
This is a synchronous method which waits until it sends all the responses before it returns.
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