Class DoseReporterWithLegacyOCRAndAutoSendToRegistry

java.lang.Object
com.pixelmed.apps.DoseReporterWithLegacyOCRAndAutoSendToRegistry

public class DoseReporterWithLegacyOCRAndAutoSendToRegistry extends Object

A class to wait for incoming dose screen images and SRs and send them to pre-configured registry.

The class has no public methods other than the constructor and a main method that is useful as a utility.

External (unsecure) SQL access to the database is possible if the Application.DatabaseServerName property is specified; further details are described in com.pixelmed.database.DatabaseInformationModel; for example:

% java -cp lib/additional/hsqldb.jar org.hsqldb.util.DatabaseManagerSwing --url "jdbc:hsqldb:hsql://localhost/testserverdb"
 

For how to configure the necessary properties file, see:

See Also: