Files
vigilcare-clinical/VigilCareClinicalAPI/Services/Interfaces/IGcsService.cs
T
voltsrage 93ea473d2b feature:
Full SOFA Score: Data Layer + Scoring Engine

Glasgow Coma Scale: Data Layer + Scoring Engine
2026-06-21 01:09:50 +08:00

4 lines
87 B
C#

public interface IGcsService
{
Task<GcsScore?> GetCurrentAsync(Guid encounterId);
}