|
|
@@ -2948,17 +2948,19 @@ zh_CN
|
|
|
{
|
|
|
"code": "0x000000",
|
|
|
"data": {
|
|
|
- "contrast": 2.1,
|
|
|
- "detail": 2.2,
|
|
|
- "latitude": 2.3,
|
|
|
- "noise": 2.4
|
|
|
+ "contrast": 8.0,
|
|
|
+ "detail": 8.0,
|
|
|
+ "latitude": 8.0,
|
|
|
+ "noise": 8.0,
|
|
|
+ "ww_coef": 8.0,
|
|
|
+ "wl_coef": 8.0
|
|
|
},
|
|
|
- "description": "Success",
|
|
|
+ "description": "成功",
|
|
|
"solution": ""
|
|
|
}
|
|
|
```
|
|
|
-contrast:增益detail: 细节latitude: 动态范围noise: 噪声模式
|
|
|
-
|
|
|
+contrast:增益detail: 细节latitude: 动态范围noise: 噪声模式ww_coef: 对比度wl_coef: 亮度
|
|
|
+
|
|
|
|
|
|
## 18.2 获取处理后dcm
|
|
|
|
|
|
@@ -2983,12 +2985,44 @@ contrast:增益detail: 细节latitude: 动态范围noise: 噪声模式
|
|
|
|detail||细节 范围0.0~9.0 步长0.1|
|
|
|
|latitude||动态范围 范围0.0~9.0 步长0.1|
|
|
|
|noise||噪声模式 范围0.0~9.0 步长0.1|
|
|
|
+|ww_coef||对比度 范围-9.0~9.0|
|
|
|
+|wl_coef||亮度 范围-9.0~9.0|
|
|
|
+### 响应体
|
|
|
+● 200: OK 响应数据格式:File
|
|
|
+直接返回dcm文件报错时:返500
|
|
|
+
|
|
|
+
|
|
|
+## 18.3 获取处理后dcm(pub)
|
|
|
+
|
|
|
+> GET /dr/api/v1/pub/image/{id}/proc
|
|
|
+### 接口说明
|
|
|
+> 获取应用增益、细节、动态范围、噪声模式后的dcm
|
|
|
+### 地址参数(Path Variable)
|
|
|
+| 参数名称 | 默认值 | 描述 |
|
|
|
+| ------ | ------ | ------ |
|
|
|
+|id||sop_instance_uid|
|
|
|
+### 请求头
|
|
|
+| 参数名称 | 默认值 | 描述 |
|
|
|
+| ------ | ------ | ------ |
|
|
|
+|Authorization|Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTYxOTU0MDIsImlkIjozLCJuYW1lIjoiYWRtaW4ifQ.jK86cKyAMwfgxPsE6mpvSE1PF99jHrppGJZdB8G9uEw||
|
|
|
+|Language||en_US 或 zh_CN|
|
|
|
+|Product|DROS|DROS 或 VETDROS|
|
|
|
+|Source|Electron|Electron 或 Browser 或 Android|
|
|
|
+### 请求参数(Query Param)
|
|
|
+| 参数名称 | 默认值 | 描述 |
|
|
|
+| ------ | ------ | ------ |
|
|
|
+|contrast||增益 范围0.0~9.0 步长0.1|
|
|
|
+|detail||细节 范围0.0~9.0 步长0.1|
|
|
|
+|latitude||动态范围 范围0.0~9.0 步长0.1|
|
|
|
+|noise||噪声模式 范围0.0~9.0 步长0.1|
|
|
|
+|ww_coef||对比度 范围-9.0~9.0|
|
|
|
+|wl_coef||亮度 范围-9.0~9.0|
|
|
|
### 响应体
|
|
|
● 200: OK 响应数据格式:File
|
|
|
直接返回dcm文件报错时:返500
|
|
|
-
|
|
|
+
|
|
|
|
|
|
-## 18.3 保存图像处理参数
|
|
|
+## 18.4 保存图像处理参数
|
|
|
|
|
|
> POST /dr/api/v1/auth/image/{id}/proc
|
|
|
### 接口说明
|
|
|
@@ -3008,9 +3042,11 @@ contrast:增益detail: 细节latitude: 动态范围noise: 噪声模式
|
|
|
| 参数名称 | 数据类型 | 默认值 | 不为空 | 描述 |
|
|
|
| ------ | ------ | ------ | ------ | ------ |
|
|
|
| contrast|number||true|增益 范围0.0~9.0 步长0.1|
|
|
|
-| detail|string||true|细节 范围0.0~9.0 步长0.1|
|
|
|
-| latitude|string||true|动态范围 范围0.0~9.0 步长0.1|
|
|
|
-| noise|string||true|噪声模式 范围0.0~9.0 步长0.1|
|
|
|
+| detail|number||true|细节 范围0.0~9.0 步长0.1|
|
|
|
+| latitude|number||true|动态范围 范围0.0~9.0 步长0.1|
|
|
|
+| noise|number||true|噪声模式 范围0.0~9.0 步长0.1|
|
|
|
+| ww_coef|number||true|对比度 范围-9.0~9.0|
|
|
|
+| wl_coef|number||true|亮度 范围-9.0~9.0|
|
|
|
### 响应体
|
|
|
● 200: OK 响应数据格式:JSON
|
|
|
```json
|
|
|
@@ -3021,9 +3057,9 @@ contrast:增益detail: 细节latitude: 动态范围noise: 噪声模式
|
|
|
"solution": ""
|
|
|
}
|
|
|
```
|
|
|
-
|
|
|
+
|
|
|
|
|
|
-## 18.4 保存窗宽窗位到dcm
|
|
|
+## 18.5 保存窗宽窗位到dcm
|
|
|
|
|
|
> POST /dr/api/v1/auth/image/{id}/wcww
|
|
|
### 接口说明
|
|
|
@@ -3484,11 +3520,11 @@ lock可选项
|
|
|
Locked
|
|
|
Unlocked
|
|
|
|
|
|
-## 22 获取检查信息列表
|
|
|
+## 22 获取检查信息列表(含RIS条目如果有)
|
|
|
|
|
|
> GET /dr/api/v1/auth/study/
|
|
|
### 接口说明
|
|
|
-> 获取检查信息列表
|
|
|
+> 获取检查信息列表(包含RIS条目如果有),study_id为空字符串的为RIS条目需保存到本地方可使用,study_id不为空字符串时为本地条目
|
|
|
### 请求头
|
|
|
| 参数名称 | 默认值 | 描述 |
|
|
|
| ------ | ------ | ------ |
|
|
|
@@ -3527,48 +3563,59 @@ Completed|
|
|
|
"count": 2,
|
|
|
"studies": [
|
|
|
{
|
|
|
- "study_instance_uid": "2.25.156.999999.0000.1.2.8323328.20101.1760359944.254055",
|
|
|
- "study_id": "251013205224825",
|
|
|
+ "study_instance_uid": "1.3.46.670589.16.12.2.1.176.53460.62132.20070126.102459.1",
|
|
|
+ "study_id": "",
|
|
|
"public_study_id": "",
|
|
|
"specific_character_set": "ISO_IR 192",
|
|
|
- "accession_number": "accessnumber444",
|
|
|
+ "accession_number": "00000187",
|
|
|
"ref_physician": "",
|
|
|
- "patient_id": "1113333",
|
|
|
- "patient_name": "124",
|
|
|
+ "patient_id": "pidP645",
|
|
|
+ "patient_name": "One^Secondary Capture Image",
|
|
|
"patient_english_name": "",
|
|
|
"patient_former_name": "",
|
|
|
- "patient_size": "Medium",
|
|
|
+ "patient_size": "",
|
|
|
"other_patient_ids": "",
|
|
|
"other_patient_names": "",
|
|
|
- "patient_age": "000Y",
|
|
|
- "patient_dob": "2025-10-13T12:52:15.210Z",
|
|
|
- "patient_sex": "",
|
|
|
+ "patient_age": "",
|
|
|
+ "patient_dob": "1980-07-16T00:00:00Z",
|
|
|
+ "patient_sex": "M",
|
|
|
"sex_neutered": "",
|
|
|
"pregnancy_status": "",
|
|
|
"patient_state": "",
|
|
|
"admitting_time": null,
|
|
|
"priority": "",
|
|
|
- "reg_source": "",
|
|
|
- "study_description": "",
|
|
|
- "study_start_datetime": "2025-10-13T12:52:24.255622Z",
|
|
|
+ "reg_source": "Ris",
|
|
|
+ "study_description": "CSPINE",
|
|
|
+ "study_start_datetime": null,
|
|
|
"study_end_datetime": null,
|
|
|
- "scheduled_procedure_step_start_date": null,
|
|
|
+ "entry_id": "6ca82204811d435bb037807ebc1d53ad",
|
|
|
+ "mwl": "",
|
|
|
+ "scheduled": {
|
|
|
+ "scheduled_ae_title": "FILMDIGITIZE",
|
|
|
+ "scheduled_performing_physician_name": "",
|
|
|
+ "scheduled_procedure_step_id": "0000018706"
|
|
|
+ },
|
|
|
+ "protocol_code": [
|
|
|
+ {
|
|
|
+ "code_value": "CSPINE L BOTH",
|
|
|
+ "code_meaning": "CSPINE"
|
|
|
+ }
|
|
|
+ ],
|
|
|
"performed_physician": "",
|
|
|
- "study_lock": "Unlocked",
|
|
|
+ "study_lock": "",
|
|
|
"folder_path": "",
|
|
|
"operator_name": "",
|
|
|
- "modality": "DX",
|
|
|
+ "modality": "",
|
|
|
"weight": 0,
|
|
|
"thickness": 0,
|
|
|
"length": 0,
|
|
|
- "patient_type": "Dog",
|
|
|
+ "patient_type": "E1",
|
|
|
"study_type": "Normal",
|
|
|
- "owner_name": "主人孙某",
|
|
|
+ "owner_name": "",
|
|
|
"chip_number": "",
|
|
|
"variety": "",
|
|
|
"is_anaesthesia": false,
|
|
|
"is_sedation": false,
|
|
|
- "mwl": "",
|
|
|
"is_exported": false,
|
|
|
"is_edited": false,
|
|
|
"is_appended": false,
|
|
|
@@ -3576,57 +3623,63 @@ Completed|
|
|
|
"mapped_status": false,
|
|
|
"qc_result": false,
|
|
|
"comment": "",
|
|
|
- "study_status": "InProgress",
|
|
|
- "portrait_status": "NotSaved",
|
|
|
- "portrait_file": ".",
|
|
|
+ "study_status": "",
|
|
|
+ "portrait_status": "",
|
|
|
+ "portrait_file": "",
|
|
|
"sort": 0,
|
|
|
- "product": "VETDROS",
|
|
|
- "create_time": "2025-10-13T12:52:24.313859Z",
|
|
|
+ "product": "",
|
|
|
+ "create_time": null,
|
|
|
"series": []
|
|
|
},
|
|
|
{
|
|
|
- "study_instance_uid": "2.25.156.999999.0000.1.2.8323328.4730.1760342536.600785",
|
|
|
- "study_id": "251013160216342",
|
|
|
+ "study_instance_uid": "100.118.116.2005.2.1.1132055956.125.3",
|
|
|
+ "study_id": "251028191159945",
|
|
|
"public_study_id": "",
|
|
|
"specific_character_set": "ISO_IR 192",
|
|
|
- "accession_number": "accessnumber444",
|
|
|
+ "accession_number": "",
|
|
|
"ref_physician": "",
|
|
|
- "patient_id": "1113333",
|
|
|
- "patient_name": "124",
|
|
|
+ "patient_id": "SC-I3",
|
|
|
+ "patient_name": "Three^Secondary Capture Image",
|
|
|
"patient_english_name": "",
|
|
|
"patient_former_name": "",
|
|
|
- "patient_size": "Medium",
|
|
|
+ "patient_size": "",
|
|
|
"other_patient_ids": "",
|
|
|
"other_patient_names": "",
|
|
|
- "patient_age": "000Y",
|
|
|
- "patient_dob": "2025-10-13T08:02:11.982Z",
|
|
|
- "patient_sex": "",
|
|
|
+ "patient_age": "",
|
|
|
+ "patient_dob": "1970-01-01T00:00:00Z",
|
|
|
+ "patient_sex": "O",
|
|
|
"sex_neutered": "",
|
|
|
"pregnancy_status": "",
|
|
|
"patient_state": "",
|
|
|
- "admitting_time": null,
|
|
|
+ "admitting_time": "1970-01-01T00:00:00Z",
|
|
|
"priority": "",
|
|
|
- "reg_source": "",
|
|
|
+ "reg_source": "Ris",
|
|
|
"study_description": "",
|
|
|
- "study_start_datetime": "2025-10-13T08:02:16.602164Z",
|
|
|
+ "study_start_datetime": "1970-01-01T00:00:00Z",
|
|
|
"study_end_datetime": null,
|
|
|
- "scheduled_procedure_step_start_date": null,
|
|
|
+ "entry_id": "",
|
|
|
+ "mwl": "",
|
|
|
+ "scheduled": {
|
|
|
+ "scheduled_ae_title": "",
|
|
|
+ "scheduled_performing_physician_name": "",
|
|
|
+ "scheduled_procedure_step_id": ""
|
|
|
+ },
|
|
|
+ "protocol_code": [],
|
|
|
"performed_physician": "",
|
|
|
"study_lock": "Unlocked",
|
|
|
"folder_path": "",
|
|
|
"operator_name": "",
|
|
|
- "modality": "DX",
|
|
|
+ "modality": "",
|
|
|
"weight": 0,
|
|
|
"thickness": 0,
|
|
|
"length": 0,
|
|
|
- "patient_type": "Dog",
|
|
|
+ "patient_type": "Cat",
|
|
|
"study_type": "Normal",
|
|
|
- "owner_name": "主人孙某",
|
|
|
+ "owner_name": "",
|
|
|
"chip_number": "",
|
|
|
"variety": "",
|
|
|
"is_anaesthesia": false,
|
|
|
"is_sedation": false,
|
|
|
- "mwl": "",
|
|
|
"is_exported": false,
|
|
|
"is_edited": false,
|
|
|
"is_appended": false,
|
|
|
@@ -3635,18 +3688,21 @@ Completed|
|
|
|
"qc_result": false,
|
|
|
"comment": "",
|
|
|
"study_status": "Arrived",
|
|
|
- "portrait_status": "",
|
|
|
- "portrait_file": ".",
|
|
|
+ "portrait_status": "NotSaved",
|
|
|
+ "portrait_file": "",
|
|
|
"sort": 0,
|
|
|
"product": "VETDROS",
|
|
|
- "create_time": "2025-10-13T08:02:16.638166Z",
|
|
|
+ "create_time": "2025-10-28T11:11:59.118514Z",
|
|
|
"series": []
|
|
|
}
|
|
|
]
|
|
|
}
|
|
|
}
|
|
|
```
|
|
|
-
|
|
|
+返回值变更:
|
|
|
+study_id为空字符串的为RIS条目需保存到本地方可使用
|
|
|
+study_id不为空字符串时为本地条目
|
|
|
+protocol_code为从RIS拉取的检查信息,方便技师选择对应体位
|
|
|
|
|
|
## 23 获取检查信息
|
|
|
|
|
|
@@ -3715,6 +3771,12 @@ Completed|
|
|
|
"is_anaesthesia": false,
|
|
|
"is_sedation": false,
|
|
|
"mwl": "",
|
|
|
+ "scheduled": {
|
|
|
+ "scheduled_ae_title": "",
|
|
|
+ "scheduled_performing_physician_name": "",
|
|
|
+ "scheduled_procedure_step_id": ""
|
|
|
+ },
|
|
|
+ "protocol_code": [],
|
|
|
"is_exported": false,
|
|
|
"is_edited": false,
|
|
|
"is_appended": false,
|
|
|
@@ -4307,7 +4369,217 @@ DELETE {{drurl}}/api/v1/auth/image/1.2.276.0.1000000.5.1.4.701601461.19649.17495
|
|
|
```
|
|
|
|
|
|
|
|
|
-## 33 报告预览
|
|
|
+## 33 [RIS]获取RIS配置
|
|
|
+
|
|
|
+> GET /dr/api/v1/auth/study/ris
|
|
|
+### 接口说明
|
|
|
+> [RIS]同步RIS
|
|
|
+### 请求头
|
|
|
+| 参数名称 | 默认值 | 描述 |
|
|
|
+| ------ | ------ | ------ |
|
|
|
+|Authorization|Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTYzOTExNjUsImlkIjozLCJuYW1lIjoiYWRtaW4ifQ.ivwjTzeMXLwJry1iHN8a9hV90ftSgDZF6n8lEfOtTOQ||
|
|
|
+|Language|en|en_US 或 zh_CN|
|
|
|
+|Product|DROS|DROS 或 VETDROS|
|
|
|
+|Source|Electron|Electron 或 Browser 或 Android|
|
|
|
+### 响应体
|
|
|
+● 200: OK 响应数据格式:JSON
|
|
|
+```json
|
|
|
+{
|
|
|
+ "code": "0x000000",
|
|
|
+ "description": "Success",
|
|
|
+ "solution": "",
|
|
|
+ "data": {
|
|
|
+ "@type": "type.googleapis.com/dr.task.RisConfig",
|
|
|
+ "mwl_enable": true,
|
|
|
+ "mwl_refresh_enable": true,
|
|
|
+ "mwl_refresh_interval": 5
|
|
|
+ }
|
|
|
+}
|
|
|
+```
|
|
|
+mwl_enable: RIS是否启用
|
|
|
+mwl_refresh_enable: RIS自动刷新是否启用
|
|
|
+mwl_refresh_interval: RIS自动刷新间隔
|
|
|
+
|
|
|
+
|
|
|
+## 34 [RIS]同步RIS
|
|
|
+
|
|
|
+> POST /dr/api/v1/auth/study/ris
|
|
|
+### 接口说明
|
|
|
+> [RIS]同步RIS
|
|
|
+### 请求头
|
|
|
+| 参数名称 | 默认值 | 描述 |
|
|
|
+| ------ | ------ | ------ |
|
|
|
+|Authorization|Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTYzOTExNjUsImlkIjozLCJuYW1lIjoiYWRtaW4ifQ.ivwjTzeMXLwJry1iHN8a9hV90ftSgDZF6n8lEfOtTOQ||
|
|
|
+|Language|en|en_US 或 zh_CN|
|
|
|
+|Product|DROS|DROS 或 VETDROS|
|
|
|
+|Source|Electron|Electron 或 Browser 或 Android|
|
|
|
+### 请求体(Request Body)
|
|
|
+| 参数名称 | 数据类型 | 默认值 | 不为空 | 描述 |
|
|
|
+| ------ | ------ | ------ | ------ | ------ |
|
|
|
+| start_time|string||true|RFC3339Nano格式|
|
|
|
+| end_time|string||true|RFC3339Nano格式|
|
|
|
+| id|string||false|患者ID|
|
|
|
+| name|string||false|患者姓名|
|
|
|
+| acc_no|string||false|登记号|
|
|
|
+### 响应体
|
|
|
+● 200: OK 响应数据格式:JSON
|
|
|
+```json
|
|
|
+{
|
|
|
+ "code": "0x000000",
|
|
|
+ "description": "Success",
|
|
|
+ "solution": "",
|
|
|
+ "data": {
|
|
|
+ "@type": "type.googleapis.com/dr.task.RisSyncReply",
|
|
|
+ "count": 8
|
|
|
+ }
|
|
|
+}
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
+## 35 [RIS]保存本地
|
|
|
+
|
|
|
+> POST /dr/api/v1/auth/study/ris/single
|
|
|
+### 接口说明
|
|
|
+> [RIS]保存本地,可填写体位
|
|
|
+### 请求头
|
|
|
+| 参数名称 | 默认值 | 描述 |
|
|
|
+| ------ | ------ | ------ |
|
|
|
+|Authorization|Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTYzOTExNjUsImlkIjozLCJuYW1lIjoiYWRtaW4ifQ.ivwjTzeMXLwJry1iHN8a9hV90ftSgDZF6n8lEfOtTOQ||
|
|
|
+|Language|en|en_US 或 zh_CN|
|
|
|
+|Product|DROS|DROS 或 VETDROS|
|
|
|
+|Source|Electron|Electron 或 Browser 或 Android|
|
|
|
+### 请求体(Request Body)
|
|
|
+| 参数名称 | 数据类型 | 默认值 | 不为空 | 描述 |
|
|
|
+| ------ | ------ | ------ | ------ | ------ |
|
|
|
+| entry_id|string||true|RIS条目中的entry_id|
|
|
|
+| views|object||true|体位列表|
|
|
|
+|⇥ view_id|string||true|体位id|
|
|
|
+|⇥ procedure_id|string||true|协议id|
|
|
|
+### 响应体
|
|
|
+● 200: OK 响应数据格式:JSON
|
|
|
+```json
|
|
|
+{
|
|
|
+ "code": "0x000000",
|
|
|
+ "description": "Success",
|
|
|
+ "solution": "",
|
|
|
+ "data": {
|
|
|
+ "@type": "type.googleapis.com/dr.study.Study",
|
|
|
+ "study_instance_uid": "100.118.116.2005.2.1.1132055956.125.3",
|
|
|
+ "study_id": "251028170820252",
|
|
|
+ "public_study_id": "",
|
|
|
+ "specific_character_set": "ISO_IR 192",
|
|
|
+ "accession_number": "",
|
|
|
+ "ref_physician": "",
|
|
|
+ "patient_id": "SC-I3",
|
|
|
+ "patient_name": "Three^Secondary Capture Image",
|
|
|
+ "patient_english_name": "",
|
|
|
+ "patient_former_name": "",
|
|
|
+ "patient_size": "",
|
|
|
+ "other_patient_ids": "",
|
|
|
+ "other_patient_names": "",
|
|
|
+ "patient_age": "",
|
|
|
+ "patient_dob": "1970-01-01T00:00:00Z",
|
|
|
+ "patient_sex": "O",
|
|
|
+ "sex_neutered": "",
|
|
|
+ "pregnancy_status": "",
|
|
|
+ "patient_state": "",
|
|
|
+ "admitting_time": "1970-01-01T00:00:00Z",
|
|
|
+ "priority": "",
|
|
|
+ "reg_source": "Ris",
|
|
|
+ "study_description": "testb",
|
|
|
+ "study_start_datetime": "1970-01-01T00:00:00Z",
|
|
|
+ "study_end_datetime": null,
|
|
|
+ "entry_id": "",
|
|
|
+ "scheduled": {
|
|
|
+ "scheduled_ae_title": "",
|
|
|
+ "scheduled_performing_physician_name": "",
|
|
|
+ "scheduled_procedure_step_id": ""
|
|
|
+ },
|
|
|
+ "protocol_code": [
|
|
|
+ {
|
|
|
+ "code_value": "testa",
|
|
|
+ "code_meaning": "testb"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "code_value": "testc",
|
|
|
+ "code_meaning": "testd"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "performed_physician": "",
|
|
|
+ "study_lock": "Unlocked",
|
|
|
+ "folder_path": "",
|
|
|
+ "operator_name": "",
|
|
|
+ "modality": "",
|
|
|
+ "weight": 0,
|
|
|
+ "thickness": 0,
|
|
|
+ "length": 0,
|
|
|
+ "patient_type": "Cat",
|
|
|
+ "study_type": "Normal",
|
|
|
+ "owner_name": "",
|
|
|
+ "chip_number": "",
|
|
|
+ "variety": "",
|
|
|
+ "is_anaesthesia": false,
|
|
|
+ "is_sedation": false,
|
|
|
+ "is_exported": false,
|
|
|
+ "is_edited": false,
|
|
|
+ "is_appended": false,
|
|
|
+ "department": "",
|
|
|
+ "mapped_status": false,
|
|
|
+ "qc_result": false,
|
|
|
+ "comment": "",
|
|
|
+ "study_status": "Arrived",
|
|
|
+ "portrait_status": "NotSaved",
|
|
|
+ "portrait_file": "",
|
|
|
+ "sort": 0,
|
|
|
+ "product": "VETDROS",
|
|
|
+ "create_time": "2025-10-28T09:08:20.657317Z",
|
|
|
+ "series": []
|
|
|
+ }
|
|
|
+}
|
|
|
+```
|
|
|
+返回study信息
|
|
|
+
|
|
|
+
|
|
|
+## 36 [RIS]保存本地(批量)
|
|
|
+
|
|
|
+> POST /dr/api/v1/auth/study/ris/batch
|
|
|
+### 接口说明
|
|
|
+> [RIS]保存本地(批量),保存后没有体位,曝光前需添加体位
|
|
|
+### 请求头
|
|
|
+| 参数名称 | 默认值 | 描述 |
|
|
|
+| ------ | ------ | ------ |
|
|
|
+|Authorization|Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTYzOTExNjUsImlkIjozLCJuYW1lIjoiYWRtaW4ifQ.ivwjTzeMXLwJry1iHN8a9hV90ftSgDZF6n8lEfOtTOQ||
|
|
|
+|Language|en|en_US 或 zh_CN|
|
|
|
+|Product|DROS|DROS 或 VETDROS|
|
|
|
+|Source|Electron|Electron 或 Browser 或 Android|
|
|
|
+### 请求体(Request Body)
|
|
|
+| 参数名称 | 数据类型 | 默认值 | 不为空 | 描述 |
|
|
|
+| ------ | ------ | ------ | ------ | ------ |
|
|
|
+| 请求体|array[string]||true|entry_id列表|
|
|
|
+### 响应体
|
|
|
+● 200: OK 响应数据格式:JSON
|
|
|
+```json
|
|
|
+{
|
|
|
+ "code": "0x000000",
|
|
|
+ "description": "Success",
|
|
|
+ "solution": "",
|
|
|
+ "data": {
|
|
|
+ "@type": "type.googleapis.com/google.protobuf.Empty",
|
|
|
+ "value": {}
|
|
|
+ }
|
|
|
+}
|
|
|
+```
|
|
|
+请求示例:
|
|
|
+```
|
|
|
+[
|
|
|
+ "90d2ee28ef43f742c8c65ee26b8674bd",
|
|
|
+ "4aa9c78d484536f75247f522dc6dfacf"
|
|
|
+]
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+## 37 报告预览
|
|
|
|
|
|
> POST /dr/api/v1/auth/report/preview
|
|
|
### 接口说明
|
|
|
@@ -4365,7 +4637,7 @@ DELETE {{drurl}}/api/v1/auth/image/1.2.276.0.1000000.5.1.4.701601461.19649.17495
|
|
|
宠物示例:
|
|
|

|
|
|
|
|
|
-## 34 保存报告
|
|
|
+## 38 保存报告
|
|
|
|
|
|
> POST /dr/api/v1/auth/study/{id}/report
|
|
|
### 接口说明
|
|
|
@@ -4431,7 +4703,7 @@ DELETE {{drurl}}/api/v1/auth/image/1.2.276.0.1000000.5.1.4.701601461.19649.17495
|
|
|
示例
|
|
|

|
|
|
|
|
|
-## 35 获取报告
|
|
|
+## 39 获取报告
|
|
|
|
|
|
> GET /dr/api/v1/auth/study/{id}/report
|
|
|
### 接口说明
|
|
|
@@ -4452,7 +4724,7 @@ DELETE {{drurl}}/api/v1/auth/image/1.2.276.0.1000000.5.1.4.701601461.19649.17495
|
|
|
请求示例
|
|
|
/api/v1/auth/study/20250912063732016/report
|
|
|
|
|
|
-## 36 [Device]打开设备
|
|
|
+## 40 [Device]打开设备
|
|
|
|
|
|
> POST /api/v1/auth/device/open
|
|
|
### 接口说明
|
|
|
@@ -4483,7 +4755,7 @@ DELETE {{drurl}}/api/v1/auth/image/1.2.276.0.1000000.5.1.4.701601461.19649.17495
|
|
|
```
|
|
|
|
|
|
|
|
|
-## 37 [Device]执行Get
|
|
|
+## 41 [Device]执行Get
|
|
|
|
|
|
> POST /api/v1/auth/device/get
|
|
|
### 接口说明
|
|
|
@@ -4515,7 +4787,7 @@ DELETE {{drurl}}/api/v1/auth/image/1.2.276.0.1000000.5.1.4.701601461.19649.17495
|
|
|
```
|
|
|
|
|
|
|
|
|
-## 38 [Device]执行Action
|
|
|
+## 42 [Device]执行Action
|
|
|
|
|
|
> POST /api/v1/auth/device/action
|
|
|
### 接口说明
|
|
|
@@ -4550,7 +4822,7 @@ DELETE {{drurl}}/api/v1/auth/image/1.2.276.0.1000000.5.1.4.701601461.19649.17495
|
|
|
```
|
|
|
|
|
|
|
|
|
-## 39 [Task]开始检查
|
|
|
+## 43 [Task]开始检查
|
|
|
|
|
|
> POST /api/v1/auth/task/inspection/start
|
|
|
### 接口说明
|
|
|
@@ -4585,7 +4857,7 @@ DELETE {{drurl}}/api/v1/auth/image/1.2.276.0.1000000.5.1.4.701601461.19649.17495
|
|
|
```
|
|
|
|
|
|
|
|
|
-## 40 [Task]获取全局状态
|
|
|
+## 44 [Task]获取全局状态
|
|
|
|
|
|
> GET /api/v1/auth/task/inspection/status
|
|
|
### 接口说明
|
|
|
@@ -4632,7 +4904,7 @@ Topic: MODULE/TASK/STATUS/GLOBAL
|
|
|
```
|
|
|
|
|
|
|
|
|
-## 41 [Task]软曝光(包含状态推送说明)
|
|
|
+## 45 [Task]软曝光(包含状态推送说明)
|
|
|
|
|
|
> POST /api/v1/auth/task/inspection/trigger
|
|
|
### 接口说明
|
|
|
@@ -4692,7 +4964,7 @@ Topic: MODULE/TASK/STATUS/GLOBAL
|
|
|
```
|
|
|
|
|
|
|
|
|
-## 42 [Task]接受拒绝图像
|
|
|
+## 46 [Task]接受拒绝图像
|
|
|
|
|
|
> POST /api/v1/auth/task/inspection/judge
|
|
|
### 接口说明
|
|
|
@@ -4728,7 +5000,7 @@ Topic: MODULE/TASK/STATUS/GLOBAL
|
|
|
```
|
|
|
|
|
|
|
|
|
-## 43 [Task]挂起或完成study
|
|
|
+## 47 [Task]挂起或完成study
|
|
|
|
|
|
> POST /api/v1/auth/task/inspection/leave
|
|
|
### 接口说明
|