The QTPlgDicomIcon provides a convenient way to deal with the Icon Image Sequence (data element (0088,0200) of the Standard Dicom Dictionary).
You can use this class anytime you want to read an icon contained into a or to add a new one to it.
The QTPlgDicomIcon class constructors are called when you create a new instance of the class, while the ˜QTPlgDicomIcon 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. A QTPlgDicomIcon object is valid if contains a valid and a valid .
The class provides you with the following initializer methods:
()
This is the default constructor. It creates a default 128 x 128 8–bit
grey scale icon object in memory
(other as QTPlgDicomIcon)
This is the copy constructor. The properties of the object to be copied will be used to initialize the
new class instance properties
(iconDataSet as
)
use this constructor to initialize a QTPlgDicomIcon object by parsing the items contained into an
Icon Image Sequence data set
specifies the informations that identify and describe the image
the image equivalent of the pixel data Dicom element contained into the Icon Image Sequence data set
the Dicom data set representing the Icon Image Sequence. Use the object returned by this property to add a valid
Icon Image Sequence data set to a