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