初始化

master
linjj 10 months ago
parent ae38b5d217
commit a1f5cc5410

@ -69,9 +69,9 @@ public class ZJYYController {
} }
@RequestMapping(value = "com" , method = RequestMethod.POST) @RequestMapping(value = "com" , method = RequestMethod.GET)
@ResponseBody @ResponseBody
public String com(String mid){ public String com(){
List<CommomtableCopyVo> com = commomtableMapper.com(); List<CommomtableCopyVo> com = commomtableMapper.com();
for (CommomtableCopyVo list:com){ for (CommomtableCopyVo list:com){
StringBuffer sb=new StringBuffer(); StringBuffer sb=new StringBuffer();

@ -17,28 +17,26 @@ public class AddArchiveMasterVo {
private String ID; private String ID;
//病案id
private String patientId; private String patientId;
//住院号
private String inpNo; private String inpNo;
//住院次数
private String visitId; private String visitId;
//患者姓名
private String name; private String name;
//出院科室名称
private String deptName; private String deptName;
//出院时间
private String dischargeDateTime; private String dischargeDateTime;
//病历状态
private String ArchiveState; private String ArchiveState;
//住院时间
private String admissionDateTime; private String admissionDateTime;
//完整性
private String LockInfo; private String LockInfo;
private String DISCHARGEDISPOSITION; private String DISCHARGEDISPOSITION;
//拆分标识
private String splitName; private String splitName;

@ -12,17 +12,25 @@ import lombok.Data;
public class CommomtableCopyVo { public class CommomtableCopyVo {
private String id; private String id;
//患者姓名
private String name; private String name;
//住院号
private String inpatientNo; private String inpatientNo;
//住院次数
private String admissTimes; private String admissTimes;
//出院时间
private String disDate; private String disDate;
//图像号
private String pageNumber; private String pageNumber;
//旧病案号
private String inpatientNoPast; private String inpatientNoPast;
//出院科室
private String disDept; private String disDept;
//盘号
private String ph; private String ph;
//盘号格式
private String phString; private String phString;
//拆分状态
private int spilStatic; private int spilStatic;
} }

@ -10,24 +10,23 @@ import lombok.Data;
*/ */
@Data @Data
public class ZdAssortVo { public class ZdAssortVo {
//分段id
private String assortId; private String assortId;
//分段名称
private String assortName; private String assortName;
//分段排序
private String assortSort; private String assortSort;
//打印标识
private String printFlag; private String printFlag;
//病案id
private String patientId; private String patientId;
private String DISCHARGEDISPOSITION; private String DISCHARGEDISPOSITION;
//文件路径
private String PDFPATH; private String PDFPATH;
//标识
private String flag; private String flag;
//来源
private String Sys; private String Sys;
//最近更新时间
private String UpLoadDateTime; private String UpLoadDateTime;
} }

@ -18,7 +18,7 @@ spring:
# driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver # driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
# type: com.alibaba.druid.pool.DruidDataSource # type: com.alibaba.druid.pool.DruidDataSource
db1: #数据源1 db1: #数据源1
jdbc-url: jdbc:sqlserver://127.0.0.1:1433;DatabaseName=yd_record jdbc-url: jdbc:sqlserver://127.0.0.1:1433;DatabaseName=zj_record_new
username: sa username: sa
password: admin123 password: admin123
driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver

Loading…
Cancel
Save