←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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

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