Release Notes for Oracle Health Insurance Claims Adjudication Patch 4.25.1.0.7
This document contains the release notes for Oracle Health Insurance Claims Adjudication Patch 4.25.1.0.7.
| Version compatibility: Oracle Health Insurance Claims Adjudication Release 4.25.1.x is only compatible with other Oracle Health Insurance applications release version 4.25.1.x unless explicitly stated otherwise. |
| In accordance with the OHI error correction policy (Document 1494031.1 on My Oracle Support), error correction support will be provided for this release and the previous two releases. |
Enhancements
| ID | Summary | Patch |
|---|---|---|
CPN-3926 |
Automatic heap histogram collection for improved memory analysis A heap histogram is a lightweight memory dump that provides detailed information about objects in the heap, including their class names, sizes, and counts. It helps identify memory leaks, understand object allocation patterns, and optimize memory usage. With this enhancement, heap histograms are automatically captured in SaaS deployments when the heap memory reaches a critical state, enabling proactive and improved memory analysis. |
|
NXT-30753 |
Improvements Claims Page - Applied Benefits and Applied Pricing This enhancement introduces multiple improvements in the Applied Benefits and Applied Pricing sections, including: * Rearrangement of content in the context of a claim line * Addition of deep links for configuration building blocks * Repositioning of links from the detail page to the header, optimizing the area for claim details * New placement of links ensures they are always accessible while working on a claim, eliminating the need for back-and-forth navigation related to claim details |
|
NXT-31102 |
Additional features - Claims Page This enhancement introduces the following features on the claims page - Action Change and Unfinalize brings the claim to edit mode - Actions like add messages, resolve pends are added to edit mode as well - Action undo replacement is moved from claim line level to claim level - Quick links to authorizations and member claims lines are added to the page |
|
NXT-32232 |
Additional details on Episodes search page With this enhancement, the Episodes search page now displays total charged amount and total allowed amount, along with other episode details. Documentation Links: |
|
NXT-32524 |
Table component improvements - Usability with editable row Introduced check (Apply) icon as a table row-level action in edit mode. Clicking the check icon returns the row from edit mode to view mode. Actions in other rows will be disabled until the user clicks on the check icon of the current row being edited. |
|
NXT-32617 |
UI: Ability to exclude trailing wildcard with like search This enhancement allows excluding the automatic inclusion of the trailing wildcard for like search in quick search, advanced search, and lookups by setting the application property The system also auto-truncates the leading and trailing white space for searches. Documentation Links: |
|
NXT-32621 |
UI: Additional Features Quick Search With this enhancement, the quick search component is extended, and it will be possible:
Documentation Links: |
|
NXT-32629 |
UI: Expandable "more" section in tables With this enhancement, the overflow region for the table ("More" link) is now expandable to a two-column layout, allowing more information to be viewed at once. |
Upgrade Steps for Installation
To perform the upgrade, perform the following steps:
-
Perform any pre-upgrade steps.
-
Stop all the managed nodes running the existing version of the application.
-
Perform any pre-undeploy steps.
-
Undeploy the existing version of the application.
-
Back up the database.
-
Perform any post-undeploy steps.
-
Unpack the release bundle into a directory that we refer to as OHI_ROOT from now on.
-
Change Installation Configuration: In
<OHI_ROOT>/util/install, make a copy ofohi_install.cfg.templateand name itohi_install.cfg. -
Edit
ohi_install.cfgto contain your specific database connection data and other configuration settings. The settings are explained in the file itself. -
Make sure NO connections are present to the database using the OHI_xxx_USER account (where xxx is the abbreviation of the application)
-
Run the Upgrade script:
-
Open a command window and browse to
<OHI_ROOT>/util/install. -
Run the upgrade by executing
./ohi-update.sh .
-
-
Make the required changes to the ohi properties file
-
Perform any post-upgrade steps
-
Start WebLogic application server
-
Deploy the Application
-
Perform any post-deploy steps
Bug Fixes
| BugDB | SR | Internal | Summary |
|---|---|---|---|
37736951 |
3-38722563251 |
NXT-31253 |
Add logging to diagnose missing counter periods for product limits with carry over setting |
Description: |
Add logging to diagnose missing counter periods for product limits with carry over setting |
||
Resolution: |
Application logs have the additional log statements when they are enabled through application. |
||
38569128 |
NXT-32809 |
Zip and Unzip operations in Data File Sets IP return HTTP 405 in SaaS |
|
Description: |
The Zip and Unzip operations in Data File Sets IP return HTTP 405 (Method Not Allowed) in SaaS. |
||
Resolution: |
Added support for zip and unzip operations in the Data File Sets IP in SaaS. |
||
38669291 |
NXT-33007 |
OHI allows restarting of non-errored tasks |
|
Description: |
OHI allows non-errored tasks to be restarted through POST /taskprocessing/<id>/restart. |
||
Resolution: |
Prevented restarting of non-errored tasks. Only ERRORED tasks can be restarted. |
||
38544079 |
NXT-32789 |
Fee Schedule Lines - Table level Cancel not working |
|
Description: |
When user adds a row in table and performs a save without filling mandatory fields, error is shown. However, when user clicks on cancel, the newly added row is not deleted |
||
Resolution: |
Cancel operation deletes the newly added row in table component |
||
38611008 |
3-41408859911 |
NXT-32874 |
Missing access restriction mapping for accountingdetails API on payment registrations page |
Description: |
'accountingdetails API' is not added as seed data for functional API access mapping for Payment Registrations page |
||
Resolution: |
Missing Access Restriction mapping added for Payment Registrations page |
||
38408417 |
NXT-32500 |
Resolve pend reason on claim line does not work when claim line is configured as result template with expanded view toggle switch on |
|
Description: |
When result template is configured for claim line Tab and expanded view toggle button is ON, resolving a pend reason on a claim line Pend reason tab by expanding the claim line section doesn’t resolve the pend |
||
Resolution: |
Claim line pend reason can now be resolved when the claim line is configured as a results template with the expanded view mode. |
||
38339434 |
NXT-32336 |
Table height is not getting auto adjusted when a new row is added/copied |
|
Description: |
The table height doesn’t auto-adjust for rows containing combo box fields. Additionally, when rows are added or copied, the row height isn’t recalculated, causing values in combo box cells to appear clipped or partially hidden |
||
Resolution: |
Fix added to adjust the table height when adding or copying rows, including those containing combo box. |
||