Releases: perez987/Audiometry
Releases · perez987/Audiometry
SwiftUI storage system
- SwiftUI storage system
swiftuibranch- Refactor project structure (added 'Model' and 'Views' directories)
- Resources directory with sample
patients.jsonfile - Sample file (
patients.json) is copied to the user documents folder on first run - Features:
- Patient data entry
- Hearing loss, SAL and ELI indices calculations
- Save patients data in json file
- Languages: English and Spanish
- Search and print report of current patient
Dual storage system
- Dual storage system: CoreData and SwiftUI (toggle between them)
mainbranch- Refactor project structure (added 'Model' and 'Views' directories)
- Resources directory with sample
patients.jsonandDataModel.sqlitefiles - Sample files (
patients.jsonandDataModel.sqlite) are copied to the user documents folder on first run - Features:
- Patient data entry
- Hearing loss, SAL and ELI indices calculations
- Save patients data in json file or SQLite database
- Languages: English and Spanish
- Search and print report of current patient