DicomObjects Reference
DicomObjects Reference / DicomConnection Object / NCreate Method
The requested SOP Class UID
The requested SOP InstanceUID
The attributes to be set, with their values
NCreate Method
Description
Send an N-CREATE request
Syntax
Visual Basic
Public Sub NCreate( _
   ByVal classUID As String, _
   ByVal InstanceUID As String, _
   ByVal dataset As DicomDataSet _
) 
Parameters
classUID
The requested SOP Class UID
InstanceUID
The requested SOP InstanceUID
dataset
The attributes to be set, with their values
Remarks
This method sends an N-CREATE request, using the quoted SOP Class and Instance UIDs.
If appropriate, the SCP may use the values in DataSet to initialise the object.
If the operation succeeds, then the UID of the object created may be found, once the operation has completed, in the LastInstanceUID property
See Also