DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSet Class / Item Property / Item(Int32,Int32) Property

The group index of a data element.

The element index of a data element.




Item(Int32,Int32) Property
Provides access of all attributes of the dataset
Syntax
'Declaration
 
Public Overloads Overridable ReadOnly Property Item( _
   ByVal group As Integer, _
   ByVal element As Integer _
) As DicomAttribute
 
'Usage
 
Dim instance As DicomDataSet
Dim group As Integer
Dim element As Integer
Dim value As DicomAttribute
 
value = instance.Item(group, element)

Parameters

group

The group index of a data element.

element

The element index of a data element.

Remarks
There are several possible indexers for a dataset, allowing both specific and sequential access.
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