DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomAssociation Class / NDelete Method

The requested SOP Class UID

The requested SOP InstanceUID







In This Topic
    NDelete Method
    In This Topic
    Sends an N-DELETE request
    Syntax
    '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

    Remarks

    This method sends an N-DELETE request, using the quoted SOP Class and Instance UIDs.

    No other information is permitted in an N-DELETE command.

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also