Skip to content

Commit

Permalink
Merge pull request #594 from masslight/patient-phone-number
Browse files Browse the repository at this point in the history
Add phone number to patient details
  • Loading branch information
AykhanAhmadli authored Nov 14, 2024
2 parents 86ef388 + 102ac1d commit 9f69c63
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 9f69c63

Please sign in to comment.