資源簡(jiǎn)介
JSP+Struts2結(jié)合開(kāi)發(fā)醫(yī)院管理系統(tǒng),提高web開(kāi)發(fā)能力

代碼片段和文件信息
package?org.com.action;
import?java.sql.Connection;
import?javax.servlet.http.HttpServletRequest;
import?javax.servlet.http.HttpSession;
import?net.sf.json.JSONArray;
import?net.sf.json.JSONobject;
import?org.apache.struts2.ServletActionContext;
import?org.apache.struts2.interceptor.ServletRequestAware;
import?org.com.dao.GuaHaoDao;
import?org.com.dao.PatientDao;
import?org.com.dao.UserDao;
import?org.com.model.GuaHao;
import?org.com.model.PageBean;
import?org.com.model.Patient;
import?org.com.model.User;
import?org.com.util.DbUtil;
import?org.com.util.JsonUtil;
import?org.com.util.ResponseUtil;
import?org.com.util.StringUtil;
import?com.opensymphony.xwork2.ActionSupport;
public?class?GuaHaoAction?extends?ActionSupport?implements?ServletRequestAware{
private?GuaHao?guahao;//guahao對(duì)象
private?Patient?patient;//patient對(duì)象
private?String?page;//分頁(yè)數(shù)據(jù)
private?String?rows;//分頁(yè)數(shù)據(jù)
private?String?delIds;//批量刪除數(shù)據(jù)的序列號(hào)
private?String?ghId;//修改掛號(hào)信息資料的參數(shù)
//查詢條件的變量
private?String?s_patientName;
private?String?s_sex;
private?String?s_bGhDate;
private?String?s_eGhDate;
private?String?s_userId;
private?String?s_officeName;
public?GuaHao?getGuahao()?{
return?guahao;
}
public?void?setGuahao(GuaHao?guahao)?{
this.guahao?=?guahao;
}
public?String?getPage()?{
return?page;
}
public?void?setPage(String?page)?{
this.page?=?page;
}
public?String?getRows()?{
return?rows;
}
public?void?setRows(String?rows)?{
this.rows?=?rows;
}
public?String?getDelIds()?{
return?delIds;
}
public?void?setDelIds(String?delIds)?{
this.delIds?=?delIds;
}
public?Patient?getPatient()?{
return?patient;
}
public?void?setPatient(Patient?patient)?{
this.patient?=?patient;
}
public?String?getGhId()?{
return?ghId;
}
public?void?setGhId(String?ghId)?{
this.ghId?=?ghId;
}
public?String?getS_patientName()?{
return?s_patientName;
}
public?void?setS_patientName(String?s_patientName)?{
this.s_patientName?=?s_patientName;
}
public?String?getS_sex()?{
return?s_sex;
}
public?void?setS_sex(String?s_sex)?{
this.s_sex?=?s_sex;
}
public?String?getS_bGhDate()?{
return?s_bGhDate;
}
public?void?setS_bGhDate(String?s_bGhDate)?{
this.s_bGhDate?=?s_bGhDate;
}
public?String?getS_eGhDate()?{
return?s_eGhDate;
}
public?void?setS_eGhDate(String?s_eGhDate)?{
this.s_eGhDate?=?s_eGhDate;
}
public?String?getS_userId()?{
return?s_userId;
}
public?void?setS_userId(String?s_userId)?{
this.s_userId?=?s_userId;
}
public?String?getS_officeName()?{
return?s_officeName;
}
public?void?setS_officeName(String?s_officeName)?{
this.s_officeName?=?s_officeName;
}
DbUtil?dbUtil=new?DbUtil();
UserDao?userDao=new?UserDao();
GuaHaoDao?guahaoDao=new?GuaHaoDao();
PatientDao?patientDao=new?PatientDao();
HttpServletRequest?request;
//當(dāng)前用戶
User?currentUser;
@Override
public?String?execute()?throws?Except
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件???????4133??2014-10-10?22:07??基于?JSP+Struts2醫(yī)院掛號(hào)系統(tǒng)\db_patient.sql
?????文件????????715??2014-10-10?21:58??基于?JSP+Struts2醫(yī)院掛號(hào)系統(tǒng)\PatientInfo\.classpath
?????文件???????1186??2014-10-10?21:37??基于?JSP+Struts2醫(yī)院掛號(hào)系統(tǒng)\PatientInfo\.project
?????文件????????503??2013-08-03?12:57??基于?JSP+Struts2醫(yī)院掛號(hào)系統(tǒng)\PatientInfo\.settings\.jsdtscope
?????文件?????????74??2014-10-10?22:06??基于?JSP+Struts2醫(yī)院掛號(hào)系統(tǒng)\PatientInfo\.settings\com.genuitec.eclipse.core.prefs
?????文件?????????76??2014-10-10?21:30??基于?JSP+Struts2醫(yī)院掛號(hào)系統(tǒng)\PatientInfo\.settings\com.genuitec.eclipse.migration.prefs
?????文件????????110??2014-10-10?21:32??基于?JSP+Struts2醫(yī)院掛號(hào)系統(tǒng)\PatientInfo\.settings\org.eclipse.core.resources.prefs
?????文件????????598??2014-10-10?21:57??基于?JSP+Struts2醫(yī)院掛號(hào)系統(tǒng)\PatientInfo\.settings\org.eclipse.jdt.core.prefs
?????文件????????487??2013-08-03?18:18??基于?JSP+Struts2醫(yī)院掛號(hào)系統(tǒng)\PatientInfo\.settings\org.eclipse.wst.common.component
?????文件????????345??2014-10-10?21:30??基于?JSP+Struts2醫(yī)院掛號(hào)系統(tǒng)\PatientInfo\.settings\org.eclipse.wst.common.project.facet.core.xm
?????文件?????????49??2013-08-03?12:57??基于?JSP+Struts2醫(yī)院掛號(hào)系統(tǒng)\PatientInfo\.settings\org.eclipse.wst.jsdt.ui.superType.container
?????文件??????????6??2013-08-03?12:57??基于?JSP+Struts2醫(yī)院掛號(hào)系統(tǒng)\PatientInfo\.settings\org.eclipse.wst.jsdt.ui.superType.name
?????文件???????7631??2014-10-10?21:58??基于?JSP+Struts2醫(yī)院掛號(hào)系統(tǒng)\PatientInfo\build\classes\org\com\action\GuaHaoAction.class
?????文件???????3481??2014-10-10?21:58??基于?JSP+Struts2醫(yī)院掛號(hào)系統(tǒng)\PatientInfo\build\classes\org\com\action\LoginAction.class
?????文件??????13063??2014-10-10?21:58??基于?JSP+Struts2醫(yī)院掛號(hào)系統(tǒng)\PatientInfo\build\classes\org\com\action\PatientAction.class
?????文件???????5499??2014-10-10?21:58??基于?JSP+Struts2醫(yī)院掛號(hào)系統(tǒng)\PatientInfo\build\classes\org\com\action\ViewResultAction.class
?????文件???????5220??2014-10-10?21:58??基于?JSP+Struts2醫(yī)院掛號(hào)系統(tǒng)\PatientInfo\build\classes\org\com\dao\GuaHaoDao.class
?????文件???????4613??2014-10-10?21:58??基于?JSP+Struts2醫(yī)院掛號(hào)系統(tǒng)\PatientInfo\build\classes\org\com\dao\PatientDao.class
?????文件???????1870??2014-10-10?21:58??基于?JSP+Struts2醫(yī)院掛號(hào)系統(tǒng)\PatientInfo\build\classes\org\com\dao\UserDao.class
?????文件???????1583??2014-10-10?21:58??基于?JSP+Struts2醫(yī)院掛號(hào)系統(tǒng)\PatientInfo\build\classes\org\com\model\GuaHao.class
?????文件????????813??2014-10-10?21:58??基于?JSP+Struts2醫(yī)院掛號(hào)系統(tǒng)\PatientInfo\build\classes\org\com\model\PageBean.class
?????文件???????2165??2014-10-10?21:58??基于?JSP+Struts2醫(yī)院掛號(hào)系統(tǒng)\PatientInfo\build\classes\org\com\model\Patient.class
?????文件???????1257??2014-10-10?21:58??基于?JSP+Struts2醫(yī)院掛號(hào)系統(tǒng)\PatientInfo\build\classes\org\com\model\User.class
?????文件???????1027??2014-10-10?21:58??基于?JSP+Struts2醫(yī)院掛號(hào)系統(tǒng)\PatientInfo\build\classes\org\com\util\DateUtil.class
?????文件???????1491??2014-10-10?21:58??基于?JSP+Struts2醫(yī)院掛號(hào)系統(tǒng)\PatientInfo\build\classes\org\com\util\DbUtil.class
?????文件???????1522??2014-10-10?21:58??基于?JSP+Struts2醫(yī)院掛號(hào)系統(tǒng)\PatientInfo\build\classes\org\com\util\JsonUtil.class
?????文件????????941??2014-10-10?21:58??基于?JSP+Struts2醫(yī)院掛號(hào)系統(tǒng)\PatientInfo\build\classes\org\com\util\ResponseUtil.class
?????文件????????623??2014-10-10?21:58??基于?JSP+Struts2醫(yī)院掛號(hào)系統(tǒng)\PatientInfo\build\classes\org\com\util\StringUtil.class
?????文件????????701??2013-08-06?13:56??基于?JSP+Struts2醫(yī)院掛號(hào)系統(tǒng)\PatientInfo\build\classes\struts-jfreechart.xm
?????文件????????810??2013-08-07?20:18??基于?JSP+Struts2醫(yī)院掛號(hào)系統(tǒng)\PatientInfo\build\classes\struts.xm
............此處省略666個(gè)文件信息
評(píng)論
共有 條評(píng)論