Hi, I'm trying to access the image contains in a DICOM file container. As I'm working with the pixmed library under macos, I do not have access to the native...
HI I have pixelmed.jar using which i can receive and process the dicom file. I need to do some operation on the files after the association released. In the...
HI, I would like to download pixelmed_20052210 source code. Is there any way to do that. In pixelmed source archive i could see sources from pixelmed_20091114...
Hi, I have pixelmed.jar using which i can receive the images and process the images. I want to be notified when the association gets released. Is there any way...
Hi, I'm trying to get QT-corrected, P-axis, QRS-axis, T-axis, P-duration from a DICOM file but I don't know how to do it with PixelMed. Can anyone help me? ...
Hi, Basic application level confidentiality profile is described on pages 13-14 of Supplement 55: Attribute Level Confidentiality (including De-identification)...
Hallo, I'm newbe, I've tried to load an Image from a dicom file. I've got a BufferedImage object from SourceImage object, but the BufferedImage is displayed...
Hello group! I'm trying to change the personal values(PatientID, LastName, etc) to anonymize them in the SCP file but I am not sure if I can do it with the...
Hello All, While trying to de-identify a file, I get the following message at Standard Error: OtherWordAttributeOnDisk.write(): start file = xyz where xyz is...
Hallo, i have a problem with the TextAttribute. With 2 byte UTF-8 chars as a value i get an "Internal error - byte array length not equal to expected padded...
Hi - I've been using MoveSOPClassSCU in it's own thread to copy DICOM files and it works fine, but I would like to be able to shut it off programmatically. Is...
How to compile pixelmedjavadicom_sourcerelease.20110123 in windows? It has a Makefile. Makefile is for make, right? Using command line javac, how to compile...
Hi I am new with the toolkit. Please is there a ready to try dicom ECHO SCU sample? If not, which are the main steps to write one? Thanks a lot Alexen...
I recently tried out the DicomCleaner application (Version from 25 Nov. 2010) and I think it is a very helpful tool! After some other uses, I tried to receive...
Hi all, I have a doubt on Age String Vr, I do not know how to interpretate it cause the lack of examples in the Standard. For a baby who has 26 months which is...
Hi The 20101125 release is out, and contains mostly CT radiation dose stuff that I have been working on for the upcoming RSNA IHE radiation dose reporting...
Hi I've been experimenting with DoseUtility, and it looks to be very useful, and quite impressive! However, I have one problem, and one question... Problem:...
Hi David Sorry, it took a while to understand how to send a mail with attachement to the pixelmed group... Hope you get the image now. Kind regargs Marcel...
Dave, Before sending this email, I loaded the latest (20101107) build of PixelMed toolkit. I spent some time tracing through the source code of the PixelMed ...
Hello, I'm doing a ECG Viewer and I'm using your library (so I'm new in pixelmed), I try to understand your code, specially refered to ECGs. I have a doubt on...
Dear David We have a problem with dicom data throwing Bad Tag Exception at com.pixelmed.dicom.AttributeList.readNewSequenceAttribute(AttributeList.\ java:321)....
Hi, I've written a little program with the following situation. Computer A sends DICOM to computer B Computer B receives the DICOM, sends an acknowledgement...
Hello, I am trying to edit the pixel data in an image. Attribute attribute = new OtherWordAttribute(TagFromName.PixelData); attribute.setValues(s); where s is...
Hi, this may be a newbie question, but I am stumped. I have downloaded and am trying to use the most recent pixelmed.jar (20100912), but I am having trouble...
Hi again, I'm trying to open a DICOMDIR file by using following code DicomDirectory dicomDirectory = new DicomDirectory(list); HashMap allDicomFiles = ...