The DicomAnnotationsUtilities Class is available in LEADTOOLS Medical Imaging toolkits.
Class used for converting between the Leadtools.Dicom.DicomAnnotationObject and the Leadtools.Annotations.AnnObject annotation formats. Supported in Silverlight, Windows Phone 7
| Visual Basic (Declaration) | |
|---|---|
Public Class DicomAnnotationsUtilities | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomAnnotationsUtilities | |
| C# | |
|---|---|
public class DicomAnnotationsUtilities | |
| C++/CLI | |
|---|---|
public ref class DicomAnnotationsUtilities | |
For an example, refer to ToAnnObject.
The DicomAnnotationsUtilities class is a utility class used for converting between the LEAD annotation format Leadtools.Annotations.AnnObject and the LEAD implementation of the DICOM annotation format Leadtools.Dicom.DicomAnnotationObject.
System.Object
Leadtools.Dicom.Annotations.DicomAnnotationsUtilities
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code