[TOC]
简要描述
请求URL
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
page |
是 |
int |
当前页码,从1开始 |
limit |
是 |
int |
每页显示记录数 |
deptId |
是 |
string |
门诊ID |
name |
否 |
string |
药品名称 |
type |
否 |
string |
药品类型 |
返回示例
{
"code": 0,
"msg": "success",
"data": {
"total": 10274,
"list": [
{
"id": "1692112100354686977",
"deptId": null,
"type": "2",
"name": "注射用美洛西林钠",
"code": "YP1",
"pinyin": "ZSYMLXLN",
"specifications": "2g/瓶",
"unit": "sybox",
"sellPieceByPiece": "",
"conversionFactor": 10,
"minimumUnit": "sybottle",
"dose": 2,
"dosageUnit": "syg",
"creator": null,
"createDate": null,
"updater": null,
"updateDate": null,
"status": 0,
"remark": null,
"number": null,
"scattered": null,
"sellPieceByPieceDescription": "不允许",
"unitDescription": "盒",
"numberDescription": null,
"retailPrice": null,
"source": "平台库",
"sss": "0",
"unitIllustrate": "盒",
"minimumUnitIllustrate": "瓶"
},
{
"id": "1692112100505681922",
"deptId": null,
"type": "2",
"name": "注射用阿莫西林钠舒巴坦钠(2:1)",
"code": "YP100",
"pinyin": "ZSYAMXLNSBTN(2:1)",
"specifications": "1.5g/支*10支/盒",
"unit": "sybox",
"sellPieceByPiece": "",
"conversionFactor": 10,
"minimumUnit": "sygroup7",
"dose": 2,
"dosageUnit": "syg",
"creator": null,
"createDate": null,
"updater": null,
"updateDate": null,
"status": 0,
"remark": null,
"number": null,
"scattered": null,
"sellPieceByPieceDescription": "不允许",
"unitDescription": "盒",
"numberDescription": null,
"retailPrice": null,
"source": "平台库",
"sss": "0",
"unitIllustrate": "盒",
"minimumUnitIllustrate": "支"
}
]
}
}
返回参数说明
参数名 |
类型 |
说明 |
id |
Long |
药品ID |
deptId |
Long |
门诊ID |
type |
String |
药品类型 |
name |
String |
药品名称 |
code |
String |
药品编码 |
pinyin |
String |
拼音 |
specifications |
String |
规格 |
unit |
String |
规格 |
sellPieceByPiece |
String |
拆零 |
conversionFactor |
Integer |
换算因子 |
minimumUnit |
String |
最小单位 |
dose |
BigDecimal |
剂量 |
dosageUnit |
String |
剂量单位 |
status |
Integer |
状态 |
remark |
String |
备注 |
number |
Integer |
数量 |
scattered |
Integer |
数量 |
sellPieceByPieceDescription |
String |
是否拆零 |
unitDescription |
String |
是否拆零 |
numberDescription |
String |
库存总量 |
retailPrice |
String |
价格 |
source |
String |
来源 |
sss |
String |
1-平台药,0-库房药 |
unitIllustrate |
String |
常用单位说明 |
minimumUnitIllustrate |
String |
最小单位说明 |
备注