MoveNextGraphicAnnItem method (ILEADDicomDS Interface)
short MoveNextGraphicAnnItem(); | |
Overview |
Refer to Working with DICOM Annotations |
Remarks
The MoveNextGraphicAnnItem method updates the CurrentElement property with the Item under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module" that immediately follows the Item specified in the CurrentElement property.
Use this method along with the FindFirstGraphicAnnItem method to enumerate all the Items under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".
See Also