Clinical Sync Batch Engine: first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
public record SyncedObservation(
|
||||
Guid ClientRef,
|
||||
string IdempotencyKey,
|
||||
Guid EncounterId,
|
||||
string ObservationCode,
|
||||
decimal Value,
|
||||
string? Unit,
|
||||
string Source,
|
||||
DateTimeOffset RecordedAt);
|
||||
Reference in New Issue
Block a user