You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Take a full backup before upgrading to this version. This release includes database migrations that alter the schema.
Before pulling the new images and restarting, please back up your PostgreSQL database and the uploads volume. Migrations are non-destructive (additive only) and existing data will not be affected, but a backup is strongly recommended before any upgrade.
New Features
Diagnostic Studies Module
New Diagnostic Studies section — Dedicated module for medical imaging and studies (MRI, CT Scan, X-Ray, Ultrasound, Echography, PET Scan, Mammography, Bone Densitometry, Endoscopy, and others)
Ordering & Performing Physician fields — Track both the requesting doctor and the radiologist/performing physician per study
File attachment support — Upload PDF reports or image files (JPG/PNG) up to 20MB per study
Authenticated file viewing — Attachments served via authenticated API endpoint (blob URL pattern).
Stats dashboard — Summary cards showing total studies, recent studies, study type breakdown
Search & filter — Filter by study type with live count badge
Full CRUD — Add, edit, view detail, and delete studies with confirmation
Performed By field on Lab Reports
Performed By doctor field — Added to both PDF upload and manual entry modals for recording the biochemist or lab technician who performed the test
Displayed in lab report details — Performing doctor shown alongside other report metadata
Records Navigation Dropdown
Consolidated Records menu — Replaced flat "Lab Reports" nav link with a "Records" dropdown grouping Lab Reports and Diagnostic Studies across all pages
Technical Improvements
Added Sequelize migration for diagnostic_studies table with FKs to patients, doctors (ordering + performing), and institutions
Added Sequelize migration to add nullable performed_by_id column to test_results
Backend diagnostic studies route uses CASE WHEN pattern for nullable JSON physician/institution objects (PostgreSQL FILTER clause is aggregate-only)
frontend/js/runtime-config.js removed from git tracking — file is generated at container startup by frontend/docker-entrypoint.sh
Removed redundant plain SQL files from backend/migrations/ — all schema managed by Sequelize migrations in backend/src/migrations/
Improved .env.example documentation with clearer guidance on direct access vs reverse proxy URL configuration
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Take a full backup before upgrading to this version. This release includes database migrations that alter the schema.
Before pulling the new images and restarting, please back up your PostgreSQL database and the uploads volume. Migrations are non-destructive (additive only) and existing data will not be affected, but a backup is strongly recommended before any upgrade.
New Features
Diagnostic Studies Module
Performed By field on Lab Reports
Records Navigation Dropdown
Technical Improvements
diagnostic_studiestable with FKs to patients, doctors (ordering + performing), and institutionsperformed_by_idcolumn totest_resultsCASE WHENpattern for nullable JSON physician/institution objects (PostgreSQLFILTERclause is aggregate-only)frontend/js/runtime-config.jsremoved from git tracking — file is generated at container startup byfrontend/docker-entrypoint.shbackend/migrations/— all schema managed by Sequelize migrations inbackend/src/migrations/.env.exampledocumentation with clearer guidance on direct access vs reverse proxy URL configurationFRONTEND_URLvariableWhat's Changed
Full Changelog: 1.0.9...1.0.10
This discussion was created from the release 1.0.10.
Beta Was this translation helpful? Give feedback.
All reactions