Blood Pressure

The definition which must be sent

Parameters Description
client_id The ID for the client request
client_secret The key for the request
access_token The token for access
sc The serial number for the user
sv The serial number for the user about Blood Press interface

The definition which not be required

Parameters Description
start_time The unix time of which time the blood press data start,. ex: 1331554332 When it is null, the blood press data would start from 3 months ago
end_time The unix time of which time the blood press data end, it must be later than start_time.
ex: 1331554332
page_index The page index of data, which is start from 1

The returned value

Parameter Description
BPDataList The data detail of Blood Press BPL: WHO level
DataID: the unique identity
HP: systolic
HR: haterate
IsArr: -1it is null in the database
1 haterate is normal
2 arrhythmia cordis
3 unknow
  LP: diastolic
  LastChangeTime: the last changing time of the data Lat: the latitude of the testing place
Lon: the longitude of the testing place
MDate: measurement datetime
Note: the note of this data
NextPageUrl The url of next page
CurrentRecordCount The count of current page
PageLength The length of one page
PageNumber The current page
PrevPageUrl The url of previous page
RecordCount The total number of data records
BPUnit The Unit of data records 0:mmHg 1:Kpa

The sample:

{
    "BPDataList": [
    {
    "BPL": 6, 
    "DataID": "5aeb42a121e54cc1a66c2b53d6d7b788", 
    "HP": 90, 
    "HR": "106", 
    "IsArr": -1, 
    "LP": 32, 
    "LastChangeTime": "1331554332", 
    "Lat": -1, 
    "Lon": -1, 
    "MDate": 1333666104, 
    "Note": ""
    }
    ], 
    "BPUnit": 0, 
    "NextPageUrl": "", 
    " CurrentRecordCount ": 1, 
    "PageLength": 50, 
    "PageNumber": 1, 
    "PrevPageUrl": "", 
    "RecordCount": 1
}