←Select platform

GetFirst Method

Summary

Returns the first item in the Data Element Tag Table.

Syntax

C#
VB
Java
WinRT C#
C++
public DicomTag GetFirst() 
Public Function GetFirst() As Leadtools.Dicom.DicomTag 
public Leadtools.Dicom.DicomTag GetFirst() 
public DicomTag getFirst() 
 function Leadtools.Dicom.DicomTagTable.GetFirst() 
public: 
Leadtools.Dicom.DicomTag^ GetFirst();  

Return Value

DicomTag class that contains the first item in the Data Element Tag Table.

Remarks
  • The following methods will also help you navigate the Data Element Tag Table:
  • To determine the number of entries in the Data Element Tag Table, use GetCount.
Example

For an example, refer to Reset.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly