|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mmm.cms.homehealth.v0203c.HippsCode_02_03c
public class HippsCode_02_03c
This holds a HIPPS code based on the supplied String during the constructor
| Field Summary |
|---|
| Fields inherited from interface com.mmm.cms.homehealth.proto.HIPPSCodeIF |
|---|
DEFAULT_BLANK_VALUE |
| Constructor Summary | |
|---|---|
HippsCode_02_03c(java.lang.String hippsCode)
Constructs with a supplied string. |
|
| Method Summary | |
|---|---|
char |
getClinicalSeverity()
get the character at the Clinical Severity position |
java.lang.String |
getCode()
gets the HIPPS code supplied during construction |
char |
getFunctionalSeverity()
gets the character at the Functional Severity position |
int |
getGroupingStep()
gets an int representing the character at the Grouping Step position |
char |
getNonRoutineSupplies()
gets the character at the Non-Routine Supplies position |
char |
getServicesUtilization()
gets the character at the Services Utilization position |
void |
setClinicalSeverity(char clinicalSeverity)
Does nothing - this can not be reset |
void |
setFunctionalSeverity(char functionalSeverity)
Does nothing - this can not be reset |
void |
setGroupingStep(int groupingStep)
Does nothing - this can not be reset |
void |
setNonRoutineSupplies(char nonRoutineSupplies)
Does nothing - this can not be reset |
void |
setServicesUtilization(char servicesUtilization)
Does nothing - this can not be reset |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HippsCode_02_03c(java.lang.String hippsCode)
throws java.lang.NullPointerException,
java.lang.IllegalArgumentException
hippsCode - Must be a String of 5 character in length
java.lang.NullPointerException
java.lang.IllegalArgumentException| Method Detail |
|---|
public char getClinicalSeverity()
getClinicalSeverity in interface HIPPSCodeIFpublic char getFunctionalSeverity()
getFunctionalSeverity in interface HIPPSCodeIFpublic int getGroupingStep()
getGroupingStep in interface HIPPSCodeIFpublic char getNonRoutineSupplies()
getNonRoutineSupplies in interface HIPPSCodeIFpublic char getServicesUtilization()
getServicesUtilization in interface HIPPSCodeIFpublic void setClinicalSeverity(char clinicalSeverity)
setClinicalSeverity in interface HIPPSCodeIFclinicalSeverity - public void setFunctionalSeverity(char functionalSeverity)
setFunctionalSeverity in interface HIPPSCodeIFfunctionalSeverity - public void setGroupingStep(int groupingStep)
setGroupingStep in interface HIPPSCodeIFgroupingStep - public void setNonRoutineSupplies(char nonRoutineSupplies)
setNonRoutineSupplies in interface HIPPSCodeIFnonRoutineSupplies - public void setServicesUtilization(char servicesUtilization)
setServicesUtilization in interface HIPPSCodeIFservicesUtilization - public java.lang.String getCode()
getCode in interface HIPPSCodeIF
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||