C#
VB
C++
public int GetTextObjectCount(
DicomElement graphicAnnSQItem
)
Public Function GetTextObjectCount( _
ByVal graphicAnnSQItem As DicomElement _
) As Integer
public:
int GetTextObjectCount(
DicomElement^ graphicAnnSQItem
)
graphicAnnSQItem
An item element under the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module".
The text annotation object count.
This method returns the number of text annotation objects in the specified "Graphic Annotation Sequence" (0070,0001) item in the "Graphic Annotation Module".
For an example, refer to FindFirstGraphicAnnSQItem.
FindFirstGraphicAnnSQItem Method
GetTextObjectInformation Method