Commit Graph
11 Commits
Author SHA1 Message Date
prathiyuman 0f360cf144 feat: add /api/register-patient endpoint to seed demographics for binary-only monitors 2026-07-15 12:38:23 +05:30
prathiyuman 8e3be794ce fix: remove auto-registration that bypassed strict matching - patients must come from monitor data only 2026-07-15 12:31:12 +05:30
prathiyuman fb291062de feat: enforce strict 4-point verification - MRN, Gender, DOB, and Age must all match exactly 2026-07-15 12:21:46 +05:30
prathiyuman 10884623d0 feat: enforce strict demographic matching for MRN, Gender, and DOB 2026-07-15 12:17:57 +05:30
prathiyuman 801def2dc4 feat: resolve UNKNOWN patient ID and support auto-registration and active monitor fallbacks 2026-07-15 12:09:29 +05:30
prathiyuman d7a8e1910f feat: match MRN, Gender, DOB, and Age only (removed Name check) 2026-07-15 11:58:20 +05:30
prathiyuman e21ed72634 fix: add missing Optional import in dashboard.py 2026-07-15 11:48:19 +05:30
prathiyuman 554771abfe feat: implement 4-point demographic synchronization & patient validation 2026-07-15 11:33:48 +05:30
prathiyuman 6d0f3237af feat: implement Contec CMS7000PLUS TCP server and dashboard routing with deployment configuration 2026-07-13 12:58:45 +05:30
prathiyuman 84b8acc904 refactor: implement packet parsing heuristics and introduce device-level state caching to throttle database writes and vitals updates 2026-07-11 14:24:14 +05:30
rkcsh a4972b3251 Implement patient vital signs monitoring system with Contec CMS7000PLUS integration and real-time dashboard 2026-07-08 14:14:03 +05:30