Type property (IDicomGraphicObjectAttributes Interface)

VB.NET example

C# example

Visual Basic example

Visual C++ 5.0 example

 

Syntax

DicomGraphicObjectTypes Type

Overview

Refer to Working with DICOM Annotations

Remarks

The Type property specifies the value of the "Graphic Type" (0070,0023) element. Possible values are:

Value

Meaning

DICOM_GRAPHIC_OBJECT_TYPE_POINT

[1] "POINT".

DICOM_GRAPHIC_OBJECT_TYPE_POLYLINE

[2] "POLYLINE".

DICOM_GRAPHIC_OBJECT_TYPE_INTERPOLATED

[3] "INTERPOLATED".

DICOM_GRAPHIC_OBJECT_TYPE_CIRCLE

[4] "CIRCLE".

DICOM_GRAPHIC_OBJECT_TYPE_ELLIPSE

[5] "ELLIPSE".

See Also

Elements:

GraphicObjectAttributes, CreateGraphicObject, GetGraphicObjectAttributes, SetGraphicObjectAttributes

Topics:

ILEADDicomDS Interface, IDicomGraphicObjectAttributes Interface