Study
Get Studies of Project
GET https://your.host.vinlab/projects/:project_id/studies
/studies?_offset=0&_limit=25&project_id=d4702175-0403-48e5-bbba-e98716722d4d
Path Parameters
Name
Type
Description
_offset
int32
_limit
int32
_sort
string
status
string
{
"error_code": 0,
"error_message": "OK",
"server_time": 1637652047,
"count": 1,
"data": [
{
"id": "949f28e2-bbe4-4478-8cbf-79be2e52187d",
"modified": 1637149122,
"created": 1637149122,
"creator_username":"test",
"code": "TP1-3",
"status": "ASSIGNED",
"project_id": "122d7cfb-40fd-48d9-9de7-ba9309ef2e0c",
"study_index": "aaaa",
"study_info": {
"data_types": [
"DICOM"
],
"series": [
{
"series_index": "aaaa",
"instances": 1
}
],
"instances": 1
}
}
]
}Upload new Study
POST https://your.host.vinlab/projects/:project_id/studies
Request Body
Name
Type
Description
file*
file
Multipart form data
Get Study detail
GET https://your.host.vinlab/projects/:project_id/studies/:study_id/info
Mark a Study in Reviewing status
PUT https://your.host.vinlab/projects/:project_id/studies/:study_id/mark-seen
Delete Studies of Project by IDs
POST https://your.host.vinlab/projects/:project_id/studies/delete-many
Last updated