Hi, I recently upgraded to the latest verison of pixelmed.jar (20050928_current) and suddenly I start to get exceptions when loading DicomImages that loaded...
2
David Clunie
dclunie99
Oct 16, 2005 2:42 pm
Did you include the newly required additional jar file as described in the README file ?...
3
Lars-Ivar Sellberg
lars-ivar.sellberg@...
Oct 16, 2005 5:12 pm
Solved the problem, many thanks! Best regards L-I ... From: "David Clunie" <dclunie@...> To: <pixelmed_dicom@yahoogroups.com> Sent: Sunday, October 16,...
4
Bartosz S.
bartoszes
Oct 16, 2005 10:00 pm
Hi, I try to use PixelMed to read DICOM images. I try to something like that: 1. create instance of SourceImage si, 2. create instance of BufferedImage bi, 3....
5
David Clunie
dclunie99
Oct 17, 2005 12:17 am
You might try something like the following (taken from the source of com.pixelmed.display.BufferedImageUtilities.java): public static final BufferedImage...
6
contactmoni
Oct 17, 2005 3:31 am
HI all, I want to use pixelmed only as a DICOM library to write my own application above it. In that case, do I still need to download all the dependent jars...
7
contactmoni
Oct 17, 2005 10:37 am
Hi all, I am using only the pixelmed.jar file and writing my own application using it. I am not invoking a pixelmed GUI. I am using the QueryInformationModel...
8
David Clunie
dclunie99
Oct 17, 2005 11:30 am
... Hi Jyoti It depends a lot on which classes you use. The commons-codec-1.3.jar is required for the time being (I mat factor this our so that it is only...
9
David Clunie
dclunie99
Oct 17, 2005 11:38 am
... The C-MOVE SCP needs to know how to map the AE to a "presentation address", i.e., a hostname or IP and a port number. The dcmtk has an "imagectn"...
10
contactmoni
Oct 20, 2005 5:04 am
Hi all, I am facing multiple problems while starting the Pixelmed DICOM Viewer. Would appreciate is anyone can help. 1. I am using windows XP & here I am...
11
rjtrouncer
Oct 20, 2005 10:46 am
First, thanks to David Clunie for setting up this group- really good to have an official a forum for questions and feedback. I can work out how to recieve and...
12
David Clunie
dclunie99
Oct 20, 2005 1:46 pm
Hi Jyoti ... You can't name such a file using the normal Windows Explorer, but you can using the command prompt, e.g.: ren crap.dat .crap.dat works fine for...
13
David Clunie
dclunie99
Oct 22, 2005 12:55 pm
Hi There is a new release on the server at: http://www.pixelmed.com/index.html#PixelMedJavaDICOMToolkit It contains primarily changes related to the addition...
14
David Clunie
dclunie99
Oct 25, 2005 6:02 pm
Hi Felix ... The forum is the appropriate place ... I have followed up there. ... Agreed. ... Agreed - that would be more consistent with the behavior of the...
15
draconpern
Oct 26, 2005 11:30 am
... Hum... isn't there a working group that is trying the same thing? 1) Active Directory, LDAP, etc. LDAP will be great, except that most network will be...
16
dnff77
Oct 27, 2005 4:29 pm
... running ... seconds ... patient/study ... That solution is not working here. ... But when using this command it is working! Which means creating a socket...
17
David Clunie
dclunie99
Oct 27, 2005 7:50 pm
I tried putting the following as static code in AssociationFactory (seemed as good a place as any), but unfortunately it sporadically seems to make opening...
19
johnk269
Nov 7, 2005 4:23 pm
Hi, Could someone share a high level description how to implement Query/Retrieve SCP ( Dicom communications only of course , not the back end) and/or Print...
20
David Clunie
dclunie99
Nov 10, 2005 9:28 pm
... Q/R SCP (C-FIND, C-GET and C-MOVE for the Study Root model) is already implemented, hard-wired into the StorageSOPClassSCP for the time being. If you look...
21
corentin184
Nov 17, 2005 10:55 am
Hi, When I launch the DicomImageViewer, I notice that images in 8 bits format are very slow compare to 16 bits. For example when I drag the mouse to change the...
22
David Clunie
dclunie99
Nov 17, 2005 12:09 pm
Hi Corentin I have not seen this problem with my images ... can you send me an example image that is causing the slow down ? Does this happen at the default...
23
David Clunie
dclunie99
Nov 19, 2005 9:10 pm
... Turns out this is because I was not caching a resized (downsampled) version of the 8 bit image between windowing events. Try: ...
24
johnk269
Nov 21, 2005 6:27 pm
... David, Are you referring to 10222005 release or some other release? Thank you John ... already implemented, ... will see how the relevant ... query...
25
corentin184
Nov 30, 2005 2:23 pm
Hi, I developped my own application which can open more than two instances of SingleImagePanel object. When I drag my mouse to modified the VOI LUT windowing,...
26
dnff77
Dec 2, 2005 10:27 am
As for the slow socket creation: the problem is fixed in the recently released JDK/JRE 1.5.0_06. See http://java.sun.com/j2se/1.5.0/ReleaseNotes.html and ...
27
corentin184
Dec 2, 2005 2:39 pm
... It seems to be the same problem when I convert jpeg image to dicom with "com.pixelmed.dicom.ImageToDicom". When I open the new dicom image with the...
28
David Clunie
dclunie99
Dec 3, 2005 4:07 pm
Hi Corentin ... Are you specifying different EventContext values at the creation of each SingleImagePanel ? This is how events are routed to the appropriate...
29
David Clunie
dclunie99
Dec 3, 2005 5:11 pm
The race condition is fixed in the 20051119_experimental release. I haven't had a chance to test it thoroughly enough to promote it to being the current...
30
pefe00
Dec 21, 2005 2:50 pm
Hi Is it planed that the RLE Lossless Transfer Syntax (1.2.840.10008.1.2.5) will be suported? Peter...
31
tamjaraujo
Dec 22, 2005 1:44 pm
Hello all, I am about to start developing an application based on PixelMed Dicom Tool, which seems to fit my needs. The only problem is that I can't find many...