What's Fixed in OHMPI 5.0.3.0
The following bugs are fixed in this release:
Bug Number | Description |
---|---|
33991220 | A NullPointerException was thrown when merging two system records
using the mergeSystemRecord web-services operation.
Now the system is not throwing a NullPointerException when merging two system records using the mergeSystemRecord web-services operation. |
33945800 | When executing the basic search by DOB and Sex, child records
were missing in the results.
Now the system is able to return all child records when performing the basic search by DOB and Sex. |
33915114 | The OHMPI Initial Bulk Loader tool was not Recognizing Escaped
Characters.
As per the OHMPI documentation, the initial bulk loader tool already supports that if the meta characters |, $, # are part of data, they can be escaped by adding the meta character (~) before them. https://docs.oracle.com/cd/E72226_02/doc.401/e68419/load_dataset_ohmpi_chapter1.htm To support, set the second parameter of the dataObjectReader object value to true in the "conf/initial-bulk-loader-config.xml" file if the input file contains meta characters to be escaped. Example:
|
33857982 | The OHMPI SQL query was not generating correctly when the weight
option was set to false for custom query builder, resulting in SQL
Syntax errors.
Now OHMPI generates the SQL query correctly when the weight option is set to false for custom query builder, resulting in no SQL Syntax errors. |
30786519 | When filtering by transaction date from 29/12/2019 to 29/12/2019,
the Incorrect transaction year showed in the transaction history
GUI.
Now the correct transaction year shows in the transaction history GUI table when you try to filter transaction records by transaction date from 29/12/2019 to 29/12/2019. |
32205947 | OHMPI was not deleting potential duplicates when an EUID was
deactivated as the result of a merge.
Now the system will delete potential duplicates when an EUID is deactivated as the result of a merge. |
31564969 | The OHMPI GUI was not able to link to a source system field when
the system code contained a colon.
Now the OHMPI GUI can link to a source system field when the system code contains a colon. |
32616030 | When Show all was selected in the GUI, a user could still enter
the Page number option and the result shown was incorrect.
Now when Show all is selected in the GUI, the Page number option is disabled. |
32239266 | The Patient Demographics Query was not recognizing the Mothers
maiden name query parameter using the wildcard % when the custom
mapper was configured.
Now OHMPI PDQ is able to search with the Mothers maiden name query parameter using the wildcard % when the custom mapper is configured. |
34174536 | The OHMPI Relationship Management Console was not properly
rendering some UI components (for example, the Create and Add/Cancel
buttons) on the Create New Entity type and Create New Custom
Attributes type screens.
Now the OHMPI Relationship Management Console is properly rendering UI components (for example, the Create and Add/Cancel buttons) on the Create New Entity type and on the Create New Custom Attributes type screens. |
Parent topic: What’s Fixed