Version 19 of this C++ Class Library has changed from version 18 as follows:
Changed functions:
LDicomDS::GetImage - 1 parameter has been removed.
LDicomDS::GetImageList - 1 parameter has been removed.
LDicomDS::GetElementOffset - The return type has been changed to L_DICOM_OFFSET.
LDicomDS::GetImage and LDicomDS::GetImageList - Flags have been added to uFlags:
DICOM_GETIMAGE_AUTODETECT_INVALID_RLE_COMPRESSION
DICOM_GETIMAGE_RLE_SWAP_SEGMENTS
DICOM_GETIMAGE_LOADCORRUPTED
DICOM_GETIMAGE_FROM_FLTLOAD
LDicomDS::InsertImageList and LDicomDS::SetImageList - A flag has been added to uFlags (DICOM_SETIMAGE_OPTIMIZED_MEMORY).
New functions:
LDicomNet::EnableOptimizedMemorySend
LDicomDS::RemoveType3EmptyElements
LDicomDS::SetBinaryValue (pElement, hFile, nFileOffset, nLength)
For more information, refer to:
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET