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
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

I am considering using DicomCleaner as part of a utility I am developing to transfer PACS images to our teaching file server. I am mainly interested in the...
4 Apr 30, 2010
5:18 pm

David Clunie
dclunie99
Send Email

I have created a new folder at: http://www.dclunie.com/pixelmed/software/contrib/ to contain contributed software. First contribution is Marcel Kleiber's...
1 Apr 22, 2010
1:34 pm

dclunie99
Send Email

Hello, I have at present a problem with pixelmed, I would like to create a dicom image from a bufferedImage but there is no function setBufferedImage or...
1 Apr 21, 2010
11:33 am

liveworld14
Send Email

Hi, I need to be modifying several demographic attributes (patient name & ID, Study & Series Instance UID's) in DICOM file and re-save it. Below is the...
1 Apr 7, 2010
8:28 pm

mmilchen
Send Email

Hi, I'd like to submit you a developement feature's : Could you normalize all widgets by adding a empty constructor ? This would be very useful for GUI...
2 Mar 25, 2010
9:13 am

Wu
wusping2002
Send Email

Hi there, I'm successfully using the MediaImporter combined with the MessageLogger. Now considering user-friendliness I would love to check, if someone hit the...
1 Mar 10, 2010
9:31 pm

Cliff Pereira
clifficious
Send Email

Hi, In the post http://tech.groups.yahoo.com/group/pixelmed_dicom/message/383 it is explained that in order to support compressed transfer syntaxes, scp should...
1 Feb 25, 2010
11:56 am

bwiklak
Send Email

Hope u r fine.. I'm trying to open different modality using PixelMed toolkit 1) using ur SingleImagePanel: SingleImagePanel SIP = new SingleImagePanel(new...
4 Feb 21, 2010
2:06 pm

dclunie99
Send Email

Hello David, I'm using pixelmed in my PACS, and just have upgraded my modified pixelmed sources (I've added Storage Commitment and MWL) to version from...
4 Feb 18, 2010
6:01 am

dclunie99
Send Email

Hi, Does Pixelmed have methods to extract the PDF file encapsulated in a DICOM object? I see some PDF conversion tools but don't see how to extract the PDF...
1 Feb 12, 2010
9:30 am

Alejandro Bugacov
bugacov
Send Email

CP 850: "ftp://medical.nema.org/medical/dicom/final/cp850_ft.pdf" finally added rules for generating keywords for all data elements, and this was instantiated...
1 Feb 7, 2010
1:37 pm

dclunie99
Send Email

Hi All , I an new in java and so as pixelmed ..so wanna ask a question!! Is it possible to read all the dicom tags in a tree view the same as the dicom file...
6 Jan 29, 2010
9:10 pm

Jingmin Mo
jingmin99
Send Email

hi, does anyone know any sample code of API in pixelmed that I can use to extract a multi-frame image into several single-frame images. Thanks a lot Jingmin...
2 Jan 4, 2010
9:08 pm

dclunie99
Send Email

Hello, I have opened a stream for reading a DICOM image like the following: din = new DicomInputStream(new ...
3 Jan 4, 2010
2:32 pm

Cliff Pereira
clifficious
Send Email

Hi David, I would like to set my own composite response handler implementation for an association for the move SOP class SCU operation. Please think about...
1 Dec 21, 2009
5:59 pm

Astaldo
astaldo1977
Send Email

Hi David, I downloaded the binary distribution of pixelmed and tried out the DicomImageViewer: $ wget...
2 Nov 20, 2009
1:31 pm

dclunie99
Send Email

Hi there, not sure if my first message went through. So here is my second try. I'm having a slight problem using the pixelmed tools for my program. What I need...
6 Nov 20, 2009
1:24 pm

dclunie99
Send Email

How to read a DICOM image in JAVA by PixelMEDIA and generate a text file with the values of each color of its respective pixel....
2 Oct 22, 2009
11:05 am

dclunie99
Send Email

I'm extracting some data from DICOM files which are pretty large and want to speed up the parsing. The AttributeList.read(DicomInputStream, AttributeTag)...
2 Oct 22, 2009
10:41 am

dclunie99
Send Email

I just ran across this in the 08/16/2009 build. The limits being applied in IntegerStringAttribute.addValue() are incorrect. Shorts have a range of 2^16....
2 Oct 22, 2009
10:41 am

dclunie99
Send Email

Hi there, I'm having a slight problem using the pixelmed tools for my program. What I need to do is open a DICOM file edit the meta-data, in fact anonymize...
1 Oct 22, 2009
10:29 am

Cliff Pereira
clifficious
Send Email

I included these in my local build and have found them useful for implementing application specific acceptance criteria beyond the official policies supplied...
1 Oct 22, 2009
10:23 am

brantlew
Send Email

HI I´M NEW IN THIS PLACE I FOUND IT BECASUSE I´M DOING MY FINAL PROYECT (A TELERADIOLOGY SISTEM) I HAVE A SERVER AE(WHICH HAS IMPLEMENTED FINDE-SCP,MOVE-SCP...
1 Sep 29, 2009
6:51 pm

angel_vz29
Send Email

Well, I'm beginner in this group, but have several questions regarding the choices that library, I have a project to do with DICOM image, I read it in the Java...
1 Sep 29, 2009
10:19 am

domingosdourado
Send Email

Hi, I need help in trying to extract the value of a given attribute (ScheduleProcedureStepID). As shown below, if I do System.err.print(list) on the...
3 Sep 23, 2009
9:24 pm

Alejandro Bugacov
bugacov
Send Email

Hello group , I have just downloaded and started using pixelmed dicom toolkit. I will use the toolkit to create SR reports. I will be happy if you can help me...
2 Sep 23, 2009
11:13 am

dclunie99
Send Email

Hi David, I had extended ModalityTransform.java so that it has ModalityLUTTransform class which is similar to one VOILUTTransform given in VOITransform.java. I...
3 Aug 25, 2009
11:37 am

Oncu Altuntas
oncualtuntas
Send Email

Hello, when I recently profiled my application, I noticed that there is a performance problem when I read a dicom file int othe AttributeList. My Profiler...
7 Aug 13, 2009
12:20 pm

David Clunie
dclunie99
Send Email

Hi, I'm getting the following OutOfMemoryError when trying to do any AttributeList call w/ this DICOM file. As you see down here it blows in a isDicom call. ...
4 Jul 29, 2009
12:08 am

Alejandro Bugacov
bugacov
Send Email

Hi, I would like to know if the package ImageToDicom can convert jpg2000 to Dicom. I'm trying to convert, but I can't. Best Regards. Simon Veja quais são os...
7 Jul 22, 2009
1:38 pm

David Clunie
dclunie99
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help