rapha99

rapha99


查询患者预约列表Api

简要描述
  • 患者预约列表
请求URL
  • http://xx.com/ApiHospital/GetAppoint/1
请求方式
  • Get
参数
参数名 必选 类型 说明
patientId int 患者ID
isFinished int 是否结束 1.已结束 0.进行中(同1患者同1医师只能存在1条进行中的预约)
physician_Code string 医师编号
page int 页码


##### 返回参数说明 

|参数名|类型|说明|
|:-----  |:-----|-----                           |
|Code |int   |0:成功 -1:失败 |
|Data |List<Appoint>   |预约列表  |

|参数名|类型|说明|
|:-----  |:-----|-----                           |
|AppointDate |string   |预约日期 |
|Department_Code |string   |诊疗科编码  |
|Department_Name |string   |诊疗科名称  |
|Physician_Name |string   |医师名称  |
|Physician_Code |string   |医师编码  |
|PatientInfoId |string   |患者ID  |
|IsFinished |int   |是否结束  |
|ShouFuRemark |string   |受付备注  |
|ShouFuRemark_Code |string   |受付备注编码  |
|BuChongRemark |string   |补充备注  |
|BuChongRemark_Code |string   |补充备注编码  |
|YuYueRemark |string   |预约备注  |
|YuYueRemark_Code |string   |预约备注code  |

##### 备注 

- 更多返回错误代码请看首页的错误代码描述

页面列表

ITEM_HTML