Retrieves the number of compound graphic annotation objects in a certain "Graphic Annotation Sequence" (0070,0001) item.
public int GetCompoundGraphicCount(
DicomElement graphicAnnSQItem
)
Public Function GetCompoundGraphicCount( _
ByVal graphicAnnSQItem As Leadtools.Dicom.DicomElement _
) As Integer
public int GetCompoundGraphicCount(
Leadtools.Dicom.DicomElement graphicAnnSQItem
)
function Leadtools.Dicom.DicomDataSet.GetCompoundGraphicCount(
graphicAnnSQItem
)
public:
int GetCompoundGraphicCount(
Leadtools.Dicom.DicomElement^ graphicAnnSQItem
)
graphicAnnSQItem
An item element under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".
The compound graphic annotation count.
This method returns the number of compound graphic annotation objects in the specified "Graphic Annotation Sequence" (0070,0001) item in the "Graphic Annotation Module".
For an example, refer to CreateCompoundGraphic.
FindFirstGraphicAnnSQItem Method
GetCompoundGraphicInformation Method
SetCompoundGraphicInformation Method
RemoveAllCompoundGraphics 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