9 lines
217 B
C#
9 lines
217 B
C#
public record SyncedObservation(
|
|
Guid ClientRef,
|
|
string IdempotencyKey,
|
|
Guid EncounterId,
|
|
string ObservationCode,
|
|
decimal Value,
|
|
string? Unit,
|
|
string Source,
|
|
DateTimeOffset RecordedAt); |