Retrieves the next item under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".
public DicomElement FindNextGraphicAnnSQItem(
DicomElement referencedSeriesItem
)
Public Function FindNextGraphicAnnSQItem( _
ByVal referencedSeriesItem As Leadtools.Dicom.DicomElement _
) As Leadtools.Dicom.DicomElement
public Leadtools.Dicom.DicomElement FindNextGraphicAnnSQItem(
Leadtools.Dicom.DicomElement referencedSeriesItem
)
function Leadtools.Dicom.DicomDataSet.FindNextGraphicAnnSQItem(
referencedSeriesItem
)
public:
Leadtools.Dicom.DicomElement^ FindNextGraphicAnnSQItem(
Leadtools.Dicom.DicomElement^ referencedSeriesItem
)
referencedSeriesItem
An item element under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".
The next item under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".null if no items were found
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".
For an example, refer to FindFirstGraphicAnnSQItem.
FindFirstGraphicAnnSQItem Method
GetLayerImageReferenceCount Method
RemoveImageReferenceFromLayer Method
RemoveAllImageReferencesFromLayer Method
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET