文档
测试

切片创建/列表biopsyLC

POST
http://127.0.0.1:8000/biopsyLC

接口描述

切片创建POST/列表GET

请求参数

参数名
类型
描述
必填
ordering
char
列表GET时可选。包括 'operator__doctor_info_of__name', 'created', '-operator__doctor_info_of__name', '-created'
必填
search
char
列表GET时可选。仅可搜索 医生名字、对应区域
必填
operator
int
列表GET时可选。可以获取某一医生创建的报告,传入id即可
必填
materials
int
列表GET时可选。可以获取某一取材报告对应的所有切片信息,传入id即可
必填
area
char
创建POST时必填。对应区域
必填
dyeingMethod
char
创建POST时必填。染色方法
必填
detail
json
创建POST时必填。详情描述
必填

说明 / 示例

# 使用GET方法获取列表时: ## 过滤 operator参数:可以用于过滤。输入的是doctor/operator的id号 materials参数:可以用于过滤。输入的是materials的id号 ## 排序 ordering参数:可使用'operator__doctor_info_of__name', 'created', '-operator__doctor_info_of__name', '-created' ## 搜索 search参数:可输入医生的姓名搜索,或者切片的部位进行搜索