Retrieves the number of referenced images, which correspond to the specified item under the "Graphic Annotation Sequence" (0070,0001).
public int GetLayerImageReferenceCount(
DicomElement graphicAnnSQItem
)
Public Function GetLayerImageReferenceCount( _
ByVal graphicAnnSQItem As Leadtools.Dicom.DicomElement _
) As Integer
public int GetLayerImageReferenceCount(
Leadtools.Dicom.DicomElement graphicAnnSQItem
)
function Leadtools.Dicom.DicomDataSet.GetLayerImageReferenceCount(
graphicAnnSQItem
)
public:
int GetLayerImageReferenceCount(
Leadtools.Dicom.DicomElement^ graphicAnnSQItem
)
graphicAnnSQItem
An item element under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".
The number of referenced images.
This method retrieves the number of referenced images, which correspond to the specified item under the "Graphic Annotation Sequence" (0008,1115) in the "Graphic Annotation Module".
For an example, refer to FindFirstGraphicAnnSQItem.
FindFirstGraphicAnnSQItem Method
FindNextGraphicAnnSQItem 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