An enhanced version of the PixelMed Java DICOM Toolkit.
Some new class have added and a lot of changes in existent
class to have more powerful usage.
A special thank to Dr. David A. Clunie for its PixelMed Java DICOM Toolkit.
For this project Netbeans 7.0.1 is used.
ENHANCED SUMMARY
1) Added a listner to capture incoming association in SCP
to permit a control of the association parameter and
trigger external stuff.
interface AssociationListener
is the listner interface to implement;
in Association, AssociationFactory, AssociationAcceptor,
StorageSOPClassSCP, StorageSOPClassSCPDispatcher
various changes to support the listner;
various changes in more class to support this changes.
2) A more confortable DicomAttributeList extends AttributeList
with semplified usage for insert and fetch attribute.
3) A worklist data generator, DicomWorklistBuilder capable to
generate an AttributeList with all necessary data to serve
a worklist record.
4) Minor or conseguential improvement in many other class
of the toolkit.