public interface HomeHealthEventIF
Modifier and Type | Method and Description |
---|---|
EventId_EN |
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(EventId_EN 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
|
HomeHealthGrouperIF getGrouper()
EventId_EN getEventId()
java.lang.Exception getException()
java.lang.String getMessage()
HomeHealthScoringModelIF getModel()
HomeHealthRecordIF getRecord()
void setEventId(EventId_EN 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
-