DICOM Macros

The following macros are available for use with the LEADTOOLS DICOM C++ Class Library:

 

\#define MAKETAG(nGroup,nElement) ((L/_UINT32)((((L/_UINT32)nGroup) << 16) | nElement)) 
\#define GETGROUP(nTag)           ((L/_UINT16)(nTag >> 16)) 
\#define GETELEMENT(nTag)         ((L/_UINT16)(nTag & 0xFFFF)) 

For an example, refer to LDicomDS::ConformanceDS and LDicomDS::GetCharValue.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS DICOM C++ Class Library Help