#include "Ltdic.h"
static pDICOMUID LDicomUID::Find(pszCode)
Returns a pointer to a structure that contains the item with the specified UID.
Character string that contains a UID. A pointer to the item in the UID Table that has this UID will be returned.
Value | Meaning |
---|---|
!NULL | A pointer to a DICOMUID structure that contains the item with the specified UID. |
NULL | There is not an item with the specified UID. |
As an example, if you call this function with pszCode set to "1.2.840.10008.1.1", and the UID Table filled with the default values, the DICOMUID structure pointed to by the returned pointer will contain "1.2.840.10008.1.1" and "Verification SOP Class".
For the default values for the UID Table, refer to the Default UID Table.
Required DLLs and Libraries
Win32, x64
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