Welcome to LEAD Support Forum Login | Register | Faq  

    LEAD Support Forum
  Resource to find answers and post technical questions about LEAD products.
Search    
   

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.

Print Search « Previous Thread Next Thread »
  07-10-2008, 16:40
Travis is not online. Last active: 9/26/2008 11:27:59 AM Travis



Top 25 Posts
Joined on 07-07-2003
In house
Posts 288
HOW TO: Uses BackgroundWorker class to load DICOM files into viewer allowing you to manipulate images as others are loaded.

Attachment: NET - V15 - Load Files BackgroundWorker.zip
Reply Quote
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 
Post
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.

Powered by Community Server, by Telligent Systems