Contents
Navigation


API Status

New
the API has been added to the current plugin version
Dep
using the API is discouraged as it will be removed from a future plugin version
Rem
the API has been removed from the current plugin version
Mod
the API has been modified respect to the earliest plugin versions
Fix
a bug has been fixed
Knw
a known API issue

Special Requirements

the API is available only for the Mac version of the plugin
the API is available only for MacOS X
the API is available only for the Universal Binary version of the plugin
the API is available only for Windows
the API is available only for QuickTime versions newer than the 3.0 one


Rem
the thumbnailsCount property of the QTPlgDicomTree class has been removed [use the thumbnails class property instead]
Rem
the thumbnailIcon(i as integer) property of the QTPlgDicomTree class has been removed [use the thumbnails class property instead]
Rem
the thumbnail(i as integer) property of the QTPlgDicomTree class has been removed [the new method to present an icon is to use the thumbnails class property along with the new constructor of the QTPlgDicomVideoPresentation class]
Rem
the redundant global method QTPlgDicom_PluginVersion() has been removed [use the kDicomPluginVersion constant defined into the QTPlgDicomSystem module]
Dep
the global method QTPlg_IsFileDicomFile is deprecated [use the isFileDicomFile method of the QTPlgDicomSystem module]
Dep
the global method QTPlg_DicomFileToTextFile is deprecated [use the dumpFileToTextFile method of the QTPlgDicomSystem module]
Dep
the global method QTPlg_DicomFileToXmlFile is deprecated [use the dumpFileToXmlFile method of the QTPlgDicomSystem module]
Dep
the global method QTPlg_DicomOpenFile is deprecated [use the openFile method of the QTPlgDicomSystem module]
Dep
the global method QTPlg_DicomAnonymizeFile is deprecated [use the anonymizeFile method of the QTPlgDicomSystem module]
Dep
the global method QTPlg_DicomCreateAnonymousID is deprecated [use the createAnonymousID method of the QTPlgDicomSystem module]


New
added the module QTPlgDicomSystem
New
added class QTPlgDicomDataChunks
New
added class QTPlgDicomPixelData


QTPlgDicomHeader

New
added property isDataCompressed, boolean [ro]

QTPlgDicomTree

New
added property hasThumbnails, boolean [ro]
New
added property thumbnails, QTPlgList [ro]
New
added property keys, QTPlgDicomValue [ro]

QTPlgDicomDocument

New
added property dataSamplesInfo, QTPlgDicomDataChunks [ro]


QTPlgDicomVideoPresentation

New
added constructor QTPlgDicomVideoPresentation(dicomIcon as QTPlgDicomIcon)
New
added constructor QTPlgDicomVideoPresentation(pixelDesc as QTPlgDicomImagePixel,samplesTable as QTPlgDicomPixelData)


None


None