... Dave Harvey and I just discussed this (we happen to both be at the same meeting in Madrid), and strictly speaking he is correct ... YBR_FULL_422 is indeed...
167
pefe00
Jun 14, 2006 12:42 pm
Hi David Thanks a lot for your answer. Now I think, that I'm understanding the problem. Sometimes it's not easy to know where the reason of a problem is. Peter...
168
wexwarez
Jun 14, 2006 8:37 pm
... David this is very helpful. THe XMLRepresentationOfDicomObjectFactory provides all the information I am looking for. Is there a DTD available for this...
169
David Clunie
dclunie99
Jun 15, 2006 6:23 am
Hi Ryan ... I have just been too lazy to write one, but it should remain constant. It would be very large since I am using the names of the attributes as XML...
170
pefe00
Jun 15, 2006 6:34 am
Hi Is it correct that if I extend the PresentationContextListFactory with 1.2.840.10008.1.2.4.50, I can receive (in the ReceivedDataHandler of GetSOPClassSCU)...
171
billkinetix
Jun 15, 2006 8:27 pm
The purpose is to read a dicom file, alter various attributes, then save the attribute list under another file. One goal is to save the new dicom file using...
172
wexwarez
Jun 16, 2006 4:50 pm
... Alright thanks a lot david. The word extensive doesn't quite go far enough in my opinion. I can understand why you are too lazy to write one, it would...
173
David Clunie
dclunie99
Jun 19, 2006 10:09 am
... Fairly stable, but it remains in the experimental category because either there is something that is less well tested than the normal release (like the...
174
David Clunie
dclunie99
Jun 19, 2006 11:35 am
I assume dds is an AttributeList. You are probably missing: dds.removeGroupLengthAttributes(); dds.removeMetaInformationHeaderAttributes(); ...
175
billkinetix
Jun 19, 2006 7:13 pm
Yes, dds is the AttributeList. Yes, the example below was in the javadoc. I originally just changed one value in File Meta information. I changed my program...
176
David Clunie
dclunie99
Jun 20, 2006 2:31 am
Hi Bill I think you are correct; there is a missing call to change the transfer syntax of the encoding after the meta information header is written, and the...
177
kelmendasi
Jun 21, 2006 6:47 am
Hi, how can i create Presentation states objects using pixelmed. Any help is welcome ! thanks, Kelmendi...
178
imscinst
Jun 21, 2006 7:40 am
Good morninge everybody, currently I'm working on access to DICOM-Obejcts over the web. Therefore I want to use WADO but I'm a bit confused since I do not ...
179
imscinst
Jun 21, 2006 10:16 pm
... I can answer my question by myself now :-). DicomViewer can display WADO-images. The remaining questions are: - which server should I use for WADOing?...
180
lbloy8
Jun 23, 2006 5:00 am
Hi, I need to access a vendors private Dicom attributes. Unfortunatly different versions of the vendors software write the VR of this field differently (either...
181
etienne_mercier79
etienne_merc...
Jul 5, 2006 8:44 am
Hi, I would need to handle objects according to the association they were part of. Do you think it's possible to add an argument in ...
182
David Clunie
dclunie99
Jul 5, 2006 11:12 am
Hi Etienne Why do you need to be able to do this ? In DICOM, perhaps except for print, there should be no semantics associated with which association a message...
183
etienne_mercier79
etienne_merc...
Jul 6, 2006 8:02 am
Hi David, I'm developing an application that will be used as a DICOM interface for a file sharing system. Due to the file sharing system, it was planned to be...
184
wexwarez
Jul 12, 2006 10:42 pm
I could use some help on how to interpret the mlc leaf positions from the Beam Limiting Device Sequence (300A,00B6) attribute and the Beam Limiting Device...
185
David Clunie
dclunie99
Jul 13, 2006 10:28 am
Hi Ryan Radiotherapy-related questions are probably best asked on the dicomrt mailing list (dicomrt@yahoogroups.com). David...
186
Ryan Wexler
wexwarez
Jul 13, 2006 3:39 pm
Ok I will ask there...thanks for the heads up on this resource ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo!...
187
imscinst
Jul 25, 2006 6:03 am
Good morning, has any of you ever written a Pixelmed-based WADO-Server which does not get its images from its own database (e.g. hsqldb) but from a PACS? I'm...
188
selnur_erdal
Aug 8, 2006 8:02 pm
Hi, I am trying to de-identify my images.. I am currently attacking the problem from several angels but I had no success this far. 1) De-id during the c-move...
189
selnur_erdal
Aug 11, 2006 7:11 am
Dear All, I have the following problem with DicomInputStream. After I receive a single image with GetSOPClassSCU. When I try to read the image I get the...
190
Konrad Wojciechowski
konrad.wojci...
Aug 11, 2006 8:58 am
Hi Selnur, You need to include compile sources with the commons-codec-1.3.jar archive - it is also avaliable at David's webpage. Regards Konrad Wojciechowski ...
191
Dr. Abed M. Hammoud
abedhammoud
Aug 21, 2006 2:17 pm
Dear all, First I would like to say I am a big fan of the pixelmed library. I have used it in numerous occasions and it works great. At this time, I am trying...
192
Dr. Abed M. Hammoud
abedhammoud
Aug 23, 2006 3:45 pm
After looking a little more into the problem I found that the volume I was trying to examine had many missing attributes among them is the patient orientation...
193
Dr. Abed M. Hammoud
abedhammoud
Aug 25, 2006 10:18 am
Hello, a significant number of studies that I recieve dont have a DICOMDIR file (just the images). Is there a way in pixelmed where given the directory that...
195
grierson.christopher
grierson.chr...
Sep 1, 2006 8:10 pm
Hello all, I am proposing a change that I've been using locally for a while now with great success that I'm wondering might be appropriate for the toolkit...
196
Marcel Kleiber
masialesis
Sep 6, 2006 10:52 pm
Dear Members Being new to Pixelmed I was able to do fancy things quickly and easy - Thanks David for this library! If I do al = new AttributeList(); ...