DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSet Class / Add Method / Add(Keyword,Object) Method

The DICOM Keyword of the data element.

The Value to be assigned




In This Topic
    Add(Keyword,Object) Method
    In This Topic
    Creates and adds standard data elements to DicomDataSet
    Syntax
    'Declaration
     
    
    Public Overloads Sub Add( _
       ByVal Keyword As Keyword, _
       ByVal Value As Object _
    ) 
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim Keyword As Keyword
    Dim Value As Object
     
    instance.Add(Keyword, Value)
    public void Add( 
       Keyword Keyword,
       object Value
    )
    public:
    void Add( 
       Keyword Keyword,
       Object^ Value
    ) 

    Parameters

    Keyword

    The DICOM Keyword of the data element.

    Value

    The Value to be assigned

    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