Hi, Are the Sun JAI I/O native codes only required for pixelmed image browser to be able to open JPGEG Lossless or are they also required for Pixelmed...
63
David Clunie
dclunie99
Feb 9, 2006 2:01 pm
Hi John ... The compressed transfer syntaxes are supported for file read and write only at present. I have not gotten around to adding support for these in the...
64
johnk269
Feb 9, 2006 3:36 pm
David, Thank you very much for such a quick reply. In the mean time I indeed added TransferSyntax.JPEGLosslessSV1 to AssociationAcceptor and was able to...
65
Szabó Tibor
sztibor20
Feb 11, 2006 9:29 pm
Hi! Could anybody write a sample code about how to use a simple query/retrieve sop here to the list or in private (using your pixelmed.jar) Is it in the...
66
gherynos
Feb 16, 2006 4:16 pm
Hi, I've got a problem with some DICOM files... when I show them into a SingleImagePanel (with iMax and iMin parameters) the images are ok. But, if I store the...
68
jesse.small
Mar 3, 2006 4:44 pm
Hello, I am working on converting our code from using an Apteryx dicom toolkit to the Pixelmed toolkit in order to do a C-FIND. In the attribute list filter, I...
69
jesse.small
Mar 6, 2006 2:35 pm
Just as a follow-up, I *do* have the attributes StudyDate and StudyTime commented out in the request attributes section (otherwise the query brings back 0...
70
David Clunie
dclunie99
Mar 8, 2006 2:22 pm
Hi Paolo I don't currently have any support in the toolkit for creating encapsulated compressed pixel data. It would of course be possible to do this yourself...
71
David Clunie
dclunie99
Mar 8, 2006 3:31 pm
Hi Jesse What happens when you set the debug level to display the contents of each pending response ? Note that the population of each level of the tree model...
72
hfiwssoh
Mar 10, 2006 4:43 am
hello all, Hope this doesn't sound too much like a noob question, I am still trying to understand pixelmed as much as possible, and been trying to load up the...
73
David Clunie
dclunie99
Mar 10, 2006 4:46 pm
Take a look in DicomImageViewer.sh or DicomImageViewer.bat. You have to specify a whole bunch of other libraries in the -cp option to java. David...
74
David Clunie
dclunie99
Mar 12, 2006 2:56 pm
Are they 16 bit BufferedImages images ? If so, some windowing operation is expected to be applied, and whatever you are using to view the BMP won't be doing ...
75
hfiwssoh
Mar 14, 2006 11:56 pm
Hello all, I'm not too sure how I can start up StorageSOPClassSCPDispatcher such that it uses SSL as a secure transfer protocol. What I've done so far is to...
76
hfiwssoh
Mar 15, 2006 3:20 am
Hello again, managed to get it started, but trying to send data to it through the StorageSOPClassSCU The command that I used to start the SCP was: java -cp...
77
David Clunie
dclunie99
Mar 15, 2006 12:48 pm
That is probably because I haven't finished implementing the secure transfer capability, and in particular StorageSOPClassSCU doesn't have this capability yet....
78
azaz_8086
Mar 15, 2006 1:28 pm
hi ! i want to replace pixelmed hsqldb database to ms sqlserver database it is possible or not if yes then please tell me the procedure for that thankyou...
79
johnk269
Mar 15, 2006 1:32 pm
I guess I got lost in all the DatabaseInformationModel extendYYY methods. Is it possible and does it make sense to have e.g. PATIENTID column added to the...
80
konrad.wojciechowski
konrad.wojci...
Mar 16, 2006 9:49 am
Hi, My name is Konrad, I'm an under-graduate student and as my final master thesis project I should develop an existing project of the system, which receives...
81
chavitasolis
Mar 16, 2006 5:45 pm
Hi I'm Salvador Solís from Guadalajara Jalisco Mexico, I'm finishing my computers master degree and want to work in a little dicom server-viewer and I want to...
82
wusping2002
Mar 18, 2006 4:36 pm
I am Jeffery working with GE dicom images. Now I want to figure out flow on my own. Who your guys could kindly tell me where I may find the parameter Venc and...
83
godferdo
Mar 21, 2006 4:03 am
Hi I have been working DICOM projects since 1+ years.Recently i came to know about Pixelmed .Now i want to change the SQL server instead of Hsqldb.If any body...
84
pefe00
Mar 21, 2006 8:56 am
Hi Godwin, You can try to do the following: 1. download the jTDS-jdbc-driver from http://sourceforge.net/project/showfiles.php?group_id=33291 2. put this...
85
githa_n
Mar 21, 2006 6:43 pm
Hi, I am doing my final year project on DICOM,so anyone can tell how the images are stored or how the images are converted from JPEG to DICOM format...
86
imscinst
Mar 22, 2006 7:54 am
Good Morning to you all, I'm a student from germany and for my student research project I'm currently developing a Java Web Service which will transmit DICOM ...
89
pefe00
Mar 22, 2006 4:26 pm
Hi Oliver, 1. I think it should be possible. 2. I had a look at the code of David. Without a change in pixelmed_20060112 it's not possible. The problem is that...
90
Mathieu Malaterre
malat98
Mar 23, 2006 1:48 am
Everything is described in details at: http://medical.nema.org/dicom/2004.html Read the PS5. Mathieu Ps: You don't need to 'convert39; your JPEG image, since...
91
draconpern
Mar 23, 2006 2:54 am
Actually, DICOM doen't support the JPEG container format. It supports JPEG encoding which is a codec. -Eric ... From: "Mathieu Malaterre"...
92
mathieu
malat98
Mar 23, 2006 10:49 am
photo photo2 photo3...
93
Mathieu Malaterre
malat98
Mar 23, 2006 7:09 pm
The original email mention 'convert39; from JPEG to DICOM. I wanted to let him know that he could almost just reuse the same jpeg binary stream... ... -- Mathieu...
94
dicomrose
Mar 24, 2006 10:25 am
An example for the problem is when you try to import the IHE RSNA PDI 2004 CD. There are RGB images, for example the Tiani reconstructions, which display...