Advertisement
kate-softtech

appointmentresponse

May 20th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. {
  2. "active": true,
  3. "clinic": {
  4. "contactNo": "string",
  5. "fullAddress": "string",
  6. "id": "string",
  7. "latitude": 0,
  8. "longitude": 0,
  9. "name": "string"
  10. },
  11. "concerns": "string",
  12. "date": 0,
  13. "doctor": {
  14. "code": "string",
  15. "id": "string",
  16. "profile": {
  17. "code": "string",
  18. "firstName": "string",
  19. "lastName": "string",
  20. "photoUrl": "string"
  21. },
  22. "type": "string"
  23. },
  24. "id": "string",
  25. "patient": {
  26. "code": "string",
  27. "id": "string",
  28. "profile": {
  29. "code": "string",
  30. "firstName": "string",
  31. "lastName": "string",
  32. "photoUrl": "string"
  33. },
  34. "type": "string"
  35. },
  36. "queueNumber": 0,
  37. "remarks": "string",
  38. "reminderDate": 0,
  39. "status": "Pending",
  40. "time": {
  41. "end": 0,
  42. "start": 0
  43. },
  44. "version": 0
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement