Home
Name Modified Size InfoDownloads / Week
grok-source-20110415 (Radiology manuscript version).zip 2011-11-19 4.2 MB
CHANGELOG 2011-10-01 8.5 kB
grok-binary-20111001.zip 2011-10-01 4.7 MB
grok-source-20111001.zip 2011-10-01 4.2 MB
grok-source-20110827.zip 2011-09-15 4.2 MB
grok-binary-20110827.zip 2011-08-27 4.7 MB
grok-binary-20110807.zip 2011-08-07 4.7 MB
grok-source-20110807.zip 2011-08-07 4.2 MB
README 2011-06-23 1.8 kB
grok-binary-20110623.zip 2011-06-23 7.1 MB
grok-source-20110623.zip 2011-06-23 4.2 MB
grok-binary-20110621.zip 2011-06-21 7.1 MB
grok-source-20110621.zip 2011-06-21 4.2 MB
sqljdbc_auth.dll 2011-06-21 69.0 kB
grok-binary-20110617.zip 2011-06-17 4.3 MB
grok-source-20110617.zip 2011-06-17 3.8 MB
grok-source-20110607.zip 2011-06-07 3.8 MB
COPYRIGHT 2011-06-06 1.8 kB
grok-source-20110606.zip 2011-06-06 3.8 MB
grok-source-20110530.zip 2011-06-02 3.8 MB
grok-binary-20110530.zip 2011-06-02 4.3 MB
Totals: 21 Items   77.6 MB 2
GROK README

Binary Distribution Instructions:

1. Create a base directory and copy files grok.cfg and GrokBatch.jar to that directory.
2. Get and install a SQL database if you don't have one already (the freely available PostgreSQL is supported, as is Microsoft SQL Server).
3. Create a database for GROK to use (default is "grok"). If you are using PostgreSQL, make sure the a valid user/password is configured in the database and in grok.cfg. Default authentication for MS SQL Server uses integrated Windows authentication (the Window's user you run GROK as) and you will need to download Microsoft's authentication library sqljdbc_auth.dll and put it in the GROK directory or System path.
4. Make sure you have Java installed. 
5. Open grok.cfg in a text editor and modify with your directory location, database type and settings, DICOM archive settings, and other runtime settings as needed. (See grok.cfg comments for details.)
6. Run "java -jar GrokBatch.jar" from the GROK base directory in a command prompt.
7. Output will be written in your database and (optionally) RDSRs will be created in the RDSR subdirectory.
 

Source Code:

1. Peruse, modify, compile, and run the source code at your leisure. GrokBatch is the class intended for batch execution of dose extraction.
2. N.B. The PixelMed source code included is circa September 2010 and is not up to date with the latest version on David Clunie's page.
3. Dependency .jar files are in the dependency directory.  They are the same as the PixelMed toolkit ones, plus jdbc drivers for mssqlserver and postgresql databases.


See COPYRIGHT file for the BSD-style open source license and redistribution rules.

Many thanks to David Clunie for developing such a wonderful and open-source DICOM toolkit.

Happy GROKKING.

Graham I. Warden, MD
giwarden@gmail.com
Source: README, updated 2011-06-23