大体报告创建/列表grossReportLC
POST
http://127.0.0.1:8000/grossReportLC
接口描述
创建(POST),列表(GET),列表中可搜索、排序
请求参数
参数名
类型
描述
必填
ordering
char
可选。包括 'doctor__doctor_info_of__name', 'created', '-doctor__doctor_info_of__name', '-created'
必填
search
char
可选。仅可搜索 医生名字
必填
medicalFile
int
可选。可以获取某一病人的某次病理档案下的所有大体报告,传入id即可
必填
medicalFile__patient__id
可选。可以获取某一病人的所有大体报告,传入id即可
必填
doctor
int
可选。可以获取某一医生创建的报告,传入id即可
必填
medicalFile
int
创建POST时必填,传入病理档案的id。
必填
detail
json
创建POST时必填。详情描述
必填