Backend de erp-clinicas - Workspace V2
Go to file
Adrian Flores Cortes 56ded676ae [CL-009] feat: Implement imaging module for radiology studies
Add complete imaging module with:
- Entities: ImagingStudy (catalog), ImagingOrder (workflow), DicomInstance (DICOM tracking)
- Services: Study management, Order workflow (ordered->scheduled->performed->reported), DICOM file management
- Controller: REST endpoints for studies, orders, and DICOM instances
- Features: Multi-tenant support, study types (xray, ct, mri, ultrasound, mammography, pet, nuclear),
  order scheduling, radiologist assignment, critical findings flagging, DICOM viewer URLs

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 19:55:56 -06:00
src [CL-009] feat: Implement imaging module for radiology studies 2026-01-30 19:55:56 -06:00
.gitignore [ERP-CLINICAS] feat: Setup backend build configuration 2026-01-18 12:20:11 -06:00
package-lock.json [ERP-CLINICAS] feat: Setup backend build configuration 2026-01-18 12:20:11 -06:00
package.json [ERP-CLINICAS] feat: Setup backend build configuration 2026-01-18 12:20:11 -06:00
README.md Initial commit 2026-01-16 14:05:00 +00:00
tsconfig.json [ERP-CLINICAS] feat: Setup backend build configuration 2026-01-18 12:20:11 -06:00

erp-clinicas-backend-v2

Backend de erp-clinicas - Workspace V2