public class HippsCode_02_03c extends java.lang.Object implements HIPPSCodeIF
DEFAULT_BLANK_VALUE
Constructor and Description |
---|
HippsCode_02_03c(java.lang.String hippsCode)
Deprecated.
Constructs with a supplied string.
|
Modifier and Type | Method and Description |
---|---|
char |
getClinicalSeverity()
Deprecated.
get the character at the Clinical Severity position
|
java.lang.String |
getCode()
Deprecated.
gets the HIPPS code supplied during construction
|
char |
getFunctionalSeverity()
Deprecated.
gets the character at the Functional Severity position
|
int |
getGroupingStep()
Deprecated.
gets an int representing the character at the Grouping Step position
|
char |
getNonRoutineSupplies()
Deprecated.
gets the character at the Non-Routine Supplies position
|
char |
getServicesUtilization()
Deprecated.
gets the character at the Services Utilization position
|
void |
setClinicalSeverity(char clinicalSeverity)
Deprecated.
Does nothing - this can not be reset
|
void |
setFunctionalSeverity(char functionalSeverity)
Deprecated.
Does nothing - this can not be reset
|
void |
setGroupingStep(int groupingStep)
Deprecated.
Does nothing - this can not be reset
|
void |
setNonRoutineSupplies(char nonRoutineSupplies)
Deprecated.
Does nothing - this can not be reset
|
void |
setServicesUtilization(char servicesUtilization)
Deprecated.
Does nothing - this can not be reset
|
public HippsCode_02_03c(java.lang.String hippsCode) throws java.lang.NullPointerException, java.lang.IllegalArgumentException
hippsCode
- Must be a String of 5 character in lengthjava.lang.NullPointerException
java.lang.IllegalArgumentException
public char getClinicalSeverity()
getClinicalSeverity
in interface HIPPSCodeIF
public char getFunctionalSeverity()
getFunctionalSeverity
in interface HIPPSCodeIF
public int getGroupingStep()
getGroupingStep
in interface HIPPSCodeIF
public char getNonRoutineSupplies()
getNonRoutineSupplies
in interface HIPPSCodeIF
public char getServicesUtilization()
getServicesUtilization
in interface HIPPSCodeIF
public void setClinicalSeverity(char clinicalSeverity)
setClinicalSeverity
in interface HIPPSCodeIF
clinicalSeverity
- public void setFunctionalSeverity(char functionalSeverity)
setFunctionalSeverity
in interface HIPPSCodeIF
functionalSeverity
- public void setGroupingStep(int groupingStep)
setGroupingStep
in interface HIPPSCodeIF
groupingStep
- public void setNonRoutineSupplies(char nonRoutineSupplies)
setNonRoutineSupplies
in interface HIPPSCodeIF
nonRoutineSupplies
- public void setServicesUtilization(char servicesUtilization)
setServicesUtilization
in interface HIPPSCodeIF
servicesUtilization
- public java.lang.String getCode()
getCode
in interface HIPPSCodeIF