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

  1. {
  2.     "schema": {
  3.         "ClinicID": "Long Integer",
  4.         "Name": "Text (50)",
  5.         "Address": "Text (80)",
  6.         "Phone": "Text (20)",
  7.         "ShipAddr": "Text (255)",
  8.         "ShipMethod": "Text (50)",
  9.         "BillAddr": "Text (255)",
  10.         "PayMethod": "Text (50)",
  11.         "CardNum": "Text (20)",
  12.         "CardDate": "DateTime",
  13.         "NameOnCard": "Text (30)"
  14.     },
  15.     "data": [
  16.         {
  17.             "ClinicID": 30,
  18.             "Name": "Use File, Clinic Info to set Report Heading",
  19.             "Phone": "(781) 255-2053",
  20.             "ShipAddr": "Use the File, Clinic Info command\r\nTo edit the Shipping Address",
  21.             "ShipMethod": "UPS Ground",
  22.             "BillAddr": "Use the File, Clinic Info command\r\nTo edit the Billing Address",
  23.             "PayMethod": "VISA",
  24.             "CardDate": "01/01/90 00:00:00"
  25.         }
  26.     ]
  27. }