-
kpearce committed revision 78 to the Xebra SVN repository, changing 1 files.
2009-07-13 20:10:20 UTC in Xebra
-
I am reopening this bug, as I have discovered that many other DICOM studies which previously worked do have images numbered 0. Some sort of solution that works with these studies is necessary.
2008-03-13 19:19:14 UTC in Xebra
-
This bug is due to bad DICOM. Specifically, DICOM files were inserted into our database that had image number 0, which is illegal (the instances in a series are numbered from 1). I have implemented fail-fast behavior for this error.
2008-03-13 18:47:41 UTC in Xebra
-
kpearce committed patchset 45 of module Xebra-Client to the Xebra CVS repository, changing 5 files.
2008-03-13 18:46:19 UTC in Xebra
-
DiskLoaderEvents are sometimes sent without setting the image index, resulting in the following stack trace:
java.lang.ArrayIndexOutOfBoundsException: -1
at com.hxti.xebra.gui.image.SeriesThumbnailPanel.diskLoadEventOccured(SeriesThumbnailPanel.java:820)
at com.hxti.xebra.events.EventDispatcher$15.run(EventDispatcher.java:587)
at...
2008-03-13 15:36:07 UTC in Xebra
-
Xebra appears to have been successfully ported to Java 1.5, but still does not work on Mac, due to bug 1872336. Closing this feature request.
Note that no attempt has been made to convert the server components to Java 1.5, they will still require 1.6.
2008-01-15 19:47:11 UTC in Xebra
-
On Mac OS X, Icon.paintIcon is incorrectly passed a null Graphics object, leading to a NullPointerException on launch. The exception is found in our ButtonTabIcon class, which is contained in StudyTabbedPane. The problem has been reported to Apple.
2008-01-15 19:42:03 UTC in Xebra
-
kpearce committed patchset 12 of module DCMImagingUtils to the Xebra CVS repository, changing 1 files.
2008-01-15 17:58:34 UTC in Xebra
-
Actually, operating system doesn't seem to be the variable. I've just checked, and the latest update to Java 1.6.0_03 for Windows does not exhibit this behavior. I'm closing the bug.
2008-01-10 15:22:48 UTC in Xebra
-
kpearce committed patchset 16 of module SimpleXebraLauncher to the Xebra CVS repository, changing 2 files.
2008-01-10 15:02:10 UTC in Xebra