public interface RecordItemValidator_HH_PPS_IF extends Describable, Namable
Modifier and Type | Method and Description |
---|---|
java.util.List<OasisEditIF> |
getEditIdsUsed()
This returns the list of edits that this item validator is associated
with.
|
java.lang.Class |
getRecordIFType()
This gets the record type interface, as a Class, that this validator is associated
with.
|
int |
validate(HomeHealthGrouperIF grouper,
HomeHealthRecordIF record,
CollectionValidationEditsIF edits,
DataValidityFlagIF dataValidity)
validates the record on a specific criteria, reporting the edits to the
CollectionValidationEditsIF collection and optionally reporting to the
DataValidityFlagIF
|
getDescription, setDescription
java.util.List<OasisEditIF> getEditIdsUsed()
int validate(HomeHealthGrouperIF grouper, HomeHealthRecordIF record, CollectionValidationEditsIF edits, DataValidityFlagIF dataValidity)
grouper
- - the version associated with the recordrecord
- - non-null recordedits
- dataValidity
- java.lang.Class getRecordIFType()