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
|
java.lang.String |
getGrouperVersion()
gets the version of the Grouper that performed the scoring
|
HIPPSCodeIF |
getHIPPSCode()
gets the Hipps code
|
HomeHealthRecordValidatorIF |
getNrsValidator()
gets the validator that was used to validate the record
|
TreatmentAuthorizationIF |
getTreatmentAuthorization()
gets the treatment authorization code
|
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 |
setNrsValidator(HomeHealthRecordValidatorIF validator)
Sets the HomeHealthRecordValidatorIF that was used on the record
during the scoring of NRS.
|
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()
void setNrsValidator(HomeHealthRecordValidatorIF validator)
validator
-