GET API/V1/CosignToken
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of iMDsoft.API.Metavision.Data.Mobile.Messaging.LabResult| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientId |
Patient id |
integer |
None. |
| ParameterId |
Parameter id |
integer |
None. |
| ParameterName |
Parameter name |
string |
None. |
| Abbreviation |
Abbreviation |
string |
None. |
| Type |
Type |
iMDsoft.API.Metavision.Data.Mobile.Messaging.MvParameterTypes |
None. |
| Value |
Value |
string |
None. |
| Unit |
Unit |
iMDsoft.API.Metavision.Data.Data.CodedElement |
None. |
| FormattedValue |
Formatted value |
string |
None. |
| Time |
Time |
date |
None. |
| Validated |
Validated |
boolean |
None. |
| IsError |
Error |
boolean |
None. |
| HasWarning |
Warning |
boolean |
None. |
| Comment |
Comment |
string |
None. |
| NormalHigh |
The highs value in the Normal range |
decimal number |
None. |
| NormalLow |
The low value in the Normal range |
decimal number |
None. |
| OutOfNormalValues |
Is out of normal values |
boolean |
None. |
| DbTimeStamp |
SQL Time stamp |
Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"patientId": 1,
"parameterId": 2,
"parameterName": "sample string 3",
"abbreviation": "sample string 4",
"type": "MvNumeric",
"value": "sample string 5",
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"formattedValue": "sample string 6",
"time": "2025-11-03T13:06:56.7227087+02:00",
"validated": true,
"isError": true,
"hasWarning": true,
"comment": "sample string 11",
"normalHigh": 1.0,
"normalLow": 1.0,
"outOfNormalValues": true,
"dbTimeStamp": "QEA="
},
{
"patientId": 1,
"parameterId": 2,
"parameterName": "sample string 3",
"abbreviation": "sample string 4",
"type": "MvNumeric",
"value": "sample string 5",
"unit": {
"id": 1,
"code": "sample string 1",
"description": "sample string 2"
},
"formattedValue": "sample string 6",
"time": "2025-11-03T13:06:56.7227087+02:00",
"validated": true,
"isError": true,
"hasWarning": true,
"comment": "sample string 11",
"normalHigh": 1.0,
"normalLow": 1.0,
"outOfNormalValues": true,
"dbTimeStamp": "QEA="
}
]