Advertisement
Karim_Gabr

Untitled

Jan 6th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. print("\n")
  2. print("slot " + str(i))
  3. print("date:" + str(slot['date']))
  4. print("starting time:" + str(slot['starting_time']))
  5. print("ending time:" + str(slot['ending_time']))
  6. print("reserved:" + str(slot['empty']))
  7. print("provider:" + str(slot['provider'].name))
  8. print("speciality:" + str(slot['provider_speciality'].speciality))
  9. print("department:" + str(slot['provider_speciality'].speciality.department))
  10. print("room:" + str(slot['room']))
  11. print("patient:" + str(slot['patient']))
  12. print("patient type:" + str(slot['category']))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement