|
@@ -156,6 +156,9 @@ public class SiMzFeeService {
|
|
|
item.setChrgBchno(batchNo);
|
|
|
item.setRxCircFlag(YesOrNo.NO.getCodeStr());
|
|
|
item.setHospApprFlag(YesOrNo.YES.getCodeStr());
|
|
|
+ if (siPatInfo.getMedType().equals("51")) {
|
|
|
+ item.setMatnFeeFlag("1");
|
|
|
+ }
|
|
|
});
|
|
|
JSONObject input = exec.makeTradeHeaderWithInsureArea(SiFunction.UPLOAD_OUTPATIENT_FEE_DETAILS,
|
|
|
siPatInfo.getInsuplcAdmdvs(), p.getStaffId());
|