feature: Ward Gateway Service (Local-First Clinical Path)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
public class GatewaySyncState
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public DateTimeOffset? LastEncounterSyncAt { get; set; }
|
||||
public bool InitialSyncCompleted { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user