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

Packages that use PointsScoringEquationsIF
com.mmm.cms.homehealth   
com.mmm.cms.homehealth.proto   
com.mmm.cms.homehealth.v0203c   
com.mmm.cms.homehealth.v2308_1   
com.mmm.cms.homehealth.v3210   
 

Uses of PointsScoringEquationsIF in com.mmm.cms.homehealth
 

Classes in com.mmm.cms.homehealth that implement PointsScoringEquationsIF
 class CaseMixAdjustmentItem
          Holds a single Case Mix Adjustment row (or item) which includes a set of values pertaining to the Scoring equations.
 class PointsScoringEquations
          This holds scoring for the clinical/functional models which is concerned scoring based on the number of episodes and the timing of the submission.
 

Methods in com.mmm.cms.homehealth that return PointsScoringEquationsIF
 PointsScoringEquationsIF TreatmentAuthorization.getClinicalScore()
          gets the ClinicalScore
 PointsScoringEquationsIF TreatmentAuthorization.getFunctionalScore()
          gets the FunctionalScore
 

Methods in com.mmm.cms.homehealth with parameters of type PointsScoringEquationsIF
 void PointsScoringEquations.add(PointsScoringEquationsIF points)
          Adds all the points from the scoring equation to this scoring equation
protected  int TreatmentAuthorization.getScoreValue(PointsScoringEquationsIF score, int equationNumber)
          Generic method for retrieving the equation score for a supplied equation.
 void TreatmentAuthorization.setClinicalScore(PointsScoringEquationsIF clinicalScore)
          Sets the clinical scoring values
 void TreatmentAuthorization.setFunctionalScore(PointsScoringEquationsIF functionalScore)
          Sets the functional scoring values
 

Constructors in com.mmm.cms.homehealth with parameters of type PointsScoringEquationsIF
HIPPSCode(HomeHealthRecordIF record, HomeHealthRecordValidatorIF validator, PointsScoringEquationsIF clinicalScore, PointsScoringEquationsIF functionalScore, int nrsScore)
          This method will populate the HIPPS code based on the parameters.
TreatmentAuthorization(HomeHealthRecordIF record, HomeHealthRecordValidatorIF validator, PointsScoringEquationsIF clinScore, PointsScoringEquationsIF funcScore)
          Constructor that sets up the episode timing and dates prior to creating the code
 

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

Subinterfaces of PointsScoringEquationsIF in com.mmm.cms.homehealth.proto
 interface CaseMixAdjustmentItemIF
          This represents a single Casemix Adjustment set.
 

Methods in com.mmm.cms.homehealth.proto that return PointsScoringEquationsIF
 PointsScoringEquationsIF TreatmentAuthorizationIF.getClinicalScore()
          gets the clinicial scores
 PointsScoringEquationsIF TreatmentAuthorizationIF.getFunctionalScore()
          gets the functional score
 

Methods in com.mmm.cms.homehealth.proto with parameters of type PointsScoringEquationsIF
 void PointsScoringEquationsIF.add(PointsScoringEquationsIF points)
          Adds the value of the equations from points to the corresponding equations in this object.
 void TreatmentAuthorizationIF.setClinicalScore(PointsScoringEquationsIF score)
          Sets the clinical score.
 void TreatmentAuthorizationIF.setFunctionalScore(PointsScoringEquationsIF score)
          Sets the funcationl score.
 

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

Methods in com.mmm.cms.homehealth.v0203c that return PointsScoringEquationsIF
 PointsScoringEquationsIF TreatmentAuthorization_02_03c.getClinicalScore()
          Always null for this version
 PointsScoringEquationsIF TreatmentAuthorization_02_03c.getFunctionalScore()
          Always null for this version
 

Methods in com.mmm.cms.homehealth.v0203c with parameters of type PointsScoringEquationsIF
 void TreatmentAuthorization_02_03c.setClinicalScore(PointsScoringEquationsIF score)
          Does nothing
 void TreatmentAuthorization_02_03c.setFunctionalScore(PointsScoringEquationsIF score)
          Does nothing
 

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

Classes in com.mmm.cms.homehealth.v2308_1 that implement PointsScoringEquationsIF
 class CaseMixAdjustmentItem_v2308
          Holds a single Case Mix Adjustment row (or item) which includes a set of values pertaining to the Scoring equations.
 

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

Classes in com.mmm.cms.homehealth.v3210 that implement PointsScoringEquationsIF
 class CaseMixAdjustmentItem_v3210
          Holds a single Case Mix Adjustment row (or item) which includes a set of values pertaining to the Scoring equations.