'Declaration
Public Sub NDelete( _ ByVal SOPClassUID As System.String, _ ByVal InstanceUID As System.String _ )
'Usage
Dim instance As DicomAssociation Dim SOPClassUID As System.String Dim InstanceUID As System.String instance.NDelete(SOPClassUID, InstanceUID)
public void NDelete( System.string SOPClassUID, System.string InstanceUID )
public procedure NDelete( SOPClassUID: System.String; InstanceUID: System.String );
public function NDelete( SOPClassUID : System.String, InstanceUID : System.String );
public: void NDelete( System.string* SOPClassUID, System.string* InstanceUID )
public: void NDelete( System.String^ SOPClassUID, System.String^ InstanceUID )
Parameters
- SOPClassUID
The requested SOP Class UID
- InstanceUID
The requested SOP InstanceUID