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
@@ -11,5 +11,7 @@ public class PatientEncounterDocument
public string? RoomBed { get; set; }
public string? AdmissionReason { get; set; }
public int OpenAlertCount { get; set; }
public int? News2Score { get; set; }
public string? News2RiskLevel { get; set; }
public DateTimeOffset? LastObservationAt { get; set; }
}