|
|
|
@ -1758,12 +1758,12 @@ public class CtqyyClient extends CommonHttpClient {
|
|
|
|
|
//区分住院、门诊处方
|
|
|
|
|
if (IntUtil.value(presInfoEntity.getIN_HOSP()) == 1) {
|
|
|
|
|
ioCollectOrder.setBusType("YPCF003");
|
|
|
|
|
ioCollectOrder.setBillNo(presInfoEntity.getSTOOUT_NO());
|
|
|
|
|
// ioCollectOrder.setBillNo(presInfoEntity.getSTOOUT_NO());
|
|
|
|
|
} else {
|
|
|
|
|
ioCollectOrder.setBusType("YPCF002");
|
|
|
|
|
ioCollectOrder.setBillNo(presInfoEntity.getPRESCRIBE_NUMBER());
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
ioCollectOrder.setBillNo(presInfoEntity.getPRESCRIBE_NUMBER());
|
|
|
|
|
ioCollectOrder.setFromType("HIS系统");
|
|
|
|
|
ioCollectOrder.setFromCorp(presInfoEntity.getSICK_ID());
|
|
|
|
|
ioCollectOrder.setWorkPlaceCode(udiwmsBasicSkPrescribeRequest.getWorkPlaceCode());
|
|
|
|
|