←Select platform

GetLayerImageReferenceCount Method

Summary

Retrieves the number of referenced images, which correspond to the specified item under the "Graphic Annotation Sequence" (0070,0001).

Syntax
C#
VB
C++
public int GetLayerImageReferenceCount( 
   DicomElement graphicAnnSQItem 
) 
Public Function GetLayerImageReferenceCount( _ 
   ByVal graphicAnnSQItem As DicomElement _ 
) As Integer 
public: 
int GetLayerImageReferenceCount(  
   DicomElement^ graphicAnnSQItem 
)  

Parameters

graphicAnnSQItem
An item element under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".

Return Value

The number of referenced images.

Remarks

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".

Example

For an example, refer to FindFirstGraphicAnnSQItem.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly