|
|
@@ -136,6 +136,7 @@ public class HospGetDataToRuleEngine {
|
|
|
Object patientGender = lowercaseMap.get("patient_gender");
|
|
|
lowercaseMap.put("patient_gender", CommonUtil.getMedicalSex(patientGender));
|
|
|
Object quantity = lowercaseMap.get("quantity");
|
|
|
+ lowercaseMap.put(SystemEventAttrConstant.HIS_CHANGE_CLASS,"01");
|
|
|
if (null != quantity) {
|
|
|
BigDecimal quantityInt = (BigDecimal) quantity;
|
|
|
if (quantityInt.intValue() <= 0) {
|