|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mmm.cms.homehealth.ScoringResults
public class ScoringResults
Scoring Results holds the collection of HIPPS code, grouper version Data validity flag, OASIS Treatment Authorization, and the validator used to check the record. The main use of this class is to provide a means of returning detailed scoring information from the Grouper.
| Field Summary | |
|---|---|
protected HomeHealthRecordValidatorIF |
nrsValidator
|
| Fields inherited from interface com.mmm.cms.homehealth.proto.ScoringResultsIF |
|---|
DEFAULT_BLANK_VALUE |
| Constructor Summary | |
|---|---|
ScoringResults(HIPPSCodeIF hippsCode,
java.lang.String grouperVersion,
DataValidityFlagIF dataValidityFlag,
TreatmentAuthorizationIF treatmentAuthorization,
HomeHealthRecordValidatorIF clinValidator,
HomeHealthRecordValidatorIF nValidator)
Constructor to set all the internal references |
|
ScoringResults(HomeHealthRecordIF record)
Constructor to build an empty Scoring Results |
|
| Method Summary | |
|---|---|
HomeHealthRecordValidatorIF |
getClinicalValidator()
gets the validator used |
java.lang.String |
getGrouperVersion()
gets the Grouper version |
HIPPSCodeIF |
getHIPPSCode()
gets the HIPPS code |
HomeHealthRecordValidatorIF |
getNrsValidator()
Get the value of nrsValidator |
TreatmentAuthorizationIF |
getTreatmentAuthorization()
getst the Treatment Authorization |
DataValidityFlagIF |
getValidityFlag()
gets the Data Validity flag |
void |
setClinicalValidator(HomeHealthRecordValidatorIF validator)
Sets the HomeHealthRecordValidatorIF that was used on the record during the scoring. |
void |
setGrouperVersion(java.lang.String grouperVersion)
Sets the reference grouper version |
void |
setHIPPSCode(HIPPSCodeIF hippsCode)
Sets the HIPPS code object |
void |
setNrsValidator(HomeHealthRecordValidatorIF nrsValidator)
Set the value of nrsValidator |
void |
setTreatmentAuthorization(TreatmentAuthorizationIF treatmentAuthorization)
Sets the treatment Authorization object |
void |
setValidityFlag(DataValidityFlagIF dataValidityFlag)
Sets the validity flag |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected HomeHealthRecordValidatorIF nrsValidator
| Constructor Detail |
|---|
public ScoringResults(HomeHealthRecordIF record)
record -
public ScoringResults(HIPPSCodeIF hippsCode,
java.lang.String grouperVersion,
DataValidityFlagIF dataValidityFlag,
TreatmentAuthorizationIF treatmentAuthorization,
HomeHealthRecordValidatorIF clinValidator,
HomeHealthRecordValidatorIF nValidator)
hippsCode - grouperVersion - dataValidityFlag - treatmentAuthorization - validator - | Method Detail |
|---|
public HomeHealthRecordValidatorIF getNrsValidator()
getNrsValidator in interface ScoringResultsIFpublic void setNrsValidator(HomeHealthRecordValidatorIF nrsValidator)
setNrsValidator in interface ScoringResultsIFnrsValidator - new value of nrsValidatorpublic DataValidityFlagIF getValidityFlag()
getValidityFlag in interface ScoringResultsIFpublic void setValidityFlag(DataValidityFlagIF dataValidityFlag)
dataValidityFlag - public java.lang.String getGrouperVersion()
getGrouperVersion in interface ScoringResultsIFpublic void setGrouperVersion(java.lang.String grouperVersion)
grouperVersion - public HIPPSCodeIF getHIPPSCode()
getHIPPSCode in interface ScoringResultsIFpublic void setHIPPSCode(HIPPSCodeIF hippsCode)
hippsCode - public TreatmentAuthorizationIF getTreatmentAuthorization()
getTreatmentAuthorization in interface ScoringResultsIFpublic void setTreatmentAuthorization(TreatmentAuthorizationIF treatmentAuthorization)
treatmentAuthorization - public HomeHealthRecordValidatorIF getClinicalValidator()
getClinicalValidator in interface ScoringResultsIFpublic void setClinicalValidator(HomeHealthRecordValidatorIF validator)
setClinicalValidator in interface ScoringResultsIFvalidator -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||