| Visual Basic (Declaration) | |
|---|---|
| Public Function GetFirst() As DicomUid | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public DicomUid GetFirst() | |
| C++/CLI | |
|---|---|
| public: DicomUid^ GetFirst(); | |
Return Value
DicomUid class that contains the first item in the UID Table.For an example, refer to DicomUidTable.Reset.
 
            
 
            
            - The following methods will also help you navigate the UID Table: 
- To determine the number of entries in the UID Table, use GetCount. 
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
 
  