Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.23
LEADTOOLS DICOM C DLL Help

DICOM Macros

Show in webframe

The following macros are available for use with the LEADTOOLS DICOM C DLL:

 

#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 L_DicomConformanceDS and L_DicomGetCharValue.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.