LDicomUID::Find

#include "Ltdic.h"

static pDICOMUID LDicomUID::Find(pszCode)

Returns a pointer to a structure that contains the item with the specified UID.

Parameters

L_TCHAR * pszCode

Character string that contains a UID. A pointer to the item in the UID Table that has this UID will be returned.

Returns

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.

Comments

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

Platforms

Win32, x64

See Also

Functions

Topics

Example

For an example, refer to LDicomUID::Delete or LDicomUID::SetName.

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS DICOM C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.