Advertisement
kate-softtech

appointmentresponselist

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