Hallo everyone, I am new to Dicom and Pixelmed but worked for a little while now with it (sourcerelease 20070806). I am sorry to bother you guys, as my ...
489
jimirrer
Jan 7, 2008 6:22 pm
Davidave - I'm not quite sure if I'm interpreting your message correctly, but I think that you are under the impression that Pixelmed is an end-user software...
490
davidave81
Jan 8, 2008 2:11 pm
Hi Jim, ... I know that this toolkit is for software develeopers and programming is heavily involved. And this is why I contacted you guys, in order to help me...
491
tonyuccello
Jan 17, 2008 11:43 am
Hello Dr. Clunie, thanks for this great toolkit. I'm currently working with an SCPECG obtained from a new device prototype recieved in a String [] buffer which...
492
David Clunie
dclunie99
Jan 20, 2008 6:16 pm
Hi Tony ... Actually, the preference in the IHE Cardiology group is to use DICOM Encapsulated PDFs for this, rather than secondary capture images. ... There is...
493
David Clunie
dclunie99
Jan 20, 2008 6:16 pm
... The SingleImagePanel is currently set up only to scroll through multiple frames if it is supplied with a single SourceImage that contains multiple frames. ...
494
David Clunie
dclunie99
Jan 20, 2008 6:22 pm
... In the source of com.pixelmed.display.SingleImagePanelWithLineDrawing there is an example of how to draw lines and report their distance using pixel...
495
David Clunie
dclunie99
Jan 20, 2008 6:27 pm
For some time I have been meaning to include a list of changes when new releases are announced. Thanks to a cool tool that I just encountered that groups...
496
David Clunie
dclunie99
Jan 20, 2008 6:27 pm
Just so you know, the latest release of the toolkit uses the DICOM Data Dictionary from the most recent edition of the standard. There are some name changes in...
497
manikandan p
pmaneikandan
Jan 21, 2008 11:26 am
Thank u so much . it works. ... From: David Clunie <dclunie@...> To: pixelmed_dicom@yahoogroups.com Sent: Sunday, 20 January, 2008 11:51:58 PM Subject:...
498
jimirrer
Jan 21, 2008 4:29 pm
Hello - We are trying to provide a "cleanup" utility to remove old or obsolete DICOM files from a PACS server. Does the functionality exist, either in the...
499
tonyuccello
Jan 21, 2008 9:08 pm
Dr. Clunie Thanks for your response, I have successfully assembled a Secondary Capture Dicom file and tested with a PACS system using your ImageToDicom example...
500
David Clunie
dclunie99
Jan 21, 2008 9:10 pm
Hi Tony As of last week, images of various bit depths and numbers of bands are now supported in ImageToDicom. See the latest build on the server. Let me know...
501
tonyuccello
Feb 5, 2008 1:29 pm
Hi again Dr. Clunie et al, I can now encapsulate our ECG bitmap into a DICOM file, I've verified it with several DICOM Viewers out there including...
502
bwiklak
Feb 6, 2008 2:05 pm
Hi, We use pixelmed toolkit for a very long time. Every time we met a problem before, we got quick and comprehensive answers (thank you). We are now working...
503
Karen Rei Pease
karen-pease@...
Feb 13, 2008 4:18 am
I'm currently working on a GUI to help people sort a directory full of DICOM files belonging to any number of series into groups representing what the files...
504
marcelosekimoto
Feb 13, 2008 3:50 pm
Hi everbody! First of all sorry for my english (this is not good) I have a short question, as I could not find an answer somewhere else. I need to make a...
505
ed_bolson
Feb 13, 2008 4:22 pm
I have had success using the free "dcmtk" Dicom Toolkit from http://dicom.offis.de/dcmtk.php.en However, it is not Java based. I use the dcmkdir command to...
508
epilefsoir
Feb 18, 2008 5:05 am
Hi. I am Brazilian newcomer in the area of DICOM, and I would like to know where I can download the pixelmed and also would like to know how to install it in...
509
David Clunie
dclunie99
Feb 18, 2008 5:44 am
Hi I have been meaning to add this capability to pixelmed for sometime; I already have the logic to do it in my dicom3tools (the dcdirmk utility), I just need...
510
David Clunie
dclunie99
Feb 18, 2008 5:44 am
... You can download it from the folder tagged "current" at "http://www.dclunie.com/pixelmed/software/". You probably want the file labeled "binaryrelease",...
511
David Clunie
dclunie99
Feb 18, 2008 5:44 am
Hi Karen I don't think the exceptions are "uncatchable", since your log shows that the exceptions are indeed being caught and the stack trace printed from...
512
Winfried Schoech
w_schoech
Feb 18, 2008 3:10 pm
Hello all, I am quite new to the PixelMed DICOM Java Toolkit, here is my first question to this list: ContentItem in conjunction with ContentItemFactory form...
513
David Clunie
dclunie99
Feb 18, 2008 6:36 pm
... representation. ... The SR support in the toolkit is patchy, since I only added enough to support specific projects and experiments, and those were image...
514
leehro
Feb 19, 2008 2:08 am
Hi, I'm trying to write a simple GUI application that can both blackout and anonymize some Xrays. I'd like to use the DicomImageBlackout class and extend the...
515
David Clunie
dclunie99
Feb 19, 2008 6:16 am
Well, that's certainly bad design on my part ! I really shouldn't use as many inner classes as I do in the first place and certainly not the way I use them in...
516
marcelosekimoto
Feb 19, 2008 2:20 pm
Thanks guys to help me... I had success using the free "dcm4che", it is Java based....
517
leehro
Feb 19, 2008 2:39 pm
Thanks for the response David. Actually I tried to set it after super() too, but it's final and doesn't work. I wanted to make sure I wasn't missing...
518
Winfried Schoech
w_schoech
Feb 19, 2008 3:37 pm
Hello David, ... wow, that was super fast!! Thanks a lot! ... Again, many thanks. I am still thinking about my data architecture, but I will probably need...
519
Karen Rei Pease
karen-pease@...
Feb 20, 2008 4:54 am
Thanks for the help. That makes sense -- it's not that the error is uncaught; it's that it's printing the stacktrace and then re-throwing a different error,...