Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Thursday, February 2, 2012 12:44:18 AM(UTC)

kb7  
kb7

Groups: Registered
Posts: 71




Normal
0




false
false
false

EN-US
X-NONE
X-NONE













MicrosoftInternetExplorer4



























































































































































/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Table Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-qformat:yes;
mso-style-parent:"";
mso-padding-alt:0in 5.4pt 0in 5.4pt;
mso-para-margin:0in;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:"Times New Roman";
mso-fareast-theme-font:minor-fareast;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;}


Hi,

We want to display the images in the thumbnail browser in
such a way that all the images from same series fall under one thumbnail item
with the no. of images in that series displayed in item.text. When we double
click on any of the item in thumbnail browser it automatically loads all the images in that series to the viewer.


For Example if I have 5 Studies. All the images of these
studies are stored in “C:\Images” folder without creating any DICOMDIR. I want to load Study 1 which is having 3 Series in such a way that in


 1st series we have 1 image,


2nd series we have 1 image,


3rd series we have 2 images.


Now I want that these “3 Series not images” displayed in the thumbnail browser as shown below:



Normal
0




false
false
false

EN-US
X-NONE
X-NONE













MicrosoftInternetExplorer4



























































































































































/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Table Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-qformat:yes;
mso-style-parent:"";
mso-padding-alt:0in 5.4pt 0in 5.4pt;
mso-para-margin:0in;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:"Times New Roman";
mso-fareast-theme-font:minor-fareast;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;}


Also when I double click any one of the item in the thumbnail it loads all the images in that series to the medicalviewer.


Note: I don’t have any DICOMDIR or also I don’t want to
create it as it makes my process slow. All the information we have to get from
database like the path of the images, StudyInstanceUID, SeriesInstanceUID, SOPInstanceUID  to load images to the
thumbnail and then to the viewer. I am also attaching the images displayed in the above picture.


Thanks.

kb7 attached the following image(s):
Image.JPG
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Friday, February 3, 2012 12:03:55 PM(UTC)

Walter  
Walter

Groups: Tech Support
Posts: 366

Thanks: 1 times
Was thanked: 4 time(s) in 4 post(s)

Hello,

The ThumbnailBrowser is one way you could implement this. The ThumbnailBrowser control is an extension of the RasterImageList control whereby the ThumbnailBrowser implements logic to handle automatically loading images and creating RasterImageListItems for the RasterImageList. You can use the events for the ThumbnailBrowser to see what files are getting loaded, when a thumbnail is loaded, and others.

You could also just use the RasterImageList control directly, and handle all of the loading of files manually. The RasterImageListItem has a FileName property that you can use to point the item back to the original DCM series. Then when the user clicks on the item, you can then load the whole series.

Another option would be to use two MedicalViewer controls. You could have one control that only has 1 column but multiple rows. You can then populate a cell or subcell with just one image, and it could have the series information listed in the tags

There's also a class in the .NET PrintToPacs demo that you may want to look at as well. It sounds like the RasterImageList may be closest to what you want, but the ListImageBox also has an interesting take on this you might want to check out as well.
Walter Bates
Senior Support Engineer
LEAD Technologies, Inc.
LEAD Logo
 
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.587 seconds.