DicomObjects.NET Core 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 String, _
       ByVal InstanceUID As String _
    ) 
    'Usage
     
    
    Dim instance As DicomAssociation
    Dim SOPClassUID As String
    Dim InstanceUID As String
     
    instance.NDelete(SOPClassUID, InstanceUID)
    public void NDelete( 
       string SOPClassUID,
       string InstanceUID
    )
    public:
    void NDelete( 
       String^ SOPClassUID,
       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: 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

    See Also