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.
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
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.