←Select platform

FromDataSetToAnnContainer(DicomDataSet,DicomElement,string) Method

Summary

Converts all of the Graphic Annotation Sequence (DICOM Annotations) stored in a Leadtools.Dicom.DicomDataSet into a LEAD AnnContainer that contains LEAD Leadtools.Annotations.Engine.AnnObject objects.

Syntax
C#
VB
C++
public AnnContainer FromDataSetToAnnContainer( 
   DicomDataSet ds, 
   DicomElement graphicAnnSqItem, 
   string imageSopInstanceUid 
) 
Public Function FromDataSetToAnnContainer( 
   ByVal ds As DicomDataSet, 
   ByVal graphicAnnSqItem As DicomElement, 
   ByVal imageSopInstanceUid As String 
) As AnnContainer 
public:  
   AnnContainer^ FromDataSetToAnnContainer( 
      DicomDataSet^ ds, 
      DicomElement^ graphicAnnSqItem, 
      String^ imageSopInstanceUid 
   ) 

Parameters

ds

The Leadtools.Dicom.DicomDataSet that contains the Graphic Annotation Sequence (DICOM Annotations) being converted.

graphicAnnSqItem

Pointer to an item element under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".

imageSopInstanceUid

The SOPInstanceUID of a DICOM Image. Only those annotations associated with the imageSopInstanceUid will be converted. All other annotations will be ignored.

Return Value

A LEAD AnnContainer that contains the LEAD AnnObject.

Remarks

This method takes Leadtools.Dicom.DicomDataSet as input, and converts all of the DICOM annotations stored in the Graphic Annotation Sequence into LEAD annotations.

The LEAD annotations are returned as an AnnContainer.

Note that this method preserves any ruler calibrations, as the ruler calibration is stored in the AnnContainer.

The ds can contain annotations associated with more than one DICOM Image (i.e. SOPInstanceUID). This overload only converts those annotations associated with imageSopInstanceUid.

All other annotations will be ignored.

Example

For an example, refer to DicomUidOrgRoot.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Annotations Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.