com.mmm.cms.homehealth.proto
Interface HomeHealthGrouperFactoryIF

All Superinterfaces:
Initializable
All Known Implementing Classes:
HomeHealthGrouperFactory

public interface HomeHealthGrouperFactoryIF
extends Initializable

This defines a means for selecting a Grouper based on the date range of the Home Health record.


Field Summary
static java.lang.String PROPERTY_HOME_HEALTH_CONFIG
          defines the environment variable as "home_health_config"
 
Method Summary
 HomeHealthGrouperIF getGrouper(HomeHealthRecordIF record)
          Determines the HomeHealthGrouperIF group appropriate for the record
 
Methods inherited from interface com.mmm.cms.util.Initializable
init
 

Field Detail

PROPERTY_HOME_HEALTH_CONFIG

static final java.lang.String PROPERTY_HOME_HEALTH_CONFIG
defines the environment variable as "home_health_config"

See Also:
Constant Field Values
Method Detail

getGrouper

HomeHealthGrouperIF getGrouper(HomeHealthRecordIF record)
Determines the HomeHealthGrouperIF group appropriate for the record

Parameters:
record -
Returns:
the HomeHealthGrouperIF that is valid to score the record. This may be null if no HomeHealthGrouperIF is found.