HOW TO: Uses BackgroundWorker class to load DICOM files into viewer allowing you to manipulate images as others are loaded.
Started by Travis at 07-10-2008 16:40. Topic has 0 replies.
|
|
07-10-2008, 16:40
|
Travis

Joined on 07-07-2003
In house
Posts 288
|
|
|
This Visual Studio 2005 project, written with C# and LEAD .NET (version 15), shows you how to populate the MedicalImageViewer with DICOM files in a background thread using the BackgroundWorker class. If the DICOM file contains multiple frames it adds the frames as subcells also allowing you to manipulate each one as it is loaded.
It shows you how to update a progress bar and cancel the loading process also.
This is simply one implementation of using the BackgroundWorker class. Please feel free to modify this to fit your needs.
Travis Montgomery LEAD Technical Support
|
|
|
|
|
Report
|
|
|
|
|
LEAD Support Fo... » Developer » DICOM/Medical I... » HOW TO: Uses BackgroundWorker class to load DICOM files into viewer allowing you to manipulate images as others are loaded.
|
|
Copyright LEAD Technologies, Inc. 2008
