资源简介
海泰电子病历系统源码附带mysql数据库
代码片段和文件信息
package com.ling.entity;
import java.io.Serializable;
import java.util.Date;
import com.baomidou.mybatisplus.annotations.IdType;
import com.baomidou.mybatisplus.annotations.TableField;
import com.baomidou.mybatisplus.annotations.TableId;
/**
*
* 医嘱
*
*/
public class Advice implements Serializable {
@TableField(exist = false)
private static final long serialVersionUID = 1L;
/** 医嘱ID */
@TableId(type = IdType.AUTO)
private Integer adviceID;
/** 医嘱类型ID */
private Integer adviceTypeID;
/** 医嘱类别ID */
private Integer adviceCategoryID;
/** 药物ID */
private Integer drugID;
/** 频率ID */
private Integer frequencyID;
/** 医生ID */
private Integer doctorID;
/** 病人ID */
private Integer patientID;
/** 开始时间 */
private Date startTime;
/** 剂量 */
private Integer dose;
/** 天数/剂数 */
private Integer dayNum;
/** 总量 */
private Integer total;
/** 医生说明 */
private String doctoNote;
/** 有效否 */
private Integer effectiveNot;
public Integer getAdviceID() {
return adviceID;
}
public void setAdviceID(Integer adviceID) {
this.adviceID = adviceID;
}
public Integer getAdviceTypeID() {
return adviceTypeID;
}
public void setAdviceTypeID(Integer adviceTypeID) {
this.adviceTypeID = adviceTypeID;
}
public Integer getAdviceCategoryID() {
return adviceCategoryID;
}
public void setAdviceCategoryID(Integer adviceCategoryID) {
this.adviceCategoryID = adviceCategoryID;
}
public Integer getDrugID() {
return drugID;
}
public void setDrugID(Integer drugID) {
this.drugID = drugID;
}
public Integer getFrequencyID() {
return frequencyID;
}
public void setFrequencyID(Integer frequencyID) {
this.frequencyID = frequencyID;
}
public Integer getDoctorID() {
return doctorID;
}
public void setDoctorID(Integer doctorID) {
this.doctorID = doctorID;
}
public Integer getPatientID() {
return patientID;
}
public void setPatientID(Integer patientID) {
this.patientID = patientID;
}
public Date getStartTime() {
return startTime;
}
public void setStartTime(Date startTime) {
this.startTime = startTime;
}
public Integer getDose() {
return dose;
}
public void setDose(Integer dose) {
this.dose = dose;
}
public Integer getDayNum() {
return dayNum;
}
public void setDayNum(Integer dayNum) {
this.dayNum = dayNum;
}
public Integer getTotal() {
return total;
}
public void setTotal(Integer total) {
this.total = total;
}
public String getDoctoNote() {
return doctoNote;
}
public void setDoctoNote(String doctoNote) {
this.doctoNote = doctoNote;
}
public Integer getEffectiveNot() {
return effectiveNot;
}
public void setEffectiveNot(Integer effectiveNot) {
this.effectiveNot = effectiveNot;
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-03-15 17:08 海泰电子病历系统\
目录 0 2017-03-15 17:11 海泰电子病历系统\任务计划书和需求\
文件 24911360 2016-11-09 14:56 海泰电子病历系统\任务计划书和需求\海泰电子病历系统-(医生)用户手册.doc
目录 0 2017-03-15 17:13 海泰电子病历系统\数据库文件\
文件 40994 2017-03-15 17:13 海泰电子病历系统\数据库文件\htdzbl.sql
目录 0 2017-03-15 17:12 海泰电子病历系统\源代码\
目录 0 2017-03-15 17:12 海泰电子病历系统\源代码\htdzbl\
文件 529 2016-11-30 17:16 海泰电子病历系统\源代码\htdzbl\.classpath
目录 0 2017-03-15 17:12 海泰电子病历系统\源代码\htdzbl\.externalToolBuilders\
目录 0 2017-03-15 17:12 海泰电子病历系统\源代码\htdzbl\.externalToolBuilders\.svn\
文件 345 2016-11-29 08:28 海泰电子病历系统\源代码\htdzbl\.externalToolBuilders\.svn\all-wcprops
文件 467 2016-11-29 08:28 海泰电子病历系统\源代码\htdzbl\.externalToolBuilders\.svn\entries
目录 0 2016-11-29 08:28 海泰电子病历系统\源代码\htdzbl\.externalToolBuilders\.svn\prop-ba
目录 0 2016-11-29 08:28 海泰电子病历系统\源代码\htdzbl\.externalToolBuilders\.svn\props\
目录 0 2017-03-15 17:12 海泰电子病历系统\源代码\htdzbl\.externalToolBuilders\.svn\text-ba
文件 548 2016-11-29 08:28 海泰电子病历系统\源代码\htdzbl\.externalToolBuilders\.svn\text-ba
目录 0 2017-03-15 17:12 海泰电子病历系统\源代码\htdzbl\.externalToolBuilders\.svn\tmp\
目录 0 2016-11-29 08:28 海泰电子病历系统\源代码\htdzbl\.externalToolBuilders\.svn\tmp\prop-ba
目录 0 2016-11-29 08:28 海泰电子病历系统\源代码\htdzbl\.externalToolBuilders\.svn\tmp\props\
目录 0 2016-11-29 08:28 海泰电子病历系统\源代码\htdzbl\.externalToolBuilders\.svn\tmp\text-ba
文件 548 2016-11-29 08:12 海泰电子病历系统\源代码\htdzbl\.externalToolBuilders\org.eclipse.wst.jsdt.core.ja
目录 0 2017-03-15 17:12 海泰电子病历系统\源代码\htdzbl\.myeclipse\
目录 0 2017-03-15 17:12 海泰电子病历系统\源代码\htdzbl\.myeclipse\.svn\
文件 102 2016-11-28 22:00 海泰电子病历系统\源代码\htdzbl\.myeclipse\.svn\all-wcprops
文件 249 2016-11-28 22:00 海泰电子病历系统\源代码\htdzbl\.myeclipse\.svn\entries
目录 0 2016-11-28 22:00 海泰电子病历系统\源代码\htdzbl\.myeclipse\.svn\prop-ba
目录 0 2016-11-28 22:00 海泰电子病历系统\源代码\htdzbl\.myeclipse\.svn\props\
目录 0 2016-11-28 22:00 海泰电子病历系统\源代码\htdzbl\.myeclipse\.svn\text-ba
目录 0 2017-03-15 17:12 海泰电子病历系统\源代码\htdzbl\.myeclipse\.svn\tmp\
目录 0 2016-11-28 22:00 海泰电子病历系统\源代码\htdzbl\.myeclipse\.svn\tmp\prop-ba
目录 0 2016-11-28 22:00 海泰电子病历系统\源代码\htdzbl\.myeclipse\.svn\tmp\props\
............此处省略1300个文件信息
评论
共有 条评论