Contents Show
Changes made in this release of the software are detailed below.
Clinic
Issue: Issue# |
Issue: Primary Function |
Issue: Detail |
Issue: Resolution |
Issue: Enhancements |
|||
ENH-426
|
Risk Factors |
Risk Factor 114 should not be assigned to an infant based on the mother's current BMI. |
The criteria for assigning Risk Factor 114 have been updated to the following:
|
ENH-474
|
Benefits Issuance |
All February benefits issuance problems as listed below:
|
In order to remedy all problems with February issuance, for rolling month participants, an issuance cycle cannot start later than the 28th of the month. If a new participant is added on the 29th, 30th, or 31st of the month, a partial syncing set of benefits are issued from the day they are added until the 27th of the following month. All future benefits will start on the 28th and end on the 27th of the following month. If a user manually sets the Last Day to Use (LDTU), the 28th, 29th, 30th, and 31st are blocked out and cannot be selected. For month-to-month participants, benefits always start on the first day of the month and end on the last day of the month, even in February. February benefits begin on 2/21 and end on 2/28, except in a leap year when it ends on 2/29. The LDTU feature is disabled for these participants. |
Issue: Reported Issues |
|||
TMP-005 |
Benefits Issuance |
When a mother was determined to be categorically ineligible due to changing the breastfeeding amount in a linked infant, the database did not update the certification indicators properly. In this instance, the flags were set to Terminated = Y and Member.ValidCertification = Y. |
The system has been updated to correctly set the certification record for the mother to be marked as Terminated = Y and Member.ValidCertification = N in that scenario. |
TMP-048 |
Benefits Issuance |
The system is not correctly identifying that benefits have been issued through direct ship. The system is not setting the correct flag to indicate the benefits were issued by direct ship. As such, the system cannot find the LastCheckLDTU value for the direct ship benefits and looks to the previous set of benefits for the date. This leads to repeated benefit issuance. |
The logic was updated to correct the defect, ensuring the appropriate flag is set so direct ship benefits are included when calculating future benefit dates. |
TMP-053 |
Benefits Issuance |
While creating an Issuance File for the EOD process, the wrong date is sent to the bank versus those printed on the Food Instrument. The PrintedFDTU should be used, but currently the Issuance File is sending the FDTU. |
.NET, script, and database changes were all made to use the PrintedFDTU date in the Issuance File. The database view was updated to include a PFDTU column, as well as the appropriate .NET objects. |
TMP-118 |
On-Site |
It is not possible to toggle a participant on-site unless the participant is in a valid certification. |
There were multiple aspects to the fix, as listed below.
For more information, see Toggle On-site. |
TMP-131 |
Benefits Issuance |
When a participant is being forced to Month to Month benefits and formula is direct ship, the system checks the already-issued benefit to retrieve the PFDTU. If the system finds any benefits with the equivalent PFDTU date and the same food item with a NoVoidDate on it, it assumes the system has already issued benefits and no benefits are issued. |
The system benefit issuance validation was updated to check LastUseDate >= FDTU. This validation allows the system to issue benefits if the LastUseDate is past the FDTU for the benefits being issued. |
TMP-132 |
Risk Factors |
The incorrect value is being used to determine percentile for standing height for age. By using the incorrect value, risk factor 121 is not being assigned correctly. |
The code to determine standing height for age was updated to use 'MaxHeightStanding,' and calculations are now correct and risk factor is being assigned properly. |
TMP-135 |
Benefits Issuance |
For participants on month to month or tri-monthly benefits, four full sets of benefits are issued in March instead of three. |
The fix outlined in ENH-474 resolved this issue. By eliminating the possibility of issuing February benefits into March, this issue can no longer happen. The system now generates a "catch-up" set of benefits, in addition to the three sets of benefits. |
TMP-141 |
Benefits Issuance |
The "Pending Proof of Residency" is not enforcing proof rules, and thus not restricting benefits to one month. |
Pending proof rules have been updated. The system will ensure residency proof is validated during the check process and will restrict benefit issuance based on the value. |
TMP-143 |
Benefits Issuance |
Issue with giving syncing set and full set of February benefits with same PFDTU for both sets. |
The fix outlined in ENH-474 resolved this issue. By updating benefits to run from the 28th through the 27th of the following month, calculations for February no longer take place. By eliminating the constraints related to issuing for 30 days in February, this issue does not appear. |
TMP-144 |
Benefits Issuance |
Participant benefits are not syncing when they are getting a syncing set and additional set for February. |
The fix outlined in ENH-474 resolved this issue. By updating benefits to run from the 28th through the 27th of the following month, calculations for February no longer take place. By eliminating the constraints related to issuing for 30 days in February, this issue does not appear. |
TMP-146 |
Benefits Issuance |
Multiple PFDTU Dates Available window is not suggesting a late issuance for February if LDTU was 2/28/14. |
The fix outlined in ENH-474 resolved this issue. By limiting the LDTU to not allow the 28th, 29th, 30th, or 31st for any month, the constraints related to issuing for 30 days in February are removed, and this issue does not appear. |
TMP-149 |
Risk factors |
Risk factor 142 was not being assigned properly. All instances of gestation of 37 weeks + 1-6 days was being rounded down to 37 weeks. |
Risk factor 142 was updated to assign a value higher than 37 for gestation of 37 weeks + 1-6 days. As such, the risk factor is correctly assigned. |