public interface HIPPSCodeIF
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_BLANK_VALUE |
Modifier and Type | Method and Description |
---|---|
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
|
static final java.lang.String DEFAULT_BLANK_VALUE
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()