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 : Monday, March 26, 2007 12:16:28 PM(UTC)
Tsujigiri

Groups: Registered
Posts: 5


I wanted to store a thumbnail of an image along with the image itself, so I made up a private tag of type binary and used it with the C-Store operation. This worked and I can see the thumbnail in the stored DS (in the CLSrvImg directory of the sample Dicom Server). Now I want to get this thumbnail back, but there seems to be no way to do this other than doing a C-Move operation and fetching the whole image back.

What I'd like to do is just get the thumbnail data (and maybe some other image meta-data) without getting all the pixel data back as well, since if I have to fetch the whole image, there's really not much point in having a thumbnail in the first place. Since some of these images are 2GB in size, you can see why I'd prefer not to do this whole fetch.

Is this possible?

 

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 : Tuesday, April 10, 2007 5:56:41 AM(UTC)

Travis  
Travis

Groups: Registered, Tech Support
Posts: 207

Was thanked: 3 time(s) in 3 post(s)

In DICOM standard there is no way to retrieve only the thumbnail or
icon image from an SCP using DIMSE-C C-FIND, C-MOVE, and C-GET. 
Thumbnail image are for previewing the local dataset. As for images on
the server, you need to retrieve the whole dataset to view. We do not
dictate the standard we just implement it. You can join the DICOM
committee and propose to them to implement a way to exchange thumbnail
from the server. The only implementation of viewing thumbnail is in Web
Access to DICOM Persistent Objects (WADO) in the DICOM standard. WADO
and JPEG 2000 part 3 implementation will allow such capabilities but it will not use the standard C-FIND service.


Also, you can use Icon Image Sequence to store the thumbnail along with the image in the dataset.
Travis Montgomery
Senior Sales Engineer
LEAD Logo
 
#3 Posted : Wednesday, April 11, 2007 8:01:45 AM(UTC)
Tsujigiri

Groups: Registered
Posts: 5


Yeah, that's what we figured. We'll propose it to the DICOM committee, since what with larger and larger images becoming common, there has to be a way to get meta-data without fetching all the pixel data each time.... I'd at least like to know how big the darned thing is before I commit to fetching 2GB of data....
 
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.113 seconds.