public class TreatmentAuthorization_02_03c extends java.lang.Object implements TreatmentAuthorizationIF
DEFAULT_BLANK_VALUE, EPISODE_TIMIMG_EARLY, EPISODE_TIMIMG_LATE, EPISODE_TIMIMG_UNKNOWN
Constructor and Description |
---|
TreatmentAuthorization_02_03c(java.lang.String value)
Deprecated.
Constructs a treatment authorization with the provide String
|
Modifier and Type | Method and Description |
---|---|
int |
getASSMT_REASON()
Deprecated.
gets the assessment reason
|
java.lang.String |
getAuthorizationCode()
Deprecated.
gets the 18 character treatment authorization code
|
java.lang.String[] |
getAuthorizationCodeParts()
Deprecated.
gets the treatment authorization code split into its parts as an array
of Strings.
|
PointsScoringEquationsIF |
getClinicalScore()
Deprecated.
Always null for this version
|
int |
getClinicalScoreCount()
Deprecated.
Always 0 for this version
|
int |
getClinicalScoreValue(int equationNumber)
Deprecated.
Always 0 for this version
|
int |
getEPISODE_TIMING()
Deprecated.
gets the episode timing indicator
|
PointsScoringEquationsIF |
getFunctionalScore()
Deprecated.
Always null for this version
|
int |
getFunctionalScoreCount()
Deprecated.
|
int |
getFunctionalScoreValue(int equationNumber)
Deprecated.
Always 0 for this version
|
java.util.Calendar |
getINFO_COMPLETED_YR34()
Deprecated.
gets the completion date of care
|
java.util.Calendar |
getM0030_START_CARE_YR34()
Deprecated.
Always null for this vesion
|
java.util.Calendar |
getM0090_INFO_COMPLETED_YR34()
Deprecated.
Always null for this version
|
int |
getM0100_ASSMT_REASON()
Deprecated.
Always 0 for this version
|
int |
getM0110_EPISODE_TIMING()
Deprecated.
Always 0 for this version
|
java.util.Calendar |
getSTART_CARE_YR34()
Deprecated.
gets the start date of the care
|
void |
setASSMT_REASON(int val)
Deprecated.
Sets the assessment Reason
|
void |
setClinicalScore(PointsScoringEquationsIF score)
Deprecated.
Does nothing
|
void |
setEPISODE_TIMING(int val)
Deprecated.
Sets the Episode timing
|
void |
setFunctionalScore(PointsScoringEquationsIF score)
Deprecated.
Does nothing
|
void |
setINFO_COMPLETED_YR34(java.util.Calendar date)
Deprecated.
Sets the completion date of care
|
void |
setM0030_START_CARE_YR34(java.util.Calendar date)
Deprecated.
Does nothing - can not be set
|
void |
setM0090_INFO_COMPLETED_YR34(java.util.Calendar date)
Deprecated.
Does nothing - this can not be set
|
void |
setM0100_ASSMT_REASON(int val)
Deprecated.
Does nothing
|
void |
setM0110_EPISODE_TIMING(int val)
Deprecated.
Does nothing
|
void |
setSTART_CARE_YR34(java.util.Calendar date)
Deprecated.
Sets the start date of care
|
public TreatmentAuthorization_02_03c(java.lang.String value) throws java.lang.NullPointerException, java.lang.IllegalArgumentException
value
- Must be a String of 18 characters in lengthjava.lang.NullPointerException
java.lang.IllegalArgumentException
- if value's length is != 18public java.util.Calendar getM0030_START_CARE_YR34()
public void setM0030_START_CARE_YR34(java.util.Calendar date)
date
- public java.util.Calendar getM0090_INFO_COMPLETED_YR34()
public void setM0090_INFO_COMPLETED_YR34(java.util.Calendar date)
date
- public int getM0100_ASSMT_REASON()
public void setM0100_ASSMT_REASON(int val)
val
- public int getM0110_EPISODE_TIMING()
public void setM0110_EPISODE_TIMING(int val)
val
- public int getClinicalScoreCount()
getClinicalScoreCount
in interface TreatmentAuthorizationIF
public int getFunctionalScoreCount()
getFunctionalScoreCount
in interface TreatmentAuthorizationIF
public PointsScoringEquationsIF getClinicalScore()
getClinicalScore
in interface TreatmentAuthorizationIF
public void setClinicalScore(PointsScoringEquationsIF score)
setClinicalScore
in interface TreatmentAuthorizationIF
score
- public int getClinicalScoreValue(int equationNumber)
getClinicalScoreValue
in interface TreatmentAuthorizationIF
public PointsScoringEquationsIF getFunctionalScore()
getFunctionalScore
in interface TreatmentAuthorizationIF
public void setFunctionalScore(PointsScoringEquationsIF score)
setFunctionalScore
in interface TreatmentAuthorizationIF
score
- public int getFunctionalScoreValue(int equationNumber)
getFunctionalScoreValue
in interface TreatmentAuthorizationIF
public java.lang.String getAuthorizationCode()
TreatmentAuthorizationIF
getAuthorizationCode
in interface TreatmentAuthorizationIF
public java.lang.String[] getAuthorizationCodeParts()
TreatmentAuthorizationIF
getAuthorizationCodeParts
in interface TreatmentAuthorizationIF
public java.util.Calendar getSTART_CARE_YR34()
TreatmentAuthorizationIF
getSTART_CARE_YR34
in interface TreatmentAuthorizationIF
public void setSTART_CARE_YR34(java.util.Calendar date)
TreatmentAuthorizationIF
setSTART_CARE_YR34
in interface TreatmentAuthorizationIF
public java.util.Calendar getINFO_COMPLETED_YR34()
TreatmentAuthorizationIF
getINFO_COMPLETED_YR34
in interface TreatmentAuthorizationIF
public void setINFO_COMPLETED_YR34(java.util.Calendar date)
TreatmentAuthorizationIF
setINFO_COMPLETED_YR34
in interface TreatmentAuthorizationIF
public int getASSMT_REASON()
TreatmentAuthorizationIF
getASSMT_REASON
in interface TreatmentAuthorizationIF
public void setASSMT_REASON(int val)
TreatmentAuthorizationIF
setASSMT_REASON
in interface TreatmentAuthorizationIF
public int getEPISODE_TIMING()
TreatmentAuthorizationIF
getEPISODE_TIMING
in interface TreatmentAuthorizationIF
public void setEPISODE_TIMING(int val)
TreatmentAuthorizationIF
setEPISODE_TIMING
in interface TreatmentAuthorizationIF
val
- - must be one of the following: 0 for unknown, 1 for early,
2 for late