public interface ScoringResultsIF
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_BLANK_VALUE |
Modifier and Type | Method and Description |
---|---|
HomeHealthRecordValidatorIF |
getClinicalValidator()
gets the validator that was used to validate the record
|
DiagnosisScoringStatus_EN[] |
getDiagnosisScoringStatus()
gets the status of a code as it pertains to scoring.
|
java.lang.Exception |
getException()
gets any exception that happened during to scoring that possibly stopped
the scoring from working properly or at all.
|
java.lang.String |
getGrouperVersion()
gets the version of the Grouper that performed the scoring
|
HIPPSCodeIF |
getHIPPSCode()
gets the Hipps code
|
DiagnosisScoringStatus_EN[] |
getNrsDiagnosisScoringStatus()
gets the status of a code as it pertains to scoring.
|
HomeHealthRecordValidatorIF |
getNrsValidator()
gets the validator that was used to validate the record
|
java.util.Collection<HomeHealthEventIF> |
getScoringEvents()
gets the List of Home Health events; may be null
|
TreatmentAuthorizationIF |
getTreatmentAuthorization()
gets the treatment authorization code
|
CollectionValidationEditsIF |
getValidationEdits()
gets the collection of validation edits that should be applied to a
scored record in order for the record to score properly - non-HH PPS
related edits, such as payor code, may not be part of this collection,
but may be.
|
DataValidityFlagIF |
getValidityFlag()
gets the data validity flag
|
void |
setClinicalValidator(HomeHealthRecordValidatorIF validator)
Sets the HomeHealthRecordValidatorIF that was used on the record
during the scoring of Clinical/Functional issues.
|
void |
setDiagnosisScoringStatus(DiagnosisScoringStatus_EN[] diagnosisScoringStatus)
sets the status of a code as it pertains to scoring.
|
void |
setException(java.lang.Exception e)
sets any exception that happened during to scoring that possibly stopped
the scoring from working properly or at all.
|
void |
setNrsDiagnosisScoringStatus(DiagnosisScoringStatus_EN[] diagnosisScoringStatus)
sets the status of a code as it pertains to scoring.
|
void |
setNrsValidator(HomeHealthRecordValidatorIF validator)
Sets the HomeHealthRecordValidatorIF that was used on the record
during the scoring of NRS.
|
void |
setScoringEvents(java.util.Collection<HomeHealthEventIF> events)
sets the List of Home Health scoring events
|
void |
setValidationEdits(CollectionValidationEditsIF validationEdits)
Sets the validation edits
|
static final java.lang.String DEFAULT_BLANK_VALUE
HIPPSCodeIF getHIPPSCode()
DataValidityFlagIF getValidityFlag()
TreatmentAuthorizationIF getTreatmentAuthorization()
java.lang.String getGrouperVersion()
HomeHealthRecordValidatorIF getClinicalValidator()
void setClinicalValidator(HomeHealthRecordValidatorIF validator)
validator
- HomeHealthRecordValidatorIF getNrsValidator()
DiagnosisScoringStatus_EN[] getDiagnosisScoringStatus()
java.lang.Exception getException()
DiagnosisScoringStatus_EN[] getNrsDiagnosisScoringStatus()
java.util.Collection<HomeHealthEventIF> getScoringEvents()
CollectionValidationEditsIF getValidationEdits()
void setDiagnosisScoringStatus(DiagnosisScoringStatus_EN[] diagnosisScoringStatus)
void setException(java.lang.Exception e)
e
- void setNrsDiagnosisScoringStatus(DiagnosisScoringStatus_EN[] diagnosisScoringStatus)
void setNrsValidator(HomeHealthRecordValidatorIF validator)
validator
- void setScoringEvents(java.util.Collection<HomeHealthEventIF> events)
events
- - may be nullvoid setValidationEdits(CollectionValidationEditsIF validationEdits)
validationEdits
-