Uses of Interface
com.mmm.cms.homehealth.proto.HomeHealthGrouperIF

Packages that use HomeHealthGrouperIF
com.mmm.cms.homehealth   
com.mmm.cms.homehealth.proto   
com.mmm.cms.homehealth.test   
com.mmm.cms.homehealth.v0203c   
com.mmm.cms.homehealth.v2308_1   
com.mmm.cms.homehealth.v2308_2   
com.mmm.cms.homehealth.v2409_1   
com.mmm.cms.homehealth.v3110_1   
com.mmm.cms.homehealth.v3210   
 

Uses of HomeHealthGrouperIF in com.mmm.cms.homehealth
 

Fields in com.mmm.cms.homehealth declared as HomeHealthGrouperIF
protected  HomeHealthGrouperIF GrouperDataManager.homeHealthGrouper
           
 

Methods in com.mmm.cms.homehealth that return HomeHealthGrouperIF
 HomeHealthGrouperIF AbstractIcd9Code.getGrouper()
          Get the value of grouper
 HomeHealthGrouperIF HomeHealthEvent.getGrouper()
          The Home Health Grouper that cause the event
 HomeHealthGrouperIF HomeHealthGrouperFactory.getGrouper(HomeHealthRecordIF record)
          Searches the list of Home Health Groupers to determine which one will handle the record based on the dates on the record
 HomeHealthGrouperIF GrouperDataManager.getHomeHealthGrouper()
          Get the value of homeHealthGrouper
 

Methods in com.mmm.cms.homehealth with parameters of type HomeHealthGrouperIF
 void AbstractIcd9Code.setGrouper(HomeHealthGrouperIF grouper)
          Set the value of grouper
 void DiagnosisCode_Empty.setGrouper(HomeHealthGrouperIF grouper)
           
 void GrouperDataManager.setHomeHealthGrouper(HomeHealthGrouperIF grouperVersion)
          Set the value of homeHealthGrouper
 

Constructors in com.mmm.cms.homehealth with parameters of type HomeHealthGrouperIF
GrouperDataManager(HomeHealthGrouperIF homeHealthGrouper)
           
HomeHealthEvent(HomeHealthGrouperIF source)
          Constructor with the basic information of the Home Health Grouper as the source object
HomeHealthEvent(int eventId, HomeHealthGrouperIF source, HomeHealthRecordIF record, java.lang.String message, HomeHealthScoringModelIF model)
          Constructor with all the required information in one call
 

Uses of HomeHealthGrouperIF in com.mmm.cms.homehealth.proto
 

Methods in com.mmm.cms.homehealth.proto that return HomeHealthGrouperIF
 HomeHealthGrouperIF HomeHealthEventIF.getGrouper()
           
 HomeHealthGrouperIF HomeHealthScoringModelIF.getGrouper()
          gets a reference to the Grouper which created this model
 HomeHealthGrouperIF HomeHealthGrouperFactoryIF.getGrouper(HomeHealthRecordIF record)
          Determines the HomeHealthGrouperIF group appropriate for the record
 

Methods in com.mmm.cms.homehealth.proto with parameters of type HomeHealthGrouperIF
 void HomeHealthScoringModelIF.setGrouper(HomeHealthGrouperIF grouper)
          Sets the Grouper which created this model at run time.
 

Uses of HomeHealthGrouperIF in com.mmm.cms.homehealth.test
 

Methods in com.mmm.cms.homehealth.test with parameters of type HomeHealthGrouperIF
 java.util.List<ScoringResultsIF> HomeHealthGroupingTest.groupingTest(HomeHealthGrouperIF grouper, java.util.List<HomeHealthRecordIF> oasisRecords, java.util.Properties grouperProperties, int recordNumber)
           
 java.util.List<HomeHealthRecordClinicalValidator_v3210> HomeHealthDataValidationTest.validateTest(HomeHealthGrouperIF grouper, java.util.List<HomeHealthRecordIF> oasisRecords, java.util.Properties grouperProperties, GrouperDataManager grouperDataManager)
           
 void HomeHealthDataValidationTest.writeOutputFile(HomeHealthGrouperIF grouper, java.util.List<HomeHealthRecordIF> oasisRecords, java.util.List<HomeHealthRecordClinicalValidator_v3210> validators, java.io.File output)
          This method assumes the records have been read, converted, and validated
 

Uses of HomeHealthGrouperIF in com.mmm.cms.homehealth.v0203c
 

Classes in com.mmm.cms.homehealth.v0203c that implement HomeHealthGrouperIF
 class GrouperVersion0203cAndPrior
          This version connects to the older Grouper.DLL, verions 2.03, to score records based on that previous version of the scoring code.
 

Uses of HomeHealthGrouperIF in com.mmm.cms.homehealth.v2308_1
 

Classes in com.mmm.cms.homehealth.v2308_1 that implement HomeHealthGrouperIF
 class GrouperVersion_v2308_1
          This class uses the 2.03 version scoring logic by extending the GrouperVersion 2.03 class, but encapsulates the Diagnosis Code set for valid codes between January 1, 2008 and September 30, 2008, inclusive.
 

Fields in com.mmm.cms.homehealth.v2308_1 declared as HomeHealthGrouperIF
protected  HomeHealthGrouperIF AbstractBaseValidator_v2308.grouper
          Reference to the Grouper
 

Methods in com.mmm.cms.homehealth.v2308_1 that return HomeHealthGrouperIF
 HomeHealthGrouperIF ClinicalFunctional_ScoringModel_v2308.getGrouper()
          Gets the reference to the Grouper
 HomeHealthGrouperIF NRS_ScoringModel_v2308.getGrouper()
          Gets the Grouper reference
 

Methods in com.mmm.cms.homehealth.v2308_1 with parameters of type HomeHealthGrouperIF
 void ClinicalFunctional_ScoringModel_v2308.setGrouper(HomeHealthGrouperIF grouper)
          Sets the Home Health grouper that this model is associated with, null if no grouper
 void NRS_ScoringModel_v2308.setGrouper(HomeHealthGrouperIF grouper)
          Sets the reference to the Grouper this model belongs to
 

Constructors in com.mmm.cms.homehealth.v2308_1 with parameters of type HomeHealthGrouperIF
AbstractBaseValidator_v2308(HomeHealthGrouperIF grouper)
           
ClinicalFunctional_ScoringModel_v2308(HomeHealthGrouperIF grouper, GrouperDataManager grouperDataManager, int equationId)
          Constructor with references to the Grouper, the Data manager, and the equation id
HomeHealthRecordClinicalValidator(HomeHealthGrouperIF grouper)
          Constructor with the required Grouper reference
HomeHealthRecordNRSValidator(HomeHealthGrouperIF grouper)
          Constructor with the required Grouper reference
NRS_ScoringModel_v2308(HomeHealthGrouperIF grouper, GrouperDataManager dataManager)
          Constructor that initialized with the Grouper and data manager references
 

Uses of HomeHealthGrouperIF in com.mmm.cms.homehealth.v2308_2
 

Classes in com.mmm.cms.homehealth.v2308_2 that implement HomeHealthGrouperIF
 class GrouperVersion_v2308_2
          This provides the scoring logic for Home Health Prospective Payments System version 2.03 as replicated by 3M.
 

Uses of HomeHealthGrouperIF in com.mmm.cms.homehealth.v2409_1
 

Classes in com.mmm.cms.homehealth.v2409_1 that implement HomeHealthGrouperIF
 class GrouperVersion_v2409_1
          This version is effective from October 1, 2009 thru December 31, 2009 NOTE: OASIS-C records are to be used after December
 

Uses of HomeHealthGrouperIF in com.mmm.cms.homehealth.v3110_1
 

Classes in com.mmm.cms.homehealth.v3110_1 that implement HomeHealthGrouperIF
 class GrouperVersion_v3110_1
          This version is effective from January 1, 2010 thru Sept 30, 2010.
 

Constructors in com.mmm.cms.homehealth.v3110_1 with parameters of type HomeHealthGrouperIF
AbstractBaseValidator_v3110(HomeHealthGrouperIF grouper)
           
HomeHealthRecordClinicalValidator_v3110_1(HomeHealthGrouperIF grouper)
          constructs the validator with grouping engine as a reference
HomeHealthRecordNRSValidator_3110(HomeHealthGrouperIF grouper)
          constructs the validator with grouping engine as a reference
 

Uses of HomeHealthGrouperIF in com.mmm.cms.homehealth.v3210
 

Classes in com.mmm.cms.homehealth.v3210 that implement HomeHealthGrouperIF
 class GrouperVersion_v3210
          This class uses the 2.03 version scoring logic by extending the GrouperVersion 2.03 class, but encapsulates the Diagnosis Code set for valid codes between January 1, 2008 and September 30, 2008, inclusive.
 

Fields in com.mmm.cms.homehealth.v3210 declared as HomeHealthGrouperIF
protected  HomeHealthGrouperIF AbstractBaseValidator_v3210.grouper
          Reference to the Grouper
protected  HomeHealthGrouperIF ClinicalFunctional_ScoringModel_v3210.grouper
           
 

Methods in com.mmm.cms.homehealth.v3210 that return HomeHealthGrouperIF
 HomeHealthGrouperIF ClinicalFunctional_ScoringModel_v3210.getGrouper()
          Gets the reference to the Grouper
 

Methods in com.mmm.cms.homehealth.v3210 with parameters of type HomeHealthGrouperIF
 void ClinicalFunctional_ScoringModel_v3210.setGrouper(HomeHealthGrouperIF grouper)
          Sets the Home Health grouper that this model is associated with, null if no grouper
 

Constructors in com.mmm.cms.homehealth.v3210 with parameters of type HomeHealthGrouperIF
AbstractBaseValidator_v3210(HomeHealthGrouperIF grouper)
           
ClinicalFunctional_ScoringModel_v3210(HomeHealthGrouperIF grouper, GrouperDataManager grouperDataManager, int equationId)
          Constructor with references to the Grouper, the Data manager, and the equation id
HomeHealthRecordClinicalValidator_v3210(HomeHealthGrouperIF grouper)
          Constructor with the required Grouper reference
HomeHealthRecordNRSValidator_v3210(HomeHealthGrouperIF grouper)
          Constructor with the required Grouper reference
NRS_ScoringModel_v3210(HomeHealthGrouperIF grouper, GrouperDataManager dataManager)
          Constructor that initialized with the Grouper and data manager references