←Select platform

FindNextGraphicAnnSQItem Method

Summary

Retrieves the next item under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".

Syntax

C#
VB
WinRT C#
C++
public DicomElement FindNextGraphicAnnSQItem( 
   DicomElement referencedSeriesItem 
) 
Public Function FindNextGraphicAnnSQItem( _ 
   ByVal referencedSeriesItem As Leadtools.Dicom.DicomElement _ 
) As Leadtools.Dicom.DicomElement 
 function Leadtools.Dicom.DicomDataSet.FindNextGraphicAnnSQItem(  
   referencedSeriesItem  
) 

Parameters

referencedSeriesItem
An item element under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".

Return Value

The next item under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".null if no items were found

Remarks

This method returns the next item under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module". Call this method along with FindFirstPresentationStateReferencedSeriesItem in order to enumerate all the items under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".

Example

For an example, refer to FindFirstGraphicAnnSQItem.

Requirements

Target Platforms

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

Leadtools.Dicom Assembly