Change Log
Changes from 0.9.5 to 0.9.6
- Fixed the problem in the report utility where
segment repetitions weren't being honored.
- Check for and change embedded tabs to be '\t'
when saving reports to disk.
Changes from 0.9.4 to 0.9.5
- Added support for XML versions of HL7.
Changes from 0.9.3 to 0.9.4
- Fixed an evil bug with the advanced parser where records
over 1024 bytes long wouldn't be completely read.
- Added the save option to the network pane.
Changes from 0.9.2 to 0.9.3
- Cleaned up the code, added a bunch of comments.
- Split the Integrate code out of the browser code.
- Made the tree view font default to monospaced.
- Another abortive attempt at printing.
- Added a clear button to the main tree view.
Changes from 0.9.1 to 0.9.2
- Adding searching functionality to the main browser
window.
- Made the advanced parser the default.
Changes from 0.9 (unreleased) to 0.9.1
- Added the ability to clear the browser window, and
the network pane output.
- Changed the browing behavior - it's much more
consistent now.
- A WebStart (JNLP) option is available for you to
use the application remotely now.
Changes from 0.8.5 to 0.9 (unreleased)
- Added dialog to alter behavior when loading data.
- Can limit the number of records to read now.
- Advanced parser can handle records with newlines.
- Changed the selection model to parse, but not
expand on a single click.
Changes from 0.8 to 0.8.5
- Made the network code much more robust.
- Got rid of some debug code that was left in by
accident.
- Removed the 'beta' status as a result of the
network cleanup.
- Made the scrolling a little smoother in the
network panes.
Changes from 0.6.5 to 0.8
- Added a button to help specify the column descriptions
within the reporting utility.
- Added help documentation for the network utility.
- Made the ACK editable.
- Made records, segments, and all fields editable.
Changes from 0.6 to 0.6.5
- Changed the ACK to be G rated (was PG-13).
- Made the disconnect a bit more robust - even
if it fails you should now be able to reconnect.
- The status bar now updates in the network frame.
Changes from 0.4.5 to 0.6
- Added support for sending and receiving data over a
tcp/ip MLLP connection. It's still buggy.
- Underlying HL7 libraries have been modified so that
records or portions of records can be modified and
the main record can be rebuilt from the modified
components. In other words editing is now possible
from the library.
Changes from 0.4 to 0.4.5
- Added basic printing support.
Changes from 0.3.5 to 0.4 (unreleased)
- The bug where the JVM wouldn't exit after all the
windows were closed is hopefully resolved. The
FrameWatcher needs to be made aware of any frames
that are developed for this app in the future.
- Made the file chooser come from a singleton so
that it remembers the last location you opened
or saved from.
Changes from 0.3 to 0.3.5
- Added the #1 requested feature - splitting of
fields into smaller components.
- In windows STDIN is not valid unless it is run
from a console. We now check for that instead of
returning an error dialog.
Changes from 0.2 to 0.3
- Made the remove function from the report interface
a little safer.
- Status bar at the bottom of main windows shows
relevant information.
- Memory checks in place to help avoided crashes
when loading lots and lots of data.
- Memory meter added under the help menu.
- More documentation.