home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PhysioVideo Home Exercise Software
/
990814_1318.ISO
/
_SETUP.1
/
PhysioVideo.MDB
/
Patient.json
< prev
next >
Wrap
JavaScript Object Notation
|
1999-08-13
|
429b
{
"schema": {
"PatientID": "Long Integer",
"LastName": "Text (50)",
"FirstName": "Text (50)",
"FullName": "Text (105)",
"ID": "Text (20)"
},
"data": [
{
"PatientID": 209,
"LastName": "Potash",
"FirstName": "Rob",
"FullName": "Potash, Rob",
"ID": "123456"
},
{
"PatientID": 210,
"LastName": "Harris",
"FirstName": "Jane",
"FullName": "Harris, Jane",
"ID": "93049"
},
{
"PatientID": 211,
"LastName": "Anderson",
"FirstName": "Steve",
"FullName": "Anderson, Steve",
"ID": "38492"
}
]
}