No SOFA trend chart or organ-system timeline No GCS trend chart or component history No qSOFA history view
6 lines
153 B
C#
6 lines
153 B
C#
public record QsofaHistoryResponse(
|
|
int ActiveCriteria,
|
|
QsofaCriteriaState Criteria,
|
|
bool ScreenAlertFired,
|
|
DateTimeOffset EvaluatedAt);
|