POST API/V1/Patients/{patientId}/LabsReviewed
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| patientId | integer |
Required |
Body Parameters
Collection of iMDsoft.API.Metavision.Data.Mobile.Messaging.ValidateLabResultsData| Name | Description | Type | Additional information |
|---|---|---|---|
| LabResultTime |
Lab result time |
date |
None. |
| ValidationTime |
Validation time |
date |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"labResultTime": "2025-11-03T13:10:16.7012677+02:00",
"validationTime": "2025-11-03T13:10:16.7012677+02:00"
},
{
"labResultTime": "2025-11-03T13:10:16.7012677+02:00",
"validationTime": "2025-11-03T13:10:16.7012677+02:00"
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of iMDsoft.API.Metavision.Data.Mobile.Messaging.MessageResultOfiMDsoft.API.Metavision.Data.Mobile.Messaging.LabResult| Name | Description | Type | Additional information |
|---|---|---|---|
| DoseData | iMDsoft.API.Metavision.Data.Mobile.Messaging.LabResult |
None. |
|
| ValidationErrors | Collection of iMDsoft.API.Metavision.Data.Mobile.ValidationError |
None. |
|
| IsSuccess | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"doseData": {
"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:10:16.7168333+02:00",
"validated": true,
"isError": true,
"hasWarning": true,
"comment": "sample string 11",
"normalHigh": 1.0,
"normalLow": 1.0,
"outOfNormalValues": true,
"dbTimeStamp": "QEA="
},
"validationErrors": [
{
"validationErrorId": 0,
"description": "sample string 1",
"type": 0
},
{
"validationErrorId": 0,
"description": "sample string 1",
"type": 0
}
],
"isSuccess": true
},
{
"doseData": {
"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:10:16.7168333+02:00",
"validated": true,
"isError": true,
"hasWarning": true,
"comment": "sample string 11",
"normalHigh": 1.0,
"normalLow": 1.0,
"outOfNormalValues": true,
"dbTimeStamp": "QEA="
},
"validationErrors": [
{
"validationErrorId": 0,
"description": "sample string 1",
"type": 0
},
{
"validationErrorId": 0,
"description": "sample string 1",
"type": 0
}
],
"isSuccess": true
}
]