Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

pixelmed_dicom · PixelMed Dicom Toolkit

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 315
  • Category: Open Source
  • Founded: Oct 15, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 363 - 396 of 1134   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
363 adityagoteti_dicom
adityagoteti... Send Email
May 2, 2007
9:40 am
Hi david, Did you remember the problem which I have mentioned earlier. I also uploaded the file. "I could open the file but could see nothing". I have all the...
364 David Clunie
dclunie99 Send Email
May 2, 2007
3:04 pm
Hi The JIIO stuff is only used when the image is read into the DICOM AttributeList. Does the image display OK using my SingleImagePanel ? David...
365 adityagoteti_dicom
adityagoteti... Send Email
May 3, 2007
6:06 am
Hi I am not using any SingleImagePanel. I have overloaded the JDK1.5's JPanel and overloaded paintComponent(Graphics g) method. I think JPEG lossless...
366 David Clunie
dclunie99 Send Email
May 3, 2007
10:25 am
Hi There is not much I can say in the absence of specific code to look at. Is this an 8 versus 16 bit issue ? Is your code performing windowing ? Have you...
367 pedja4 Send Email May 3, 2007
4:04 pm
Hi all, I get this exception when I try to run the following code: AttributeList al = new AttributeList(); al.read("C:\&#92;TEMP&#92;\0020.DCM", null, true, true); ...
369 David Clunie
dclunie99 Send Email
May 3, 2007
4:37 pm
Send me the file and I will take a look....
370 adityagoteti_dicom
adityagoteti... Send Email
May 4, 2007
4:43 am
Hi, I couldn't see all the images in signed range test images. I could open test10signed.dcm but not test10signedpositiveNW.dcm. This is just a sample. I am...
371 pedja4 Send Email May 4, 2007
8:44 am
Here is the file: http://rapidshare.com/files/29397627/0020.DCM.html This the first file I have tried this on, I will try on some other files and let you know...
372 David Clunie
dclunie99 Send Email
May 4, 2007
9:51 am
Hi Pedja Thanks for the file. Ah, your description of the exception must have been truncated. The transfer syntax for this file is not "1.2.840.10008.1.2" at ...
373 pedja4 Send Email May 4, 2007
10:01 am
I have tried it on 5 or 6 other images, and it works fine, don't know why it won't work with that one? I've found examples in javadoc for extracting tag...
374 David Clunie
dclunie99 Send Email
May 4, 2007
10:11 am
OK, there is no way a simple "g.drawImage(img,0,0,width,height,this)", which is what your code amounts to, is going to work. A basic introduction to some of...
375 pedja4 Send Email May 4, 2007
10:12 am
Hi David I just noticed the same thing about the transfer syntax being truncated, I've just copy/pasted it but obviously it could't fit in the subject line,...
376 David Clunie
dclunie99 Send Email
May 4, 2007
11:59 am
Sure, just catch and ignore the exception, and use the rest of the AttributeList as normal....
377 pedja4 Send Email May 4, 2007
2:08 pm
Pixelmed works fine with jdk 1.5, but I have to use 1.4.2 (long story), I can't find older versions on server. Can I download an older version that works with...
378 Bill Peterson
billkinetix Send Email
May 4, 2007
4:04 pm
I run PixelMed on 1.4.2 as well. I have to because of the specific environment I'm in. I use those classes you mentioned and many others without problem. Is...
379 pedja4 Send Email May 4, 2007
4:28 pm
Can you put it on rapidshare and give me the link? Thanks! ... environment I'm in. I use those classes you mentioned and many others without problem. Is...
380 Bill Peterson
billkinetix Send Email
May 4, 2007
8:08 pm
Here's the link, PixelMed.jar Bill ... From: pedja4 <pedja4@...> To: pixelmed_dicom@yahoogroups.com Sent: Friday, May 4, 2007 12:21:13 PM Subject:...
381 billkinetix Send Email May 4, 2007
9:19 pm
I did some searching before asking this question. I still had questions though. What Transfer Syntaxes does PixelMed support or not support? Are the supported...
382 David Clunie
dclunie99 Send Email
May 4, 2007
9:25 pm
Hi guys I took a look at cleaning out anything 1.5-specific, and apart from the occasional assertion there didn't seem to be too much, until I ran into a...
383 David Clunie
dclunie99 Send Email
May 4, 2007
9:45 pm
Hi Bill ... The network code supports the uncompressed transfer syntaxes, deflate and bzip2 only, and will not currently negotiate anything else. In addition,...
384 Bill Peterson
billkinetix Send Email
May 4, 2007
10:03 pm
I have no desire to convince you otherwise. It is your code and your time. And I believe you also have a day job. I'm against using 1.4.2, but I don't have a...
385 pedja4 Send Email May 4, 2007
10:05 pm
Hi David I was just wondering if there was a download location for all previous versions, the only reason for me to use 1.4.2 is some version issue with my...
386 Bill Peterson
billkinetix Send Email
May 4, 2007
10:07 pm
Thanks. Does AttributeList.write() also supports the same list below? Bill ... From: David Clunie <dclunie@...> To: pixelmed_dicom@yahoogroups.com ...
388 David Clunie
dclunie99 Send Email
May 6, 2007
12:50 pm
No. The compressed transfer syntaxes are supported for reading only at the moment, since they were added to support a display use case. David...
389 Bill Peterson
billkinetix Send Email
May 7, 2007
2:28 pm
I understand. Thank you. Bill. ... From: David Clunie <dclunie@...> To: pixelmed_dicom@yahoogroups.com Sent: Sunday, May 6, 2007 8:49:58 AM Subject:...
390 Bill Peterson
billkinetix Send Email
May 7, 2007
6:04 pm
I like to ask a slightly different question about this same topic. If I only want to read/edit/save the meta data header, can I accomplish these steps without...
393 adityagoteti_dicom
adityagoteti... Send Email
May 16, 2007
11:26 am
Hi, I am using SingleImagePanel. I could open all the images. Thankyou, but previously when I have overridden the JPanel, I used to run all the images in a...
394 David Clunie
dclunie99 Send Email
May 17, 2007
3:23 am
Send FrameSelectionChangeEvent from a timer perhaps ? David...
395 adityagoteti_dicom
adityagoteti... Send Email
May 17, 2007
9:31 am
Hi david, Sorry to bother you, I have seen FrameSelectionChangeEvent class. Can you explain me with a piece of code. Or Just give me a hint how to display the...
396 adityagoteti_dicom
adityagoteti... Send Email
May 18, 2007
6:14 am
Hi david, I am sending you a piece of code in which I used the javax.swing.Timer class. How do I integrate this with FrameSelectionChangeEvent to display the...
Messages 363 - 396 of 1134   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help