The QTPlgDicomItem class instances are the components of of the Value of a Data Element that is of Value Representation .
In turn, a QTPlgDicomItem object can contain zero, one or more
Since version 6.3 of the plugin this class can be used in Console Applications
→
The QTPlgDicomItem class constructors are called when you create a new instance of the class, while the ˜QTPlgDicomItem 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.
The class provides you with the following initializer methods:
()
This is the default constructor. It creates an empty item container in memory
(other as QTPlgDicomItem)
This is the copy constructor. The properties of the object to be copied will be used to initialize the
new class instance properties
returns a list of the group numbers that identify the
currently inserted into to the item
specifies the into the
item that corresponds to the group number specified by the
key . In setting mode, specifying a data
set that is not yet in the data set, causes the data set to be added to the list; if the data set is already
in the list, its value will be replaced by that new one