Full SOFA Score: Data Layer + Scoring Engine Glasgow Coma Scale: Data Layer + Scoring Engine
4 lines
87 B
C#
4 lines
87 B
C#
public interface IGcsService
|
|
{
|
|
Task<GcsScore?> GetCurrentAsync(Guid encounterId);
|
|
} |