feature: NEWS2 Composite Scoring Engine

This commit is contained in:
voltsrage
2026-06-18 17:39:31 +08:00
parent c3fbc20ddc
commit e6f7989298
31 changed files with 3118 additions and 45 deletions
@@ -58,8 +58,10 @@ public class ElasticIndexProvisioner : IHostedService
.Keyword(k => k.Department)
.Keyword(k => k.Status)
.Keyword(k => k.AttendingPhysician)
.Keyword(k => k.RoomBed)
.Text(t => t.AdmissionReason)
.Keyword(k => k.RoomBed!)
.Text(t => t.AdmissionReason!)
.IntegerNumber(i => i.News2Score!)
.Keyword(k => k.News2RiskLevel!)
.Date(d => d.AdmittedAt)
.IntegerNumber(i => i.OpenAlertCount)
.Date(d => d.LastObservationAt!)