feature: NEWS2 Composite Scoring Engine
This commit is contained in:
@@ -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!)
|
||||
|
||||
Reference in New Issue
Block a user