|
@@ -0,0 +1,202 @@
|
|
|
+# 说明
|
|
|
+
|
|
|
+注册一个work信息,即患者检查信息
|
|
|
+
|
|
|
+## 1. 按患者类型和身体部位从后端拉取procedure
|
|
|
+
|
|
|
+### HTTP Method: POST
|
|
|
+
|
|
|
+### Headers
|
|
|
+
|
|
|
+- **Authorization** : 默认值是 Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3NTEyNzc5NzAsImlkIjoxLCJuYW1lIjoiYWRtaW4ifQ.ooTGwBXaNhtunbKbpqteWbjDwJLjnRmSIl80r5dp1pY
|
|
|
+- **Language**: `en` 或 `zh`
|
|
|
+- **Product**: `DROS` 或 `VETDROS`
|
|
|
+- **Source**: `Electron` 或 `Browser` 或 `Android`
|
|
|
+
|
|
|
+### Endpoint URL: /dr/api/v1/auth/study
|
|
|
+
|
|
|
+### query parameters
|
|
|
+
|
|
|
+### request_body 请求body
|
|
|
+
|
|
|
+请求参数example:
|
|
|
+
|
|
|
+```json
|
|
|
+{
|
|
|
+ "accession_number": "ACC0012345",
|
|
|
+ "patient_id": "PET007",
|
|
|
+ "patient_name": "Buddy",
|
|
|
+ "patient_size": "Large",
|
|
|
+ "patient_age": "5Y",
|
|
|
+ "patient_dob": "2025-06-10T03:12:36.181739Z",
|
|
|
+ "patient_sex": "",
|
|
|
+ "sex_neutered": "",
|
|
|
+ "pregnancy_status": "",
|
|
|
+ "chip_number": "CHIP123456789",
|
|
|
+ "variety": "Golden Retriever",
|
|
|
+ "patient_type": "Human",
|
|
|
+ "ref_physician": "Dr. Smith (Vet)",
|
|
|
+ "operator_id": "OP987",
|
|
|
+ "modality": "DX",
|
|
|
+ "weight": 25,
|
|
|
+ "thickness": 15,
|
|
|
+ "length": 60,
|
|
|
+ "study_type": "Normal",
|
|
|
+ "comment": "Patient presented with limping in right hind leg. Sedation administered.",
|
|
|
+ "views": [
|
|
|
+ {
|
|
|
+ "view_id": "View_DX_T_A_SK_AP_00",
|
|
|
+ "procedure_id": "P0-0002"
|
|
|
+ }
|
|
|
+ ]
|
|
|
+}
|
|
|
+```
|
|
|
+
|
|
|
+说明:
|
|
|
+
|
|
|
+- 属性views是个数组
|
|
|
+- 非views的其他属性形成一个work类型
|
|
|
+
|
|
|
+### Response Status: 200 (OK)
|
|
|
+
|
|
|
+### Response Data: Returns a JSON
|
|
|
+
|
|
|
+example :
|
|
|
+
|
|
|
+```json
|
|
|
+{
|
|
|
+ "code": "0x000000",
|
|
|
+ "description": "Success",
|
|
|
+ "solution": "",
|
|
|
+ "data": {
|
|
|
+ "@type": "type.googleapis.com/dr.study.StudyReply",
|
|
|
+ "study_instance_uid": "1.2.276.0.1000000.5.1.2.701601461.19649.1749545373.668668",
|
|
|
+ "study_id": "20250610164933314",
|
|
|
+ "public_study_id": "",
|
|
|
+ "specific_character_set": "ISO_IR 192",
|
|
|
+ "accession_number": "ACC0012345",
|
|
|
+ "ref_physician": "Dr. Smith (Vet)",
|
|
|
+ "patient_id": "PET007",
|
|
|
+ "patient_name": "Buddy (Dog)",
|
|
|
+ "patient_size": "Large",
|
|
|
+ "other_patient_ids": "",
|
|
|
+ "other_patient_names": "",
|
|
|
+ "owner_name": "",
|
|
|
+ "patient_age": "5Y",
|
|
|
+ "patient_dob": "2025-06-10T03:12:36.181739Z",
|
|
|
+ "patient_sex": "Male",
|
|
|
+ "patient_state": "",
|
|
|
+ "admitting_time": null,
|
|
|
+ "priority": "",
|
|
|
+ "reg_source": "",
|
|
|
+ "study_status": "",
|
|
|
+ "study_description": "",
|
|
|
+ "study_start_datetime": null,
|
|
|
+ "study_end_datetime": null,
|
|
|
+ "scheduled_procedure_step_start_date": null,
|
|
|
+ "performed_physician": "",
|
|
|
+ "study_lock": "UNLOCKED",
|
|
|
+ "folder_path": "",
|
|
|
+ "operator_name": "",
|
|
|
+ "modality": "DR",
|
|
|
+ "weight": 25,
|
|
|
+ "thickness": 15,
|
|
|
+ "length": 60,
|
|
|
+ "patient_type": "",
|
|
|
+ "study_type": "",
|
|
|
+ "mwl": "",
|
|
|
+ "is_exported": false,
|
|
|
+ "is_edited": false,
|
|
|
+ "is_appended": false,
|
|
|
+ "department": "",
|
|
|
+ "mapped_status": false,
|
|
|
+ "qc_result": false,
|
|
|
+ "comment": "Patient presented with limping in right hind leg. Sedation administered.",
|
|
|
+ "sort": 0,
|
|
|
+ "product": "DROS",
|
|
|
+ "series": [
|
|
|
+ {
|
|
|
+ "series_instance_uid": "1.2.276.0.1000000.5.1.3.701601461.19649.1749545373.668669",
|
|
|
+ "study_instance_uid": "1.2.276.0.1000000.5.1.2.701601461.19649.1749545373.668668",
|
|
|
+ "study_id": "20250610164933314",
|
|
|
+ "procedure_id": "P0-0002",
|
|
|
+ "body_part": "Human_SKULL",
|
|
|
+ "performed_datetime": null,
|
|
|
+ "performed_protocol_code_meaning": "颅骨前后位 + 侧位",
|
|
|
+ "performed_protocol_code_value": "P0-0002",
|
|
|
+ "sort": 1,
|
|
|
+ "product": "DROS",
|
|
|
+ "is_pre_install": true,
|
|
|
+ "images": [
|
|
|
+ {
|
|
|
+ "sop_instance_id": "1.2.276.0.1000000.5.1.4.701601461.19649.1749545373.668670",
|
|
|
+ "series_instance_uid": "1.2.276.0.1000000.5.1.3.701601461.19649.1749545373.668669",
|
|
|
+ "study_instance_uid": "1.2.276.0.1000000.5.1.2.701601461.19649.1749545373.668668",
|
|
|
+ "secondary_sop_uid": "",
|
|
|
+ "study_id": "20250610164933314",
|
|
|
+ "view_id": "View_DX_T_A_SK_AP_00",
|
|
|
+ "view_description": "颅骨前后位",
|
|
|
+ "image_status": "QUEUEING",
|
|
|
+ "image_file_path": "",
|
|
|
+ "acquisition_mode": "RAD",
|
|
|
+ "acquisition_context": null,
|
|
|
+ "img_proc_context": null,
|
|
|
+ "sort": 1,
|
|
|
+ "product": "DROS",
|
|
|
+ "is_pre_install": true
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "sop_instance_id": "1.2.276.0.1000000.5.1.4.701601461.19649.1749545373.668671",
|
|
|
+ "series_instance_uid": "1.2.276.0.1000000.5.1.3.701601461.19649.1749545373.668669",
|
|
|
+ "study_instance_uid": "1.2.276.0.1000000.5.1.2.701601461.19649.1749545373.668668",
|
|
|
+ "secondary_sop_uid": "",
|
|
|
+ "study_id": "20250610164933314",
|
|
|
+ "view_id": "View_DX_T_A_SK_LAT_00",
|
|
|
+ "view_description": "颅骨左侧位",
|
|
|
+ "image_status": "QUEUEING",
|
|
|
+ "image_file_path": "",
|
|
|
+ "acquisition_mode": "RAD",
|
|
|
+ "acquisition_context": null,
|
|
|
+ "img_proc_context": null,
|
|
|
+ "sort": 2,
|
|
|
+ "product": "DROS",
|
|
|
+ "is_pre_install": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "series_instance_uid": "1.2.276.0.1000000.5.1.3.701601461.19649.1749545373.668672",
|
|
|
+ "study_instance_uid": "1.2.276.0.1000000.5.1.2.701601461.19649.1749545373.668668",
|
|
|
+ "study_id": "20250610164933314",
|
|
|
+ "procedure_id": "",
|
|
|
+ "body_part": "Human_SKULL",
|
|
|
+ "performed_datetime": null,
|
|
|
+ "performed_protocol_code_meaning": "",
|
|
|
+ "performed_protocol_code_value": "",
|
|
|
+ "sort": 2,
|
|
|
+ "product": "DROS",
|
|
|
+ "is_pre_install": true,
|
|
|
+ "images": [
|
|
|
+ {
|
|
|
+ "sop_instance_id": "1.2.276.0.1000000.5.1.4.701601461.19649.1749545373.668673",
|
|
|
+ "series_instance_uid": "1.2.276.0.1000000.5.1.3.701601461.19649.1749545373.668672",
|
|
|
+ "study_instance_uid": "1.2.276.0.1000000.5.1.2.701601461.19649.1749545373.668668",
|
|
|
+ "secondary_sop_uid": "",
|
|
|
+ "study_id": "20250610164933314",
|
|
|
+ "view_id": "View_DX_T_A_SK_Special_04",
|
|
|
+ "view_description": "颅骨汤氏位",
|
|
|
+ "image_status": "QUEUEING",
|
|
|
+ "image_file_path": "",
|
|
|
+ "acquisition_mode": "RAD",
|
|
|
+ "acquisition_context": null,
|
|
|
+ "img_proc_context": null,
|
|
|
+ "sort": 3,
|
|
|
+ "product": "DROS",
|
|
|
+ "is_pre_install": true
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+}
|
|
|
+```
|