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

The group index of a data element.

The element index of a data element.

The Value to be assigned




    Add(Int32,Int32,Object) Method
    Creates and adds standard data elements to DicomDataSet
    Syntax
    'Declaration
     
    
    Public Overloads Sub Add( _
       ByVal Group As Integer, _
       ByVal Element As Integer, _
       ByVal Value As Object _
    ) 
     
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim Group As Integer
    Dim Element As Integer
    Dim Value As Object
     
    instance.Add(Group, Element, Value)

    Parameters

    Group

    The group index of a data element.

    Element

    The element index of a 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