'DeclarationPublic ReadOnly Property Index As Integer
'UsageDim instance As ItemLocation Dim value As Integer value = instance.Index
public int Index {get;}
'DeclarationPublic ReadOnly Property Index As Integer
'UsageDim instance As ItemLocation Dim value As Integer value = instance.Index
public int Index {get;}
For sequences, this is the sequential number of the dataset within the sequence, and for specific values (e.g. when reporting errors) it is the index of the data items within the attribute. In both these cases, the numbering, as per conventional DICOM usage starts from 1.
For items which do not have a partcular item number (e.g. an error relating to the VM being wrong) it is zero.
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