C#
VB
C++
Represents the value of the attribute "Graphic Type" (0070,0023) in the "Graphic Annotation Module".
public enum DicomAnnotationType
Public Enum DicomAnnotationType
public enum class DicomAnnotationType
Value | Member | Description |
---|---|---|
1 | Point | "POINT" |
2 | Polyline | "POLYLINE" |
3 | Interpolated | "INTERPOLATED" |
4 | Circle | "CIRCLE" |
5 | Ellipse | "ELLIPSE" |