|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HIPPSCodeIF
This represents the 5 character code used to report the HIPPS for the Grouper.
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_BLANK_VALUE
|
| Method Summary | |
|---|---|
char |
getClinicalSeverity()
gets the Clinical Severity code |
java.lang.String |
getCode()
gets the entire code as one string |
char |
getFunctionalSeverity()
gets the Functional Severity code |
int |
getGroupingStep()
gets the Grouping step |
char |
getNonRoutineSupplies()
gets the NRS 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 |
| Field Detail |
|---|
static final java.lang.String DEFAULT_BLANK_VALUE
| Method Detail |
|---|
char getClinicalSeverity()
char getFunctionalSeverity()
int getGroupingStep()
char getNonRoutineSupplies()
char getServicesUtilization()
void setClinicalSeverity(char clinicalSeverity)
clinicalSeverity - void setFunctionalSeverity(char functionalSeverity)
functionalSeverity - void setGroupingStep(int groupingStep)
groupingStep - void setNonRoutineSupplies(char nonRoutineSupplies)
nonRoutineSupplies - void setServicesUtilization(char servicesUtilization)
servicesUtilization - java.lang.String getCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||