public interface HomeHealthEventIF
Modifier and Type | Field and Description |
---|---|
static int |
EVENT_ID_SCORING_EXCEPTION
Event Id for scoring Exception
|
static int |
EVENT_ID_SCORING_FINISHED
Event Id for scoring finished
|
static int |
EVENT_ID_SCORING_GENERAL
Event Id for scoring general informational event
|
static int |
EVENT_ID_SCORING_INCREASED
Event Id for scoring increased
|
static int |
EVENT_ID_SCORING_SECTION_FINISHED
Event Id for scoring has finished a section
|
static int |
EVENT_ID_SCORING_SECTION_STARTING
Event Id for scoring has started a section
|
static int |
EVENT_ID_SCORING_STARTING
Event Id for scoring has started
|
static int |
EVENT_ID_SCORING_WARNING
Event Id for scoring general warning during procesing
|
static int |
EVENT_ID_VALIDATION_ISSUE
Event Id for validation issues
|
Modifier and Type | Method and Description |
---|---|
int |
getEventId()
gets the event id
|
java.lang.Exception |
getException()
gets the associated Exception, if any
|
HomeHealthGrouperIF |
getGrouper() |
java.lang.String |
getMessage()
gets the message describing the event
|
HomeHealthScoringModelIF |
getModel()
gets the scoring model, if any that caused the event
|
HomeHealthRecordIF |
getRecord()
gets the record associated with the event
|
void |
setEventId(int eventId)
Sets the event id
|
void |
setException(java.lang.Exception exception)
Sets the Exception
|
void |
setMessage(java.lang.String message)
Sets the message
|
void |
setModel(HomeHealthScoringModelIF model)
Sets the scoring model
|
void |
setRecord(HomeHealthRecordIF record)
Sets the Home Health record
|
static final int EVENT_ID_SCORING_EXCEPTION
static final int EVENT_ID_SCORING_FINISHED
static final int EVENT_ID_SCORING_GENERAL
static final int EVENT_ID_SCORING_INCREASED
static final int EVENT_ID_SCORING_SECTION_FINISHED
static final int EVENT_ID_SCORING_SECTION_STARTING
static final int EVENT_ID_SCORING_STARTING
static final int EVENT_ID_SCORING_WARNING
static final int EVENT_ID_VALIDATION_ISSUE
HomeHealthGrouperIF getGrouper()
int getEventId()
java.lang.Exception getException()
java.lang.String getMessage()
HomeHealthScoringModelIF getModel()
HomeHealthRecordIF getRecord()
void setEventId(int eventId)
eventId
- void setException(java.lang.Exception exception)
exception
- void setMessage(java.lang.String message)
message
- void setModel(HomeHealthScoringModelIF model)
model
- void setRecord(HomeHealthRecordIF record)
record
-