←Select platform

FindNextGraphicAnnSQItem Method

Summary

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

Syntax
C#
VB
C++
public DicomElement FindNextGraphicAnnSQItem( 
   DicomElement referencedSeriesItem 
) 
Public Function FindNextGraphicAnnSQItem( _ 
   ByVal referencedSeriesItem As DicomElement _ 
) As DicomElement 
public: 
DicomElement^ FindNextGraphicAnnSQItem(  
   DicomElement^ 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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly