public class ValidateUniqueDiagnosis extends AbstractClinicalItemValidator implements RecordItemValidatorIF
ASSESSMENT_1_3_4_5_9_ONLY, ASSESSMENT_1_3_4_5_ONLY, ASSESSMENT_1_3_9_ONLY, ASSESSMENT_1_3_ONLY, ASSESSMENT_4_5_9_ONLY, ASSESSMENT_9_ONLY
Constructor and Description |
---|
ValidateUniqueDiagnosis() |
ValidateUniqueDiagnosis(java.lang.String otherPrefix) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Gets the description
|
java.util.List<OasisEditIF> |
getEditIdsUsed()
returns the edit list
|
int |
validate(HomeHealthRecordIF record,
CollectionValidationEditsIF edits)
The detailed validator that has no idea about the data validity flag
|
getOtherPrefix, setOtherPrefix, validate
getEditIdsUsed_base, getName, getRecordIFType, setDescription, setName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRecordIFType, validate
setDescription
public ValidateUniqueDiagnosis()
public ValidateUniqueDiagnosis(java.lang.String otherPrefix)
public java.util.List<OasisEditIF> getEditIdsUsed()
getEditIdsUsed
in interface RecordItemValidatorIF
public int validate(HomeHealthRecordIF record, CollectionValidationEditsIF edits)
AbstractClinicalItemValidator
validate
in class AbstractClinicalItemValidator
public java.lang.String getDescription()
getDescription
in interface Describable