CreateGraphicObject method (ILEADDicomDS Interface)
short CreateGraphicObject(VARIANT_BOOL bCheckLayer); | |
Overview |
Refer to Working with DICOM Annotations |
Remarks
The CreateGraphicObject method creates a graphic annotation object by adding a new Item to the "Graphic Object Sequence" (0070,0009) under one of the Items (the one specified by the CurrentElement property) of the "Graphic Annotation Sequence" (0070,0001) in the "Graphic Annotation Module". The object will be created based on the values of the properties specified by the GraphicObjectAttributes property.
The "Graphic Annotation Sequence" Item should be specified by the CurrentElement property when calling the method. Also, the properties specified by the GraphicObjectAttributes property should be set to the desired values before calling the method.
The CreateGraphicAnnItem method can be used to add a new "Graphic Annotation Sequence" Item.
See Also