Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

GitHub repository: https://github.com/openimis/database_ms_sqlserver

Excerpt

1.7.0 (April 2022)

1.6.0 (October 2021)

  • OTC-8: Fixed brackets in latest migrations by @dborowiecki in #69

  • OTC-250: Missing data in API (requested amount) during download by @malinowskikam in #72

  • OP-347: Include SMS Logic in SQL database tables and procedures by @dborowiecki in #73

  • OTC-318: Change uspConsumeEnrollments validation order by @dborowiecki in #74

  • OTC-328: new policy status [Ready] accommodated in inquiry procedures by @hirensoni913 in #75

  • OTC-319: Missing controls are added in Online and Migration script by @hirensoni913 in #78

  • OP : 357 - Error in creating new database with Online script by @hirensoni913 in #80

  • OP-358 : Latest migration failed to run by @hirensoni913 in #82

  • OTC-348: Add rejection state to claim submission by @malinowskikam in #81

  • OTC-65: RfC 101 Report Claim History by @hirensoni913 in #83

  • OTC-364: Bulk control number request by @hirensoni913 in #85

  • OTC-114 : CHF-5 Reconciliation of payment transactions by @hirensoni913 in #84

  • OE0-34: Split medical item ItemPackage into ItemForm and ItemAmount => openIMIS side by @hirensoni913 in #86

  • OTC-410: Change all the dates from string to datetime in rest api by @hirensoni913 in #87

  • OTC-381: MV IMIS Policies::renewal prompts are not displayed by @hirensoni913 in #90

  • OTC-415: MV: 500 error on GET /api/policy/ request by @hirensoni913 in #91

  • OTC-431: Update XML serializing format to yyyy-MM-dd by @malinowskikam in #92

  • Feature/otc 70 otc 223 by @delcroip in #88

  • OP-373: Enquiry function doesn't provide full data by @malinowskikam in #93

  • OTC-438: Adapt Claims app to get Claim response after submission by @malinowskikam in #94

  • OTC-438: Fixed ClaimRejectionStatus declaration by @malinowskikam in #95

  • OP-454: Add Usage field to the tblIMISDefaultsPhone to explain the fields by @malinowskikam in #97

  • OTC-459: Change the policy renewal criteria from 14 days to <= 14 days by @hirensoni913 in #98

  • OTC-463: Do not create payment if the amount is not passed during renewal by @hirensoni913 in #100

  • OTC-472: Added new RestAPI procedures to migrations by @dborowiecki in #101

  • Batch run chf prod fix by @malinowskikam in #102

  • Resolved renewal bugs when the product is discontinued and a conversion product is assigned by @hirensoni913 in #103

  • OP-459: Feedback does not upload correctly by @malinowskikam in #104

  • OP-460: Drop uspConsumeEntolments stored procedure and rename uspRESTAPIConsumeEnrolments to uspConsumeEnrolments by @hirensoni913 in #105

1.5.1 (April 2021)

Update of the Stored Procedures

  • Fix uspMatchPayment

  • Fix uspSSRSOverviewOfCommissions

  • Added capitation payment create and retrieve procedures (for preparation to run capitation report calculation from modular batch run)

  • Added delete case insuree from family to consumeEnrollment

Improve maintainability

  • There is only one database migration script: openIMIS migration latest.sql

Features and bug fixes

  • Added User Profile rights to IMIS Administrator in migration script

  • Added rights for Claim Administrator to enquire insuree

  • Changed the isOffline=0 update to affect only different values

  • Added payment SMS

  • Fix RenewalOrder column

  • Added missing rights for Scheme Administrator in migration script

Check OP-260 for the full list of legacy openIMIS related tickets included in this release.

1.5.0 (October 2020)

Database optimization:

  • Index created on UserDistrict table

  • Partial indexes for actives row (Validity is null)

Update of the Stored Procedures

  • All Stored Procedure are updated based on the latest version (removed from Web Application source code)

  • MatchPayement SP support new Claim Ready state

  • ClaimOverview / ClaimHistory reports update

  • Change processing Marital status in uspConsumeEnrollments

  • Added uspIndexRebuild SP to facilitate index rebuild

Improve maintainability

  • There is only one database creation script

  • There are three additional scripts for specific usage: offline Health Facility, offline Insurance Office, Demo data set

Bug fixes

  • Cyclic dependency removed between Family and Insuree

  • Capitation report showing too many HF

  • Claim Admininstrator role doesn’t have the right authorities

  • Enrolment Officer role doesn’t have the right authorities

  • Add missing column in tblReporting

  • Fix insert of new EO officer

  • Fix insert User

  • Fix adding Claim Admin in uspUpdateClaimFromPhone

Check OP-209 for the full list of legacy openIMIS related tickets included in this release.

1.4.2 (April 2020)

Database optimization: tables partitioning and index creation
The database contains now table partitions and creates new indexes to improve script execution.  

...

Fix the default user's password
On SQL Server 2017, when restoring the backup database, the default user's password was set to NULL.

1.2.0 (October 2018) 

Single Github repository for the database
The first Master Version repository included all the openIMIS components. This version integrates new functionalities and is managed in a separate repository. 

SQL Scripts extract
For documentation purposes, the Github repository includes the SQL scripts of the database.