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...
Thanks David. I've sent just the de-identified dose series image to your DICOM server. Thanks for your help. Kind regards Ed ________________________________ ...
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;...
Thanks David I hope it was a productive week, not just busy? Thanks for your advice - GenerateRadiationDoseStructuredReport works as you suggested it would if...
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...
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...
Hello, I have the same problem, I tried to convert a DICOM image in jpeg2000 without succeeding! public void convert2JPEG(File sourceFileName) throws...
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...
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...
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...
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...
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...
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...
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...
Hi David, I use the following code to get the image orientation. System.out.println("getOrientation == " +fourched.getOrientation(fourched.getTLHCArray())); ...
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...
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...
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...
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...
Hi David, thanks for your reply. You are right, I can access the ErrorComment contents in the IdentifierHandler, but I can't access the 'success39; boolean in...
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...
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...
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...