#include "Ltdic.h"
L_LTDIC_API pDICOMTAG L_DicomFindTag(nCode)
Returns a pointer to a structure that contains the item with the specified tag.
A tag. A pointer to the item in the Data Element Tag Table that has this tag will be returned.
Value | Meaning |
---|---|
!NULL | A pointer to a DICOMTAG structure that contains the item with the specified tag. |
NULL | There is not an item with the specified tag. |
As an example, if you call this function with nCode set to TAG_STUDY_DATE, and the Data Element Tag Table filled with the default values, the DICOMTAG structure pointed to by the returned pointer will contain TAG_STUDY_DATE, 0x00080020, 0xFFFFFFFF, "Study Date", VR_DA, 1, 1, and 1.
To see the default values for the Data Element Tag Table, refer to the Default Data Element Tag Table.
Required DLLs and Libraries
Win32, x64, Linux.
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