|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TreatmentAuthorizationIF
This represents the 18 character code used to report the Oasis Treatment and Authorization for the Grouper results.
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_BLANK_VALUE
|
static int |
EPISODE_TIMIMG_EARLY
|
static int |
EPISODE_TIMIMG_LATE
|
static int |
EPISODE_TIMIMG_UNKNOWN
|
| Method Summary | |
|---|---|
int |
getASSMT_REASON()
gets the assessment reason |
java.lang.String |
getAuthorizationCode()
gets the 18 character treatment authorization code |
java.lang.String[] |
getAuthorizationCodeParts()
gets the treatment authorization code split into its parts as an array of Strings. |
PointsScoringEquationsIF |
getClinicalScore()
gets the clinicial scores |
int |
getClinicalScoreCount()
gets the number of clinical score, i.e. |
int |
getClinicalScoreValue(int equationNumber)
gets the clinical score value by equation number |
int |
getEPISODE_TIMING()
gets the episode timing indicator |
PointsScoringEquationsIF |
getFunctionalScore()
gets the functional score |
int |
getFunctionalScoreCount()
|
int |
getFunctionalScoreValue(int equationNumber)
gets the functional score value for an equation |
java.util.Calendar |
getINFO_COMPLETED_YR34()
gets the completion date of care |
java.util.Calendar |
getSTART_CARE_YR34()
gets the start date of the care |
void |
setASSMT_REASON(int val)
Sets the assessment Reason |
void |
setClinicalScore(PointsScoringEquationsIF score)
Sets the clinical score. |
void |
setEPISODE_TIMING(int val)
Sets the Episode timing |
void |
setFunctionalScore(PointsScoringEquationsIF score)
Sets the funcationl score. |
void |
setINFO_COMPLETED_YR34(java.util.Calendar date)
Sets the completion date of care |
void |
setSTART_CARE_YR34(java.util.Calendar date)
Sets the start date of care |
| Field Detail |
|---|
static final java.lang.String DEFAULT_BLANK_VALUE
static final int EPISODE_TIMIMG_EARLY
static final int EPISODE_TIMIMG_LATE
static final int EPISODE_TIMIMG_UNKNOWN
| Method Detail |
|---|
java.util.Calendar getSTART_CARE_YR34()
void setSTART_CARE_YR34(java.util.Calendar date)
date - java.util.Calendar getINFO_COMPLETED_YR34()
void setINFO_COMPLETED_YR34(java.util.Calendar date)
date - int getASSMT_REASON()
void setASSMT_REASON(int val)
val - int getEPISODE_TIMING()
void setEPISODE_TIMING(int val)
val - - must be one of the following: 0 for unknown, 1 for early,
2 for lateint getClinicalScoreCount()
int getFunctionalScoreCount()
PointsScoringEquationsIF getClinicalScore()
void setClinicalScore(PointsScoringEquationsIF score)
score - - This may be null.int getClinicalScoreValue(int equationNumber)
equationNumber -
PointsScoringEquationsIF getFunctionalScore()
void setFunctionalScore(PointsScoringEquationsIF score)
score - - This may be null.int getFunctionalScoreValue(int equationNumber)
equationNumber -
java.lang.String getAuthorizationCode()
java.lang.String[] getAuthorizationCodeParts()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||