DICOM Annotation C++ Class Library

The LEADTOOLS DICOM C++ Class Library provides functions for working with Annotations that are stored in DICOM DataSets as private data. This functionality also requires LTANN?.DLL.

Class

Header File

Comments

Help File

Demo Project Source Code

LDicomDS

LTDIC.H

This class provides the main functionality for dealing with data sets. It includes functions for creating, initializing, loading and saving data sets. In addition, there are functions that allow you to:

  • Maneuver through a data set

  • Search a data set

  • Insert or delete data set members

  • Retrieve or set data element values

  • Get or set information about the entire data set.

  • Convert values.
    the toolkit offers

Functions that enable you to convert between DICOM and  LEADTOOLS annotations include:
LDicomDS::ConvertLEADAnnObjToDicomAnnObjs
LDicomDS::ConvertDicomAnnObjToLEADAnnObj)

DICOM C++ CLib Help

\Examples\ClassLibrary\MSVC\IMGCONVW

LAnnotation

LTCANN.H

The LAnnotation class is derived from the LBase class. This class contains base functionality for creating, and managing LEAD annotation objects. This class provides the main functionality for other derived annotation classes like creation, drawing, scaling, realizing, copying, and setting/getting properties that are common to all annotation objects.

C++ CLib Help

\Examples\ClassLibrary\MSVC\DICOMANN

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Getting Started with LEADTOOLS