home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Power Pack / Visual_Basic4_Power_Pack.bin / vb4files / schedvbx / samples.z / DOCTORS.MDB / Appointments.json next >
Encoding:
JavaScript Object Notation  |  1995-03-26  |  1.6 KB

  1. {
  2.     "schema": {
  3.         "Appointment Number": "Integer",
  4.         "Doctor Number": "Integer",
  5.         "Patient Number": "Integer",
  6.         "Begin": "DateTime",
  7.         "End": "DateTime",
  8.         "Reason for Visit": "Text (255)",
  9.         "Exam Room": "Integer",
  10.         "Notes": "Memo/Hyperlink (255)"
  11.     },
  12.     "data": [
  13.         {
  14.             "Appointment Number": 6,
  15.             "Doctor Number": 2,
  16.             "Patient Number": 1,
  17.             "Begin": "03/14/95 11:30:00",
  18.             "End": "03/14/95 12:00:00",
  19.             "Reason for Visit": "Burn on Arm",
  20.             "Exam Room": 4
  21.         },
  22.         {
  23.             "Appointment Number": 2,
  24.             "Doctor Number": 1,
  25.             "Patient Number": 2,
  26.             "Begin": "03/14/95 11:00:00",
  27.             "End": "03/14/95 11:30:00",
  28.             "Reason for Visit": "Flu",
  29.             "Exam Room": 3
  30.         },
  31.         {
  32.             "Appointment Number": 7,
  33.             "Doctor Number": 1,
  34.             "Patient Number": 7,
  35.             "Begin": "03/14/95 11:30:00",
  36.             "End": "03/14/95 12:00:00",
  37.             "Reason for Visit": "Broken Leg",
  38.             "Exam Room": 1
  39.         },
  40.         {
  41.             "Appointment Number": 3,
  42.             "Doctor Number": 0,
  43.             "Patient Number": 5,
  44.             "Begin": "03/14/95 11:00:00",
  45.             "End": "03/14/95 11:30:00",
  46.             "Reason for Visit": "Stomach cramps",
  47.             "Exam Room": 6
  48.         },
  49.         {
  50.             "Appointment Number": 4,
  51.             "Doctor Number": 2,
  52.             "Patient Number": 6,
  53.             "Begin": "03/14/95 11:00:00",
  54.             "End": "03/14/95 11:30:00",
  55.             "Reason for Visit": "Fever and Cold symptoms",
  56.             "Exam Room": 5,
  57.             "Notes": "Hasn't been in for over a year."
  58.         },
  59.         {
  60.             "Appointment Number": 5,
  61.             "Doctor Number": 3,
  62.             "Patient Number": 10,
  63.             "Begin": "03/14/95 11:00:00",
  64.             "End": "03/14/95 11:30:00",
  65.             "Reason for Visit": "Broken Arm Checkup - Cast Removal",
  66.             "Exam Room": 8
  67.         },
  68.         {
  69.             "Appointment Number": 0,
  70.             "Doctor Number": 0,
  71.             "Patient Number": 7,
  72.             "Begin": "03/14/95 10:00:00",
  73.             "End": "03/14/95 10:30:00",
  74.             "Reason for Visit": "Bruised Elbow",
  75.             "Exam Room": 2
  76.         },
  77.         {
  78.             "Appointment Number": 1,
  79.             "Doctor Number": 1,
  80.             "Patient Number": 8,
  81.             "Begin": "03/14/95 10:00:00",
  82.             "End": "03/14/95 10:30:00",
  83.             "Reason for Visit": "Vomitting and Trouble breathing",
  84.             "Exam Room": 1
  85.         }
  86.     ]
  87. }