摘要:
public void getMedicationAndEncounterInfo() throws Exception { String sql = getParameter("sql"); if (sql == null || sql.trim().length() > list = new MedicationDAO() .getMedicationAndEncounterInfo(sql); List medicationList = list != null && list.size() > 0 ?... 阅读全文