Release Notes 2.22.00

Contents Show

Changes made in this release of the software are detailed below.

Business Rules

Issue: Issue#

Issue: Primary Function

Issue: Detail

Issue: Resolution

Issue: Enhancements

ENH-045

Certification

If a child is recertified less than 30 days before its first birthday, the certification for six months is automatically assigned. The States would like the ability to select if that certification is valid for a longer length of time.

The following business rules were added:

  • CLN_INFANTCERTLENGTH

    • Default value: 6

    • Length of infant recertification, in months

    • The length of the certification period will be determined by the value contained in this rule.

  • CLN_INFANTRECERTBEFORE1STBIRTHDAY

    • N

    • Description: allows an infant subsequent certification to be started prior the first birthday.

    • When business rule is set to Y, then the Certification Menu/button is enabled within 30 days of his first birthday. If the value is N, the Certification Menu/button is disabled.

 

If an infant is changed to the child category through end-of-day processes, all risk factors that apply to both categories are carried forward into the system-generated pseudo-certification.

 

Database changes were made. For more details, see Database Changes.

ENH-458

Blood Work Regulations

Need to adhere to the Federal blood work regulations while also maintaining the ability for staff to use their professional judgments.

The following business rules were added:

  • BWREQUIRENOTE

    • The default value to this rule is No.

    • When the value is No, the system will not require notes in some circumstances.

    • When the value is Yes, the Edit Reference Dictionary screen for the BLDWRKEXCP category is updated with the Require Notes button. When this button is clicked, the system is triggered to add an identifier to the Value field.

    • When the value is Yes and an exception reason is set or the Delayed Blood Work check box is selected, the system generates an alert upon opening the participant folder. This alert lets the user know a blood work entry is required.

  • BWISSUANCELIMIT

    • The default value to this rule is 1.

    • This rule sets the number of months of issuance that will be enforced based on the selected exception reason. This rule will only be usable if the BWRequireNote rule is Yes.

 

The system has also been updated to:

  • Only allow the Delayed Blood Work information to be edited the day it was entered. Otherwise it will be read-only.

  • No longer terminate a participant if the Delayed Blood Work check box is selected unless there are other valid reasons to warrant a system-generated termination.

 

Database changes were made. For more details, see Database Changes.

Central Administrative Site and State Office

Issue: Issue#

Issue: Primary Function

Issue: Detail

Issue: Resolution

Issue: Reported Issues

TMP-151

Breastfeeding Initiation Report

The Breastfeeding Initiation Report was incorrect.

The following changes were made to the Generate Breastfeeding Initiation Report screen:

  • The Date Range Group box was updated to Select the range of infant birthdates to be included.

  • The Infant Selection Criteria radio button has been removed.

 

The following changes were made to the Breastfeeding Initiation Report output:

  • The definition for the FBF Infants column was updated:

    • (# of infants EVERBF = Y and earliest BF Amount = FBF) divided by number of breastfed infants

  • The definition for the Not BF 1st Mo. After column was updated:

    • This column provides the number of infants who initiated breastfeeding and were no longer breastfeeding after 30 days of life.

    • Uses difference between birth date and ENDED >= 30 days where EVERBF = Y

  • Three new columns were added:

    • BF Infants with Mothers on WIC >= 3 Months During Pregnancy

    • BF Infants with Mothers on WIC < 3 Months During Pregnancy

    • BF Infants with Mothers Not on WIC During Pregnancy

  • The three new columns contain the following values:

    • Y# =# bf infants w/mothers on WIC for specified duration where EVERBF = Y

    • Y% = # bf infants w/mothers on WIC for specified duration where EVERBF = Y divided by # bf infants w/EVERBF = Y and N (Total minus UNKNOWNS)

    • N# =# bf infants w/mothers on WIC for specified duration where EVERBF = N

    • N% = # bf infants w/mothers on WIC for specified duration where EVERBF = N divided by # bf infants w/EVERBF = Y and N (Totalminus UNKNOWNS)

 

A number of database changes were made. For more details, see Database Changes.

Clinic

Issue: Issue#

Issue: Primary Function

Issue: Detail

Issue: Resolution

Issue: Enhancements

ENH-476

Food Package

Need to adhere to the updated food package rules regarding jarred food/Cash Value Benefit substitutions.

The following updates were made:

  • The Infant 6-11 month category was inactivated, replaced by two different food categories: Infant 6-8 months and Infant 9-11 months.

  • The Infant 6-11 month food items have been hidden in the Reference Utility.

  • The Infant 6-11 month Nutrition Assessment questions allow states to copy existing answers into the new age categories.

  • If there is no food prescription for a participant, a warning message displays when the user attempts to issue benefits for the participant.

  • The Food Adjustment Wizard was updated to ensure EBT and paper issuance benefits support the food changes.

  • Users can now swap cash value benefits for infant fruits and vegetables. The system will check the quantities to ensure the two base food categories do not exceed the combined maximum value.

  • New error messages were added that display when invalid quantities are added to food prescriptions. See Messages Matrix.

  • Database updates. For more information, see Database Changes.

 

New scripts were created to gather food item data, risk factors, and nutrition assessment questions to extract from UAT to Production. For more information about executing these scripts, see the documents 2.22 SQL Installation Instructions.pdf and Executing a SQL Script.pdf.

 

Database changes were made. For more details, see Database Changes.

Issue: Reported Issues

TMP-145

Duplicate Participants

A Timeout Expired error occurs when trying to use the Potential Duplicate Participants screen.

The stored procedure code was updated so the screen can execute before the timeout occurs. For more information about the stored procedures updated, see the Database Changes.

TMP-154

Scanning

Customers are receiving errors when trying to scan using Windows 7 machines.

The code was updated to define if the connected scanning device is Feeder only, Scanner Tray Only, or if it has both Feeder and Scanner tray. With this defined, the scanning error no longer occurs.

TMP-158

Benefit Pickup Report

Women who had a Breastfeeding Amount of Mostly Breastfeeding or Some Breastfeeding were missing from the Benefit Pickup Report.

The stored procedure that generates the Benefit Pickup Report was modified to ensure the appropriate participants are included on the report. For more information about the stored procedure updates, see the Database Changes.

Scheduled Job Administration

Issue: Issue#

Issue: Primary Function

Issue: Detail

Issue: Resolution

Issue: Reported Issues

TTO-6

End-of-Month Process

Currently breastfeeding counts were not accurate on the end-of-month reports. The newly-added Currently Breastfeeding check boxes were not accurately reflected in the caseloadcount tables for end-of-month processing.

The end-of-month processes have been updated to currently reflect the counts of the Currently Breastfeeding check boxes.