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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 779 - 808 of 1134   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
779 bugacov Send Email Sep 23, 2009
10:32 am
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...
780 ms.utebay Send Email Sep 23, 2009
10:32 am
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...
781 dclunie99 Send Email Sep 23, 2009
11:13 am
There are essentially two ways to build an SR using PixelMed: 1. assemble it ContentItem nodes built with ContentItemFactory, and construct a StructuredReport...
782 dclunie99 Send Email Sep 23, 2009
11:14 am
In a DICOM composite instance IOD, ScheduledProcedureStepID occurs nested inside an item of the RequestAttributesSequence, so if you try to find it in the "top...
783 Alejandro Bugacov
bugacov Send Email
Sep 23, 2009
9:24 pm
David, Thanks a lot for your quick response!! That worked fine!! Thanks!! Alejandro....
784 domingosdourado Send Email Sep 29, 2009
10:19 am
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...
785 angel_vz29 Send Email Sep 29, 2009
6:51 pm
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...
786 domingosdourado Send Email Oct 22, 2009
10:23 am
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....
787 brantlew Send Email Oct 22, 2009
10:23 am
I included these in my local build and have found them useful for implementing application specific acceptance criteria beyond the official policies supplied...
788 brantlew Send Email Oct 22, 2009
10:29 am
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....
789 clifficious Send Email Oct 22, 2009
10:29 am
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...
790 Cliff Pereira
clifficious Send Email
Oct 22, 2009
10:29 am
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...
791 waxup_allstar Send Email Oct 22, 2009
10:29 am
I'm extracting some data from DICOM files which are pretty large and want to speed up the parsing. The AttributeList.read(DicomInputStream, AttributeTag)...
792 dclunie99 Send Email Oct 22, 2009
10:41 am
Oops. Sorry about that. Will be fixed in the next build. David...
793 dclunie99 Send Email Oct 22, 2009
10:41 am
I guess there are really two different use-cases here: - stopping before doing the work of reading a particularly nasty tag (like PixelData), which is the...
794 dclunie99 Send Email Oct 22, 2009
10:53 am
You need to make available the JIIO codecs, and for lossless JPEG that will work on anything except a Mac (for which there are no native codecs). See...
795 dclunie99 Send Email Oct 22, 2009
11:05 am
You can get the pixel data with: Attribute a = list.get(TagFromName.PixelData) then depending on how it is encoded get the byte or short values with something...
796 Cliff Pereira
clifficious Send Email
Oct 27, 2009
2:39 pm
Hi David, thanks for you answer. But my problem is, that I'm providing an java applet which does all the things needed. Here I can't tell every user to install...
797 dclunie99 Send Email Oct 27, 2009
2:47 pm
Hi Cliff I use Java Web Start rather than applets for this, because it allows one to easily specify jars and native libraries on a platform-specific basis if...
798 Cliff Pereira
clifficious Send Email
Nov 3, 2009
4:11 pm
Hi David, is there a method to read the header information without decompressing the picture in the DICOM file? kind regards! Cliff 2009/10/27 dclunie99...
799 Mathieu Malaterre
malat98 Send Email
Nov 20, 2009
1:11 pm
Hi David, I downloaded the binary distribution of pixelmed and tried out the DicomImageViewer: $ wget...
800 dclunie99 Send Email Nov 20, 2009
1:24 pm
Only by using the stopAt parameter to the AttributeList read to prevent it going beyond the PixelData tag. David...
801 dclunie99 Send Email Nov 20, 2009
1:31 pm
Hi Mathieu The pixelmed validator only supports some of the enhanced family multi-frame IODs such as CT image, MR image, and MR spectroscopy, and not all the...
802 Astaldo
astaldo1977 Send Email
Dec 21, 2009
5:59 pm
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...
803 jingmin99 Send Email Dec 24, 2009
1:14 pm
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...
804 Abder-Rahman Ali
abder.rahman Send Email
Jan 4, 2010
1:33 pm
Hello, I have opened a stream for reading a DICOM image like the following: din = new DicomInputStream(new ...
805 dclunie99 Send Email Jan 4, 2010
1:41 pm
AttributeList.read(). See the javadoc for AttributeList. David...
806 Cliff Pereira
clifficious Send Email
Jan 4, 2010
2:32 pm
Hi, if you only need the image, this works for me. The only problem is, that the brightness is not optimized or false. The picture is kind of dark. If you find...
807 dclunie99 Send Email Jan 4, 2010
9:08 pm
No, I haven't written that functionality, though it would not be terribly hard. David...
808 bioshinningstar Send Email Jan 20, 2010
5:02 pm
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...
Messages 779 - 808 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