Modified updatePatient(), updateStudy(), updateSeries() of the TargetIteratorRunner class to include original DICOM criteria when formulating new query statements.SVN-Revision: 653
Modified GridQuery to implement new generic Query interface. Provided implementations for new interface methods plus modified run() method. SVN-Revision: 646
Created new Util class in dataAccess package. This class contains searchResultsToLog static method that is reusable across different data sources.SVN-Revision: 644
Removed axis-1.4.jar from AVT lib folder. This jar was in conflict with NCIA and caGrid requirements. It caused exception when run on a web server where jars are placed in WEB-INF/lib folder.SVN-Revision: 643
Modified grid query to implement and use new generic interface and classes from dataAccess package. Refactored constructor to make provisions to make it compatibile with the TargetIterator.SVN-Revision: 639
Modified references to the classes moved to the new iterator package plus added references to the classes contained in dataAccess package.SVN-Revision: 636
Added new dataAccess package to the Host Service. This package contain generic classes pertaining to query and retrieve operations of a data source. Each data source will be refactored to implement and use the components from this package.SVN-Revision: 634
Extracted iterator package from AVT2EXT. 'iterator' package is meant to create a set of generic classes related to TargetIterator to be used with all data sources and not only AVT.SVN-Revision: 633
Added new Ant target "lightDeploy" to build.xml file. This new target is meant to create web application structure but deploy only classes and web application related config files. Target does not deploy libraries to avoid lengthy process of coping files to the server directory. It assumes jars would be present in webapps directory.SVN-Revision: 630
Added high level component UML diagram, depicting software components dependencies in a new XIP configuration with web application server.SVN-Revision: 628
Modified addWorklistEntry() method of WorklistImpl to setDefaultApplication(). Host service is at this point capable of working with one application at the time, but once fist application is terminated, different application may be launched and serviced.SVN-Revision: 618