Processes a DICOM N-CREATE request received from a client and sends N-CREATE response to the client.
'Declaration
<ObsoleteAttribute("Use the overloaded method without the requestDataSet parameter. This method will be removed in future releases")>
Public Overloads Function ProcessNCreateRequest( _
ByVal As Byte, _
ByVal As Integer, _
ByVal As String, _
ByVal As String, _
ByVal As DicomDataSet, _
ByVal command As DicomCommand _
) As WaitHandle
'Usage
Dim instance As ClientSession
Dim presentationID As Byte
Dim messageID As Integer
Dim abstractClass As String
Dim affectedSOPInstance As String
Dim requestDataset As DicomDataSet
Dim command As DicomCommand
Dim value As WaitHandle
value = instance.ProcessNCreateRequest(presentationID, messageID, abstractClass, affectedSOPInstance, requestDataset, command)
Parameters
- presentationID
- The presentation ID of the N-CREATE request.
- messageID
- The message ID of the N-CREATE request.
- abstractClass
- The Abstract Syntax of the N-CREATE request.
- affectedSOPInstance
- The SOP Class of the new SOP Instance which is to be created.
- requestDataset
- A Leadtools.Dicom.DicomDataSet which contains the attribute list which are assigned for the new SOP Instance.
- command
- The Leadtools.Dicom.Scp.Command.DicomCommand which will be used to process the N-CREATE request.
Return Value
A
System.Threading.WaitHandle which is set after the last response is sent to the client.