add new dummy doctor user
This commit is contained in:
@@ -34,6 +34,14 @@ var MockUsers = []User{
|
|||||||
CreatedAt: "2025-01-01T00:00:00Z",
|
CreatedAt: "2025-01-01T00:00:00Z",
|
||||||
UpdatedAt: "2025-01-01T00:00:00Z",
|
UpdatedAt: "2025-01-01T00:00:00Z",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
ID: "5",
|
||||||
|
Email: "doctor2",
|
||||||
|
Role: "ref_doctor",
|
||||||
|
Name: "Referring^Physician",
|
||||||
|
CreatedAt: "2025-01-01T00:00:00Z",
|
||||||
|
UpdatedAt: "2025-01-01T00:00:00Z",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
// PatientData represents additional data for patients
|
// PatientData represents additional data for patients
|
||||||
|
|||||||
Reference in New Issue
Block a user