/
Offline database design
Offline database design
Database | Data | Index |
---|---|---|
Sqllite | disk | mem (loaded when accessed) |
Indexeddb | mem | mem |
Lovefield with indexeddb | mem | mem |
Encryption Strategy
The android sqlite database is encrypted using sqlcipher. A secure random 256 bit aes encryption key is generated on the device on startup of the app and stored in the app private space.
The indexedDb on the chrome app is currently not encrypted. There is no way to securely generate or store encryption keys in javascript so for secure usage of the chrome app the hard disk of the user must be encrypted.
Tables
Patient
Patient Address
Patient attribute
AddressHierarchyLevel
AddressHierarchyEntry
Concept
EventLogMarker
PatientAttributeType
Configs
LoginLocations
Visit
Encounter
Observation
ErrorLog
Related content
Bahmni Connect sync - Pull and Push
Bahmni Connect sync - Pull and Push
More like this
Bahmni Connect
Bahmni Connect
More like this
What stays where? Bahmni Connect Static and Transactional data storage
What stays where? Bahmni Connect Static and Transactional data storage
More like this
Using Bahmni Connect App
Using Bahmni Connect App
More like this
Bahmni Outreach App for Community Healthcare (Offline ready)
Bahmni Outreach App for Community Healthcare (Offline ready)
More like this
Bahmni Connect Overview (OpenMRS Summit)
Bahmni Connect Overview (OpenMRS Summit)
More like this
The Bahmni documentation is licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)