文档
测试

病人通过日期查找病例

POST
http://localhost:8083/patient/findCaseByDate

接口描述

通过病人id和病例日期查找病例

请求参数

参数名
类型
描述
必填
patient
object
数据对象
必填
id
int
示例:4
必填
date
String
示例:2021-06-15
必填

响应参数

参数名
类型
描述
必填
code
int
成功则返回200
必填
msg
String
成功则返回"success"
必填
data
object
数据字典
必填
list
list数组
数据对象数组
必填
patient
object
数据对象
必填
id
int
示例:4
必填
realName
String
示例:李四
必填
phone
String
示例:19966664444
必填
doctor
object
数据对象
必填
id
int
示例:7
必填
description
String
示例:嗜睡
必填
canAlter
int
示例:1
必填
date
String
示例:2021-06-15 19:56:15
必填
department
String
医生科室,示例:肛肠科
必填

说明 / 示例

![image.png](https://cos.easydoc.net/56880082/files/kpy0jdbi.png) 图像为请求json数据示例