|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mmm.cms.homehealth.HIPPSCode
public class HIPPSCode
This holds the 5 character HIPPS code based on the 5 elements of:
| Field Summary |
|---|
| Fields inherited from interface com.mmm.cms.homehealth.proto.HIPPSCodeIF |
|---|
DEFAULT_BLANK_VALUE |
| Constructor Summary | |
|---|---|
HIPPSCode()
This constructor creates a blank HIPPS code. |
|
HIPPSCode(HomeHealthRecordIF record,
HomeHealthRecordValidatorIF validator,
PointsScoringEquationsIF clinicalScore,
PointsScoringEquationsIF functionalScore,
int nrsScore)
This method will populate the HIPPS code based on the parameters. |
|
| Method Summary | |
|---|---|
char |
getClinicalSeverity()
gets the Clinical severity code |
java.lang.String |
getCode()
gets the HIPPS code |
char |
getFunctionalSeverity()
gets the Functional Severity code |
int |
getGroupingStep()
gets the Grouping step |
char |
getNonRoutineSupplies()
gets the NRS Supplied code |
char |
getServicesUtilization()
gets the Services Utilization code |
void |
setClinicalSeverity(char clinicalSeverity)
Sets the Clinical Severity character |
void |
setFunctionalSeverity(char functionalSeverity)
Sets the Functional Severity character |
void |
setGroupingStep(int groupingStep)
Sets the Grouping step number |
void |
setNonRoutineSupplies(char nonRoutineSupplies)
Sets the Non Routine Supplies character |
void |
setServicesUtilization(char servicesUtilization)
Sets the Services Utilization character |
protected void |
setToBlank()
Sets the code to all blanks |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HIPPSCode()
public HIPPSCode(HomeHealthRecordIF record,
HomeHealthRecordValidatorIF validator,
PointsScoringEquationsIF clinicalScore,
PointsScoringEquationsIF functionalScore,
int nrsScore)
record - validator - clinicalScore - functionalScore - nrsScore - | Method Detail |
|---|
public char getClinicalSeverity()
getClinicalSeverity in interface HIPPSCodeIFpublic void setClinicalSeverity(char clinicalSeverity)
setClinicalSeverity in interface HIPPSCodeIFclinicalSeverity - public char getFunctionalSeverity()
getFunctionalSeverity in interface HIPPSCodeIFpublic void setFunctionalSeverity(char functionalSeverity)
setFunctionalSeverity in interface HIPPSCodeIFfunctionalSeverity - public int getGroupingStep()
getGroupingStep in interface HIPPSCodeIFpublic void setGroupingStep(int groupingStep)
setGroupingStep in interface HIPPSCodeIFgroupingStep - public char getNonRoutineSupplies()
getNonRoutineSupplies in interface HIPPSCodeIFpublic void setNonRoutineSupplies(char nonRoutineSupplies)
setNonRoutineSupplies in interface HIPPSCodeIFnonRoutineSupplies - public char getServicesUtilization()
getServicesUtilization in interface HIPPSCodeIFpublic void setServicesUtilization(char servicesUtilization)
setServicesUtilization in interface HIPPSCodeIFservicesUtilization - public java.lang.String getCode()
getCode in interface HIPPSCodeIFprotected final void setToBlank()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||