The openIMIS database's tblIMISDefaults table allows configuring specific forms in both Web Application and Mobile Applications. This configuration will be based on the requirements of the implementation site. Note |
---|
The field names from the next table are the same as the one from the tblIMISDefaults table. Some attributes are deprecated and will be removed from the table. The deprecated attributes are not displayed in the following list. |
The following attributes can be configured: Attribute | Type | Default | Description |
---|
PolicyRenewalInterval | int | 14 | The number of days in the future that will be considered to mark Policies for renewal by the openIMIS Renewal Windows Service | AppVersionBackEnd | decimal(3, 1) | 0.0 | The version of the Web Services | AppVersionEnroll | decimal(3, 1) | 0.0 | The version of the Policies mobile application | AppVersionClaim | decimal(3, 1) | 0.0 | The version of the Claims mobile application | OffLineHF | int | 0 | 1 if the Web Application is an offline version of the Health Facility (manage claims) | DatabaseBackupFolder | nvarchar(255) | "" | The default folder where the openIMIS Backup Windows Service is saving the backup files | OfflineCHF | int | 0 | 1 if the Web Application is an offline version of the Insurance implementation (manage enrolment) | AppVersionImis | decimal(3, 1) | 0.0 | The version of the Web Application | APIKey | nvarchar(100) | "" | The REST API token to be used during calls from Web Application |
|