home *** CD-ROM | disk | FTP | other *** search
/ PhysioVideo Home Exercise Software / 990814_1318.ISO / _SETUP.1 / PhysioVideo.MDB / Patient.json < prev    next >
JavaScript Object Notation  |  1999-08-13  |  429b

  1. {
  2.     "schema": {
  3.         "PatientID": "Long Integer",
  4.         "LastName": "Text (50)",
  5.         "FirstName": "Text (50)",
  6.         "FullName": "Text (105)",
  7.         "ID": "Text (20)"
  8.     },
  9.     "data": [
  10.         {
  11.             "PatientID": 209,
  12.             "LastName": "Potash",
  13.             "FirstName": "Rob",
  14.             "FullName": "Potash, Rob",
  15.             "ID": "123456"
  16.         },
  17.         {
  18.             "PatientID": 210,
  19.             "LastName": "Harris",
  20.             "FirstName": "Jane",
  21.             "FullName": "Harris, Jane",
  22.             "ID": "93049"
  23.         },
  24.         {
  25.             "PatientID": 211,
  26.             "LastName": "Anderson",
  27.             "FirstName": "Steve",
  28.             "FullName": "Anderson, Steve",
  29.             "ID": "38492"
  30.         }
  31.     ]
  32. }