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 136 - 165 of 1134   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
136 Konrad Wojciechowski
konrad.wojci... Send Email
May 18, 2006
2:14 pm
Good evening, I'm working on developing an apllication, which connects to scanner, retrieves list of examinations (using FindSOPClassSCU) and after user's...
137 de_layer Send Email May 18, 2006
6:58 pm
Thanks, David That was it. As I said, I'm a greenhorn regarding dicom and confounding StudyID with Study Instance UID shows how green and long my "horns" are....
138 daniel.guettler Send Email May 22, 2006
6:55 pm
Hi! I'm new to this Toolkit and could need some help getting started. I'm trying to implement a DICOM Java Applet which allows the following image...
139 Konrad Wojciechowski
konrad.wojci... Send Email
May 30, 2006
9:58 am
Good Morning, I'm working still on transfering data files to database using PixelMed Dicom Toolkit and I have problem with NumberOfRemainingSubopertation...
140 David Clunie
dclunie99 Send Email
May 30, 2006
2:25 pm
Hi Konrad The NumberOf...Suboperations attributes are returned in the responses by the SCP, so this is not under the control of MoveSOPClassSCU. Are you...
141 David Clunie
dclunie99 Send Email
May 30, 2006
3:16 pm
Hi Daniel This is not currently implemented ... it would be relatively easy to make specification of the "display area selection" that is currently supplied in...
142 Daniel Guettler
daniel.guettler Send Email
May 30, 2006
3:46 pm
Hi David, thank you for your answer. I'll have a look at the book and the code examples. Is the any documentation around for the Event listeners in pixelmed. ...
143 Konrad Wojciechowski
konrad.wojci... Send Email
May 30, 2006
4:05 pm
Hi David, Thank you for quick response. I'm working in a hospital, where I'm preparing an application which is giving you possibility to move images from...
144 David Clunie
dclunie99 Send Email
May 30, 2006
4:32 pm
Hi Daniel ... Not other than the javadoc and the source. Essentially, in SingleImagePanel, you need to look at where the implementations of KeyListener,...
145 Daniel Guettler
daniel.guettler Send Email
May 30, 2006
5:15 pm
Hi David, thanks a lot. This gives me an overview how to setup all the Event Listener stuff. I think I got an idea on how to implement this. Thanks again,...
146 imscinst Send Email Jun 1, 2006
8:16 am
Good Morning group, has anyone ever written an XML parser which makes an AttributeList out of an XML-Document created with...
147 David Clunie
dclunie99 Send Email
Jun 2, 2006
12:47 am
Hi Oliver Your timing is fortuitous ... I just added such a feature as part of some experiments I was doing with structured reports. See the javadoc for...
148 rashedulhasan2000
rashedulhasa... Send Email
Jun 6, 2006
6:31 am
i want to run the pixelmed jar file. please let me know how'll i be able to run...what other stuffs are required and which one is the main class in the jar. ...
149 imscinst Send Email Jun 7, 2006
9:48 am
Wow, that was really good timing. Thank you, David, that's a good basis for my work :-) Oliver...
150 rashedulhasan2000
rashedulhasa... Send Email
Jun 8, 2006
6:31 am
I'd like to start using pixelmed.jar. As I'm new, I need help to use it. Can anyone help me? Thanks Rashed...
151 David Clunie
dclunie99 Send Email
Jun 8, 2006
9:21 am
... What do you want to use it to do ? David...
152 etienne_mercier79
etienne_merc... Send Email
Jun 8, 2006
9:40 am
Hi, I would like to use pixelmed to develop a DICOM Storage/QR interface on an other database. I've a problem, StorageSOPClassSCP.class and ...
153 etienne_mercier79
etienne_merc... Send Email
Jun 8, 2006
3:27 pm
I'll also like to know if the Makefile.common.mk file is available somewhere....
154 David Clunie
dclunie99 Send Email
Jun 8, 2006
4:03 pm
Oops; forgot to include that in the source distribution when I factored it out. I will fix it in the next release; meanwhile it is attached here. David ... # #...
155 David Clunie
dclunie99 Send Email
Jun 8, 2006
11:19 pm
Good point; I had forgotten to flesh out the error status response stuff for C-FIND. Once it was working I got lazy, I guess. See today's experimental release,...
156 rashedulhasan2000
rashedulhasa... Send Email
Jun 10, 2006
4:33 am
I'm aiming to develop a DICOM SR application. My preferred language is Java. Searching for help on net I found various sources but I thought your tool would be...
157 Yogendra Rampuria
yogendraramp... Send Email
Jun 11, 2006
10:33 am
Hi, I would like to draw your attention away to one Java Application DicomScope. Its based on DCMTK, C++ API for DICOM with Java Wrapper. It has a good SR...
158 pefe00 Send Email Jun 12, 2006
4:11 pm
Hi Is it possible to use GetSOPClassSCU with the Transfer Syntax 1.2.840.10008.1.2.4.50? Peter...
159 pefe00 Send Email Jun 12, 2006
8:06 pm
Hi I send a dicom file with an encapsulated jpeg (Transfer Syntax = 1.2.840.10008.1.2.4.50 and Photometric Interpretation=YBRFULL422) with StorageSOPClassSCU...
160 etienne_mercier79
etienne_merc... Send Email
Jun 13, 2006
9:37 am
Thank you very much. Etienne...
161 wexwarez Send Email Jun 13, 2006
7:44 pm
Here is the error I get: com.pixelmed.dicom.DicomException: unsupported storage SOP Class 1.2.840.10008.5.1.4.1.1.481.5 at ...
162 David Clunie
dclunie99 Send Email
Jun 14, 2006
5:53 am
Hi Peter ... The toolkit is not really set up to handle transfer of compressed transfer syntaxes and tries to avoid negotiating them at association ...
163 David Clunie
dclunie99 Send Email
Jun 14, 2006
6:07 am
Hi Rashed ... I play with adding SR features to the toolkit from time to time, and there are several places to start: - com.pixelmed.dicom.StructuredReport...
164 David Clunie
dclunie99 Send Email
Jun 14, 2006
6:09 am
Hi Ryan ... This is a RadioTherapy Plan object, and the viewer does not support display of any of the RT objects except RT Image. The network transfer code...
165 pefe00 Send Email Jun 14, 2006
8:00 am
Hi David Thanks a lot for your answer and your offer. I'll create your requested data and send them to you probable this evening. I use the public Medical...
Messages 136 - 165 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