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

Packages that use HomeHealthEventNotifierIF
com.mmm.cms.homehealth   
com.mmm.cms.homehealth.proto   
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 HomeHealthEventNotifierIF in com.mmm.cms.homehealth
 

Classes in com.mmm.cms.homehealth that implement HomeHealthEventNotifierIF
 class HomeHealthEventNotifier
          This is a base class for providing event notification to event listeners.
 

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

Subinterfaces of HomeHealthEventNotifierIF in com.mmm.cms.homehealth.proto
 interface HomeHealthGrouperIF
          Describes the high level class that will score the Home Health Record.
 

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

Classes in com.mmm.cms.homehealth.v0203c that implement HomeHealthEventNotifierIF
 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 HomeHealthEventNotifierIF in com.mmm.cms.homehealth.v2308_1
 

Classes in com.mmm.cms.homehealth.v2308_1 that implement HomeHealthEventNotifierIF
 class AbstractBaseValidator_v2308
          This validator provides the common validation for the Home Health Record that are performed for both the Clinical and the Non-Routine Supplies models for the Grouper version 2.03
 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.
 class HomeHealthRecordClinicalValidator
          Based on the AbstractValidator, and provides specific validation for columns M0230, M0240, and M0246x3/4 as they pertain to the Clinical model.
 class HomeHealthRecordNRSValidator
          Based on the AbstractValidator, and provides specific validation for columns M0230, M0240, and M0246x3/4 as they pertain to the Non Routine Supplies scoring model Pseudo code lines: 670 thru 777
 

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

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

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

Classes in com.mmm.cms.homehealth.v2409_1 that implement HomeHealthEventNotifierIF
 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 HomeHealthEventNotifierIF in com.mmm.cms.homehealth.v3110_1
 

Classes in com.mmm.cms.homehealth.v3110_1 that implement HomeHealthEventNotifierIF
 class AbstractBaseValidator_v3110
          This validator builds on the v2308 validator to provide the common validation for the Home Health Record with OASIS-C related values, that are performed for both the Clinical and the Non-Routine Supplies models.
 class GrouperVersion_v3110_1
          This version is effective from January 1, 2010 thru Sept 30, 2010.
 class HomeHealthRecordClinicalValidator_v3110_1
          This builds on the abstract validator for the OASIS-C formatted record and provides specific validation for the diagnosis related columns as they pertain to the Clinical/Functional scoring model.
 class HomeHealthRecordNRSValidator_3110
          This builds on the abstract validator for the OASIS-C formatted record and provides specific validation for the diagnosis related columns as they pertain to the Non Routine Supplies scoring model.
 

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

Classes in com.mmm.cms.homehealth.v3210 that implement HomeHealthEventNotifierIF
 class AbstractBaseValidator_v3210
          This validator provides the common validation for the Home Health Record that are performed for both the Clinical and the Non-Routine Supplies models for the Grouper version 2.03
 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.
 class HomeHealthRecordClinicalValidator_v3210
          Based on the AbstractValidator, and provides specific validation for columns of diagnosis codes as they pertain to the Clinical model.
 class HomeHealthRecordNRSValidator_v3210
          Based on the AbstractValidator, and provides specific validation for columns of diagnosis codes as they pertain to the Non Routine Supplies scoring model NOTE: NOT SURE WE NEED THIS SEPARATE CLASS ANYMORE SINCE THE VALIDATION APPEARS TO BE THE SAME AS THE CLINICAL VALIDATOR