![]() |
||||||||||||||||||||||||||
|
OverviewThe Erallo Scale logging system captures weights in a patients home and logs them automatically on a web server. This system is a proof of concept system. The data capture and reporting is robust. The presentation of the data is simplistic.
The scale See the Instructions on how to set up and use the scale. Weight ReportsTab delimited report for Excel (scalereport.txt)
Logging DataThe scale logs data by making a request request to the page http://www.dragonnorth.com/scalelog.php each correct reference will log a sample in the ScaleLog table. Required arguments are 'PersonID' and 'Password'. All arguments except 'Password' are placed in the table.
Example URL: All GET and POST variables to the page are placed in a single table in the database. Many rows in the database table are created for each sample logged, one row for each GET/POST variable to the logging page. Each variable name and value is placed in a row of the logging table along with a sequence number that identifies which entries were logged as a group. The following insert is used: INSERT INTO ScaleLog (ServerSequence,PersonID,ServerTime,FieldName,FieldValue) |
|||||||||||||||||||||||||
Erallo Work Log for Michael Newman. Send comments and corrections to: Webmaster: mnewman@dragonnorth.com |