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

Packages that use ScoringPointsIF
com.mmm.cms.homehealth   
com.mmm.cms.homehealth.proto   
com.mmm.cms.homehealth.v2308_1   
com.mmm.cms.homehealth.v3210   
 

Uses of ScoringPointsIF in com.mmm.cms.homehealth
 

Classes in com.mmm.cms.homehealth that implement ScoringPointsIF
 class ScoringPoints
          Holds the array integers representing the scores of a set of scoring equations.
 

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

Methods in com.mmm.cms.homehealth.proto that return ScoringPointsIF
 ScoringPointsIF HomeHealthScoringModelIF.score(HomeHealthRecordIF record, HomeHealthRecordValidatorIF validator)
          This is the overall scoring routine.
 

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

Methods in com.mmm.cms.homehealth.v2308_1 that return ScoringPointsIF
 ScoringPointsIF ClinicalFunctional_ScoringModel_v2308.score(HomeHealthRecordIF record, HomeHealthRecordValidatorIF validator)
          This is the main scoring module, which scores the clinical information first and then the functional information.
 ScoringPointsIF NRS_ScoringModel_v2308.score(HomeHealthRecordIF record, HomeHealthRecordValidatorIF validator)
          This is the main scoring module, which scores the non routine supplies information.
 

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

Methods in com.mmm.cms.homehealth.v3210 that return ScoringPointsIF
 ScoringPointsIF ClinicalFunctional_ScoringModel_v3210.score(HomeHealthRecordIF record, HomeHealthRecordValidatorIF validator)
          This is the main scoring module, which scores the clinical information first and then the functional information.
 ScoringPointsIF NRS_ScoringModel_v3210.score(HomeHealthRecordIF record, HomeHealthRecordValidatorIF validator)
          Deprecated.  
 ScoringPointsIF ClinicalFunctional_ScoringModel_v3210.score(HomeHealthRecordIF record, HomeHealthRecordValidatorIF validator, int[][] scoreOrder)
          This is the main scoring module, which scores the clinical information first and then the functional information.
 ScoringPointsIF NRS_ScoringModel_v3210.score(HomeHealthRecordIF record, HomeHealthRecordValidatorIF validator, int[][] scoreOrder)
          This is the main scoring module, which scores the clinical information first and then the functional information.