Provides the main functionality for converting LEADTOOLS Annotations to and from the DICOM format specified in part 3 of the DICOM Specification, under the description for the “Graphic Annotation Module” (i.e., DICOM Annotations).
In addition, there are methods and properties that allow you to do the following:
• Convert LEAD annotations to the DICOM Annotation format (DICOM Text Object, DICOM Graphic Object, DICOM Compound Graphic). Some conversions of LEAD annotation objects allow the Presentation State Module of a DICOM Grayscale Softcopy Presentation State to be specified.
• Convert annotations stored in the DICOM Annotation format to a LEAD Annotation.
Dependencies
Library
Description
Dependencies
Leadtools.Dicom.Annotations.dll
Core Library
Leadtools.dll
Sample Programs
Demo Name
Source Code Path
Description
DICOM Directory
\Examples\Dicom\DotNet\DicomDirCLIDemo\net
Demonstrates DICOM directory capabilities. Creates a DICOM directory for all DICOM files in the source directory Displays the contents of the DICOM directory in a tree view Preview the pixel data for IMAGE elements in the selected DICOM file
Demo Name
Source Code Path
Description
DICOM Echo
\Examples\Dicom\DotNet\DicomEchoCLIDemo\net
Demonstrates DICOM C-ECHO SCU capabilities by connecting to a DICOM SCP and sending a C-ECHO command.
Demo Name
Source Code Path
Description
DICOM Find
\Examples\Dicom\DotNet\DicomFindCLIDemo\net
Demonstrates DICOM C-FIND SCU capabilities by connecting to a DICOM SCP and sending a C-FIND command.
Demo Name
Source Code Path
Description
DICOM Import
\Examples\Dicom\DotNet\DicomImportCLIDemo\net
Demonstrates importing DICOM files into the example database. Use this demo to import DICOM files into the example database that is used by the DicomServer demo.
Demo Name
Source Code Path
Description
DICOM Server
\Examples\Dicom\DotNet\DicomServerCLIDemo\net
Demonstrates implementation of a DICOM storage server. Implements C-FIND, C-MOVE, C-STORE, C-ECHO. Allows client to connect, associate, query, and retrieve. Stores DICOM files in a local database. Import files directly into the database using the DicomImport example.
Demonstrates how to change the transfer syntax of a DICOM file using LEADTOOLS. For more information about "Transfer Syntax", please see Section 10 (PS 3.5 of the DICOM Standard).
Provides the main functionality for converting LEADTOOLS Annotations to and from the DICOM format specified in part 3 of the DICOM Specification, under the description for the “Graphic Annotation Module” (i.e., DICOM Annotations).
In addition, there are methods and properties that allow you to do the following:
• Convert LEAD annotations to the DICOM Annotation format (DICOM Text Object, DICOM Graphic Object, DICOM Compound Graphic). Some conversions of LEAD annotation objects allow the Presentation State Module of a DICOM Grayscale Softcopy Presentation State to be specified.
• Convert annotations stored in the DICOM Annotation format to a LEAD Annotation.
Demonstrates the DICOM Annotations Toolkit functionality. Add annotations to a DICOM image Save annotations into a DICOM dataset Load annotation from a DICOM dataset
Demonstrates the DICOM Anonymizer functionality. Anonymize any DICOM Dataset Editor shows differences between original an anonymized values Can create, save, and load scripts to customized the anonymization process
Demonstrates basic DICOM digital signature capabilities. Generates digital signatures in the main data set Verifies all the digital signatures in the entire data set
Demonstrates DICOM directory capabilities. Creates a DICOM directory for all DICOM files in the source directory Displays the contents of the DICOM directory in a tree view Preview the pixel data for IMAGE elements in the selected DICOM file
Demonstrates using the LEADTOOLS DICOMDIR LINQ Provider to query a DICOM directory. Load a DICOM directory Displays the contents of the DICOM directory in a tree view Preview the pixel data for IMAGE elements in the selected DICOM file Perform Patient, Study, Image, Series queries
Provides a full featured DICOM dataset editor with pixel data image viewer. Loads, displays and edits DICOM elements Loads and display pixel data from DICOM dataset Add, delete, modify DICOM tags Save as new DICOM dataset
Demonstrates creating a DICOM Modality Worklist SCU example that will query a MWL SCP for a worklist and copy data from the MWL response attributed to the requested IOD class.
Demonstrates loading and displaying DICOM overlays. Loads and display pixel data from DICOM dataset Loads overlay data from DICOM dataset Toggle display of overlay data Insert overlay data Save as new DICOM dataset
Demonstrates how to change the transfer syntax of a DICOM file using LEADTOOLS. For more information about "Transfer Syntax", please see Section 10 (PS 3.5 of the DICOM Standard).
Demonstrates how to use the waveform audio data to build a graph visualizing the audio waves and can also play back audio dictations within DICOM datasets.