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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 1104 - 1134 of 1134   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1104 dclunie
dclunie99 Send Email
Nov 23, 2012
8:46 pm
Hi Ed There should be no difference between the two (other than that the jar files for the web start version is a signed to allow it to execute). The web start...
1105 McDonagh, Ed
edmundmcdonagh Send Email
Nov 26, 2012
3:54 pm
Thanks David. I've sent just the de-identified dose series image to your DICOM server. Thanks for your help. Kind regards Ed ________________________________ ...
1106 David Clunie
dclunie99 Send Email
Nov 30, 2012
1:59 pm
Hi Ed Sorry for the delayed reply, but it has been a busy week at RSNA. Anyway, I got your file and it should have been obvious to me when I read your message;...
1107 McDonagh, Ed
edmundmcdonagh Send Email
Dec 3, 2012
1:09 pm
Thanks David I hope it was a productive week, not just busy? Thanks for your advice - GenerateRadiationDoseStructuredReport works as you suggested it would if...
1108 lindi_xp Send Email Jan 8, 2013
9:00 pm
I'm trying to convert a DICOM image in jpeg2000. I have tried using imageio as in the below code, the same procedure is explained in oracle documentation,but...
1109 lindi_xp Send Email Jan 8, 2013
9:00 pm
I'm trying to convert a DICOM image in jpeg2000. I have tried using imageio as in the below code, the same procedure is explained in oracle documentation,but...
1110 lindi_xp Send Email Jan 8, 2013
9:43 pm
Hello, I have the same problem, I tried to convert a DICOM image in jpeg2000 without succeeding! public void convert2JPEG(File sourceFileName) throws...
1111 nkilleen58 Send Email Jan 16, 2013
4:18 pm
Hi I'd like to extract the diffusion gradient directions and values from DICOM headers (handling vendor specific cases and mosaic/non-mosaic flavours). Has...
1112 garrett_rogers@...
garrett_roge... Send Email
Jan 23, 2013
11:20 am
Hello, I need to use Pixelmed in a system running JRE1.4.2. The JVM is complaining of the minor.version since I'm assuming Pixelmed.jar is compiled using the...
1113 dclunie
dclunie99 Send Email
Jan 28, 2013
11:52 am
For the time being, the only support for compressed transfer syntaxes in the toolkit is for decompression, not compression, despite the fact that the JIIO...
1114 dclunie
dclunie99 Send Email
Jan 28, 2013
11:52 am
Hi Garrett It's funny you should ask this at this time, since I am very tempted to abandon 1.5 and require 1.6, if not 1.7, since even 6 is EOL next month...
1115 dclunie
dclunie99 Send Email
Feb 21, 2013
3:49 pm
Hi guys It has been a while since I uploaded a new release, so I thought I would draw your attention to this one, since it contains a lot of internal changes...
1116 jimirrer Send Email Feb 21, 2013
8:13 pm
Thanks for the update! - Jim...
1117 charles
is98049 Send Email
Mar 9, 2013
8:02 pm
Hi I am working on a 3D project with the library. Need some clarification of the followings. The image was scanned at a oblique plane. GeometryOfSlice fourched...
1118 dclunie
dclunie99 Send Email
Mar 9, 2013
8:04 pm
What are the values of Image Position (Patient) and Image Orientation (Patient) in the original image? David...
1119 charles
is98049 Send Email
Mar 9, 2013
8:44 pm
I did a test with the following change. Vector3d fourchedcolumn0 = fourched.getColumn(); Vector3d fourchedcolumn = new Vector3d(); ...
1120 charles
is98049 Send Email
Mar 9, 2013
8:44 pm
Hi David, 1952:(0018,5100) CS #4 [HFS] Patient Position. I will get image orientation later. Thx...
1121 pe_fe_ch Send Email Mar 9, 2013
11:45 pm
Hi I'm searching for information about how to convert transfer syntax of an existing dicom file. Where in the Dicom standard can I find this information? Some...
1122 charles
is98049 Send Email
Mar 9, 2013
11:45 pm
Hi David, I use the following code to get the image orientation. System.out.println("getOrientation == " +fourched.getOrientation(fourched.getTLHCArray())); ...
1123 charles
is98049 Send Email
Mar 9, 2013
11:46 pm
0020,0037 0.97620581015777&#92;0.21684606571072\1.135918e-009&#92;0.12919681854244\-0.581623114025&#92;-0.8031330744717...
1124 charles
is98049 Send Email
Mar 9, 2013
11:46 pm
One more 0020,0032) DS #48 [-106.00877127731&#92;63.035039090965\195.51262776457...
1125 charles
is98049 Send Email
Mar 10, 2013
2:20 pm
Hi Say on a image (dimensions 256 x 256), the PointA pixel (50,50). What is the best way to get the 3d coordination of the pointA? From the previous posted...
1126 charles
is98049 Send Email
Mar 10, 2013
2:21 pm
Is it possible that the encoded information is already wrong. It is not a problem of this library. Thx...
1127 ericlouvard@...
ericlouvard... Send Email
Mar 21, 2013
2:04 pm
Has someone already experimented to create a 3D volume model in the view to display it in 3D, or for making a slice cut. Are there any function implemented in...
1129 ericlouvard@...
ericlouvard... Send Email
Apr 24, 2013
5:17 pm
I'm missing an Exception from the pixelmed lib when an error message is send from the PACS server. This example will produce an empty response from the PACS...
1130 David Clunie
dclunie99 Send Email
Apr 24, 2013
6:21 pm
Hi Eric If I understand you correctly, you are supplying a date range query to www.dicomserver.co.uk, it is returning an error response, and you are expecting...
1131 ericlouvard@...
ericlouvard... Send Email
Apr 26, 2013
7:53 pm
Hi David, thanks for your reply. You are right, I can access the ErrorComment contents in the IdentifierHandler, but I can't access the 'success&#39; boolean in...
1132 David Clunie
dclunie99 Send Email
Apr 27, 2013
7:06 am
Hi Eric Good point. I wouldn't depend on the ErrorComment. I have added the same behavior as for C-ECHO to the C-FIND, C-GET and C-MOVE classes, to throw an...
1133 ericlouvard@...
ericlouvard... Send Email
Apr 29, 2013
8:26 pm
Hi David, thank you for the update, that's fine. I have also added a 'String errorMessage;' with the content of TagFromName.ErrorComment, so that I can give...
1134 garrett_rogers@...
garrett_roge... Send Email
May 16, 2013
9:17 pm
Hi, I am trying to get my application to use the JIIO libraries for JPEG Lossless, but I can't get it going. I have even used the JRE6 from the DoseUtility...
Messages 1104 - 1134 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