feature: Console Replay Simulator
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
public record PatientResponse(
|
||||
Guid Id, string Mrn, string FirstName, string LastName,
|
||||
DateOnly DateOfBirth, string Gender, string Status, DateTimeOffset CreatedAt);
|
||||
Reference in New Issue
Block a user