feature: Site & Gateway Registry + Clinical Sync Contracts
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
public record WardGatewayResponse(
|
||||
Guid Id, Guid SiteId, string GatewayCode, string Department,
|
||||
string Status, int ReportedBufferDepth,
|
||||
DateTimeOffset? LastHeartbeatAt, DateTimeOffset? LastSyncAt);
|
||||
Reference in New Issue
Block a user