Contents
Navigation
Home User Reference Other Resources


The QTPlgDicomImageConverter class lets you convert non–dicom still images (such a TIFF or JPEG images) to pixel data usable with dicom structures.

Since version 6.3 of the plugin this class can be used in Console Applications






The QTPlgDicomImageConverter class constructors are called when you create a new instance of the class, while the ˜QTPlgDicomImageConverter class destructor, is called automatically when the class is no more in use. Also, you can invoke the class destructor by setting the instance of the class to nil.

Once a new class instance is returned, it is good practice to check the class property to be sure that the new object can be used. See the validity requirements for more details. As, when creating an instance of this class by using the , the property is set to nil, the class property is set to false; this being the case, it is lecit to continue to use the class.


The class provides you with the following initializer methods:
()
This the deafult constructor. The property is set to nil
(image as )
use this constructor version to initialize the property to the image specified into the image parameter; as the class retains a copy of the image passed, you can safely dispose of it after initialization

specifies the image to be converted