| DESCRIPTION OF ENHANCEMENTS |
When comparing the Date of Death with the current date during the
validation process from an incoming Z11 message, it gets rejected with an
error message "Date of Death cannot be a future date", even if the date
of death is at the same day with current date.
The issue will occur when the Date of Death for inpatients contains date
and time, e.g., 3201028.0701. The code compares the Date of Death to the
current date format (variable DT), which does not include time, e.g.,
3201028.
|