Skip to content

Commit

Permalink
add phone number to patient details
Browse files Browse the repository at this point in the history
  • Loading branch information
AykhanAhmadli committed Nov 14, 2024
1 parent 86ef388 commit 102ac1d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ const generateRandomPatientInfo = async (
sex: randomSex,
email: randomEmail,
emailUser: 'Patient',
phoneNumber: phoneNumber,
},
scheduleType: 'location',
visitType: 'now',
Expand All @@ -171,6 +172,7 @@ const generateRandomPatientInfo = async (
sex: randomSex,
email: randomEmail,
emailUser: 'Patient',
phoneNumber: phoneNumber,
},
// In fututre we might want to generate future date appointments for the patients
// slot: DateTime.now()
Expand Down

0 comments on commit 102ac1d

Please sign in to comment.