|
@ -1449,6 +1449,9 @@ public class PrescriptionService extends BaseJpaService<WlyyPrescriptionDO, Pres
|
|
|
|
|
|
json.put("frequency",inspectionDO.getFrequency()); //组号
|
|
|
json.put("quantity",inspectionDO.getQuantity()); //数量
|
|
|
json.put("serialNo",outpatientDO.getRegisterNo()); //挂号流水号-必输
|
|
|
json.put("groupNo","00"); //-库房号
|
|
|
json.put("serial","00"); //药品序列号-必输
|
|
|
|
|
|
json.put("winNo",outpatientDO.getWinNo());
|
|
|
json.put("chargeFlag",2); //项目类别-必输 1-药品 2检验检查
|