文档
测试

我的处方信息查询

POST
http://ip:port/bcapp/core/myPrescription

接口描述

我的处方信息查询

请求参数

参数名
类型
描述
必填
doctorAccount
String
【必填】账户
必填
allPrescription
int
【必填】1:查询全部处方,2:查询待确认处方
必填
pageNum
int
【必填】当前页码,从0开始,默认每页只查询5条
必填

响应数据

{ "result": { "prescription_info": [ { "created_time": "2020-04-01 21:23:38", "head_img": "http://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTKCh6m3PjORZoJONyeQtwjSYha3GibHmOot08dLY2GgiaNbjCyv89B2QyGltp2zdlGX8vS0sKqvlF8g/132", "sex": 2, "prescription_id": 6, "prescription_name": "药方名称2w", "pharmacy_name": "济世堂", "total_fee": 3000, "nick_name": "三字经123", "contact": "22222267677", "name": "6", "prescription_type": 1, "age": 22, "status": 2 } ] }, "success": true, "code": "00000", "message": "请求处理成功!" }

响应参数result说明

参数名
类型
描述
必填
prescription_info
JSONArray
处方信息
必填
created_time
String
开方时间
必填
name
String
就诊人姓名
必填
total_fee
int
处方总金额,单位分
必填
prescription_name
String
药方名称
必填
head_img
String
头像,直接访问
必填
nick_name
String
昵称
必填
sex
int
性别,1:男,2:女
必填
age
int
年龄,单位:岁
必填
prescription_type
int
处方类型,1:在线开方,2:拍照开方,3:开经方
必填
prescription_id
int
处方标唯一识,查询详情时使用
必填
status
int
1:正常,2:打回,3:已确认
必填
pharmacy_name
String
药房名称
必填