		-- Home Health Java  --
		  Distribution pack


This distribution pack includes all the source code, source documentation, system
design, and test data for Home Health Grouper version v2308-v3210.

The source code was designed to work with Java 1.5 and above due to its use of
generics.

An overview of the system design is in the following file:

	HH-PPSJavaDesign.pdf
	
Source code documentation is in the following file:

	\javadoc\index.html


The contents in this directory should be unzipped into the root folder (eg. C:\).  A folder
named HHRGJava will be created.  Run the installHH.bat to install the software into the
"C:\Program Files\HomeHealthGrouper\". 

If installed into any other directory, then the config files in following directories
must be updated:

	\config
	\Grouper_v2308_1.tables
	\Grouper_v2308_2.tables
	\Grouper_v2409_1.tables
	\Grouper_v3210_1.tables

The directories contain the following items:


	\config - the configuration file for the Home Health Grouper 2.03 Java version
	\dist - per built Java jar file for use with applications.  This is purely for 
		convenience because the source files will compile as well.
	\Grouper_v2308_1.tables - supporting table for the Grouper that processes records
		between Jan 1, 2008 and Sept 30, 2008
	\Grouper_v2308_2.tables - supporting table for the Grouper that processes records
		between Oct 1, 2008 and Sept 30, 2009
	\Grouper_v2409_1.tables - supporting table for the Grouper that processes records
		between Oct 1, 2009 and Sept 30, 2010
	\Grouper_v3210_1.tables - supporting table for the Grouper that processes records
		between Oct 1, 2010 and Sept 30, 2011

		Note: that the Grouper_v2409_1 set of supporting tables is the same for
		both the V2409, and V3110. Therefore, there is no separate table folder
		or set of tables for V3110. The HHRG configuration file identifies the 
		V2409 files as the ones to use.  Refer to the 
		\config\HomeHealthGrouper.properties for more detail

	\javadoc - HTML documentation of the Java source code (# see note below)
	\src - the Java source code (# see note below)
	\TestData - OASIS B style records used for testing the Grouper logic  
	

# - some folders do not contain any files.  Instead they only contain other folders.


