Advertisement
fendi_s0709

Untitled

May 25th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.19 KB | None | 0 0
  1. {
  2.     "status": "success",
  3.     "code": 200,
  4.     "message": "OK",
  5.     "links": {
  6.         "self": "http://localhost/dokternet-server/public/api/admin/v1/dashboard/patient-appointment"
  7.     },
  8.     "data": {
  9.         "status": "success",
  10.         "data": {
  11.             "appointments": [
  12.                 {
  13.                     "id": 124,
  14.                     "appointment_id": null,
  15.                     "patient": {
  16.                         "id": 116,
  17.                         "name": "Fendi"
  18.                     },
  19.                     "practice": {
  20.                         "clinic": {
  21.                             "id": 8,
  22.                             "name": "Poli Mata"
  23.                         },
  24.                         "polyclinic": {
  25.                             "id": 1,
  26.                             "name": "Poli Spesialis"
  27.                         },
  28.                         "doctor": {
  29.                             "id": 1,
  30.                             "name": "dr. Amir Hasan Loebis, SpM"
  31.                         },
  32.                         "date": "2019-05-11",
  33.                         "time_start": "08:00:00",
  34.                         "time_end": "14:00:00",
  35.                         "payment": {
  36.                             "id": 4,
  37.                             "name": "AXA Mandiri",
  38.                             "status": "warning",
  39.                             "title": "Need Approval"
  40.                         },
  41.                         "queue_number": null,
  42.                         "status": "WAITING"
  43.                     }
  44.                 },
  45.                 {
  46.                     "id": 123,
  47.                     "appointment_id": null,
  48.                     "patient": {
  49.                         "id": 116,
  50.                         "name": "Fendi"
  51.                     },
  52.                     "practice": {
  53.                         "clinic": {
  54.                             "id": 8,
  55.                             "name": "Poli Mata"
  56.                         },
  57.                         "polyclinic": {
  58.                             "id": 1,
  59.                             "name": "Poli Spesialis"
  60.                         },
  61.                         "doctor": {
  62.                             "id": 1,
  63.                             "name": "dr. Amir Hasan Loebis, SpM"
  64.                         },
  65.                         "date": "2019-05-10",
  66.                         "time_start": "08:00:00",
  67.                         "time_end": "16:00:00",
  68.                         "payment": {
  69.                             "id": 4,
  70.                             "name": "AXA Mandiri",
  71.                             "status": "warning",
  72.                             "title": "Need Approval"
  73.                         },
  74.                         "queue_number": null,
  75.                         "status": "WAITING"
  76.                     }
  77.                 }
  78.             ],
  79.             "pagination": {
  80.                 "start": 1,
  81.                 "per_page": 10,
  82.                 "total": 2
  83.             },
  84.             "params": {
  85.                 "date": [
  86.                     "2019-05-10",
  87.                     "2019-05-11"
  88.                 ],
  89.                 "payment": [],
  90.                 "polyclinic": []
  91.             }
  92.         }
  93.     }
  94. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement