Advertisement
Guest User

Untitled

a guest
Jun 30th, 2018
497
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.44 KB | None | 0 0
  1. [ { id: 2,
  2.     first_name: 'Javier',
  3.     last_name: 'Sotomayor',
  4.     email: 'jsotomayor@gmail.com',
  5.     profession: 'Endocrinologist',
  6.     appointment:
  7.      { id: 1,
  8.        patient_id: 1,
  9.        doctor_operation_time_id: 1,
  10.        height: null,
  11.        weight: null,
  12.        glucotest: null,
  13.        reason: 'No reason',
  14.        notes: 'Some notes',
  15.        dot:
  16.         { id: 1,
  17.           doctor_id: 2,
  18.           operation_time_id: 1,
  19.           operation_time:
  20.            { id: 1,
  21.              start: '2018-06-25T13:00:00.000Z',
  22.              end: '2018-06-25T14:00:00.000Z' } } } },
  23.   { id: 2,
  24.     first_name: 'Javier',
  25.     last_name: 'Sotomayor',
  26.     email: 'jsotomayor@gmail.com',
  27.     profession: 'Endocrinologist',
  28.     appointment:
  29.      { id: 2,
  30.        patient_id: 1,
  31.        doctor_operation_time_id: 2,
  32.        height: null,
  33.        weight: null,
  34.        glucotest: null,
  35.        reason: 'No reason',
  36.        notes: 'Some notes',
  37.        dot:
  38.         { id: 2,
  39.           doctor_id: 2,
  40.           operation_time_id: 3,
  41.           operation_time:
  42.            { id: 3,
  43.              start: '2018-06-25T16:00:00.000Z',
  44.              end: '2018-06-25T17:00:00.000Z' } } } },
  45.   { id: 2,
  46.     first_name: 'Javier',
  47.     last_name: 'Sotomayor',
  48.     email: 'jsotomayor@gmail.com',
  49.     profession: 'Endocrinologist',
  50.     appointment:
  51.      { id: 7,
  52.        patient_id: 1,
  53.        doctor_operation_time_id: 6,
  54.        height: null,
  55.        weight: null,
  56.        glucotest: null,
  57.        reason: 'Body health control',
  58.        notes: 'Some notes for appointment with patient_id =1',
  59.        dot:
  60.         { id: 6,
  61.           doctor_id: 2,
  62.           operation_time_id: 19,
  63.           operation_time:
  64.            { id: 19,
  65.              start: '2018-06-27T16:00:00.000Z',
  66.              end: '2018-06-27T17:00:00.000Z' } } } },
  67.   { id: 2,
  68.     first_name: 'Javier',
  69.     last_name: 'Sotomayor',
  70.     email: 'jsotomayor@gmail.com',
  71.     profession: 'Endocrinologist',
  72.     appointment:
  73.      { id: 8,
  74.        patient_id: 1,
  75.        doctor_operation_time_id: 7,
  76.        height: null,
  77.        weight: null,
  78.        glucotest: null,
  79.        reason: 'Body health control',
  80.        notes: 'Some notes for appointment with patient_id =1',
  81.        dot:
  82.         { id: 7,
  83.           doctor_id: 2,
  84.           operation_time_id: 25,
  85.           operation_time:
  86.            { id: 25,
  87.              start: '2018-06-28T13:00:00.000Z',
  88.              end: '2018-06-28T14:00:00.000Z' } } } } ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement