feat: implement equipment maintenance scheduling and calendar management - #2
Open
Anubhutisharma-07 wants to merge 879 commits into
Open
feat: implement equipment maintenance scheduling and calendar management#2Anubhutisharma-07 wants to merge 879 commits into
Anubhutisharma-07 wants to merge 879 commits into
Conversation
…n for Controlled Substances
…ration for Core Telemetry
…pdate race conditions
…OU race condition
…ical Trial Matching Hub
…ynamics Overwatch Hub
… (AKI) Nephrology Overwatch Hub
…e (ICP) Multimodal Overwatch Hub
…tch Hub Command Station
Add comprehensive validation tests for RegisterRequest DTO to verify email validation and other registration constraints. Also fix compilation error in PredictiveSupplyService.java that was preventing build. The email validation is already properly implemented using @Email annotation in both User.java and RegisterRequest.java with proper @Valid enforcement in AuthController. These tests ensure the validation works correctly for various email formats and edge cases. Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
…upport Command Station
…s & ECMO Station (#1416)
… Ventilation (HFOV) Command Station
…(MCI) & START Triage Command Station
added 30 commits
August 21, 2026 10:18
[FEATURE] Real-time Biometric Continuous Authentication & Fraud Detection
…y-1543 [FEATURE] AI-driven Surgical Instrument Inventory & Sterilization Tracking Mesh
…ance-1544 [FEATURE] Cross-Border Regulatory Data Compliance Engine & Automated Redaction
[FEATURE] Asynchronous Medical Billing Rules Engine & Insurance Claim Generator
[FEATURE] Distributed Vector Database Integration for Clinical Semantic Search
…oncology-precision-care-hub feat(oncology): implement Precision Genomic Oncology Command Station (#1556)
…ls-telemetry-overwatch-hub feat(icu): implement ICU Critical Care Vitals Command Station (#1558)
…ehr-analytics-overwatch-hub feat(patient): implement Patient EHR Analytics Command Station (#1560)
…n-pharmaceutical-supply-hub feat(coldchain): implement Cold-Chain Pharmaceutical Supply Command Station (#1562)
…gy-crrt-dialysis-hub feat(nephrology): implement Nephrology CRRT & Dialysis Command Station (#1564)
…ory-ventilator-hub feat(respiratory): add Respiratory Therapy & Ventilator Fleet Hub (#1578)
…gas-plant-hub feat(facilities): add Medical Gas & Utilities Plant Hub (#1579)
…n-safety-hub feat(radiation): add Radiation Safety & Dosimetry Hub (#1580)
…ernance-hub feat(poct): add Point-of-Care Testing Governance Hub (#1581)
…nt-procurement-hub feat(transplant): add Organ Transplant & Procurement Logistics Hub (#1582)
…control-stewardship-hub feat(frontend): implement Infection Control & Antimicrobial Stewardship Hub (#1572)
…stroke-hub feat(frontend): implement Neurology & Stroke Command Hub (#1574)
…-burns-hub feat(frontend): implement Wound Care & Burns Command Hub (#1576)
…-medicine-hub feat: Transplant Medicine Command Hub — 5 clinical consoles (985 lines)
…control-stewardship-v2 feat: Infection Control & Antimicrobial Stewardship Hub (809 lines)
…ndling-and-validation fix: resolve critical identity resolution bugs, standardize CORS, and…
…-and-logging-hardening fix: comprehensive backend hardening - identity bugs, CORS, error han…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implemented a maintenance scheduling and calendar management module for hospital equipment.
Features
Endpoints
GET /api/maintenance/calendar
GET /api/maintenance/upcoming
GET /api/maintenance/overdue
Benefits
Closes kRamu81#867