Returns a value that indicates the level at which the specified element is located within the Data Set.
public int GetElementLevel(
DicomElement element
)
Public Function GetElementLevel( _
ByVal element As DicomElement _
) As Integer
public int getElementLevel(DicomElement element)
public:
int GetElementLevel(
DicomElement^ element
)
element
An item in the Data Set.
The level at which the specified element is located within the Data Set.
This method requires that the Data Set is evaluated as a tree. The following illustration gives an example:
If the passed object points to: | The method returns: |
---|---|
Item 1 | 0 |
Item 2 | 1 |
Item 3 | 2 |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document