DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSet Class / Remove Method / Remove(Keyword) Method
The attribute to be removed, specified as a Keyword



In This Topic
    Remove(Keyword) Method
    In This Topic
    Removes an attribute from the DataSet
    Syntax
    'Declaration
     
    
    Public Overloads Sub Remove( _
       ByVal Keyword As Keyword _
    ) 
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim Keyword As Keyword
     
    instance.Remove(Keyword)
    public void Remove( 
       Keyword Keyword
    )
    public:
    void Remove( 
       Keyword Keyword
    ) 

    Parameters

    Keyword
    The attribute to be removed, specified as a Keyword
    Remarks

    If the appropriate data element exists in the DicomDataSet, it is removed.

    No error is generated if the requested item is not present in the DataSet.

    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