From 68326ec902c887d4a221361d2f70a04156725a44 Mon Sep 17 00:00:00 2001 From: zengwh <81383286@qq.com> Date: Thu, 30 Jul 2020 15:46:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8E=E5=8F=B0=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/emr/controller/HisController.java | 103 - .../java/com/emr/controller/LogAopAction.java | 10 +- .../commomSearch/CommomSearchController.java | 38 +- .../emrApprove/ApproveController.java | 8 +- .../controller/emrLock/EmrLockController.java | 4 +- .../otherManage/BackDatabaseController.java | 8 +- .../TemplateSearchController.java | 38 +- .../java/com/emr/dao/his/HISBA1Mapper.java | 22 - .../java/com/emr/dao/his/HISBA2Mapper.java | 29 - .../java/com/emr/dao/his/HISBA3Mapper.java | 27 - .../java/com/emr/dao/his/HISBA4Mapper.java | 26 - .../java/com/emr/dao/his/HISBA5Mapper.java | 26 - .../java/com/emr/dao/his/HISBA6Mapper.java | 23 - .../java/com/emr/dao/his/HISBA7Mapper.java | 27 - src/main/java/com/emr/entity/his/HISBA1.java | 3114 --------------- src/main/java/com/emr/entity/his/HISBA2.java | 75 - src/main/java/com/emr/entity/his/HISBA3.java | 113 - src/main/java/com/emr/entity/his/HISBA4.java | 295 -- src/main/java/com/emr/entity/his/HISBA5.java | 193 - src/main/java/com/emr/entity/his/HISBA6.java | 355 -- src/main/java/com/emr/entity/his/HISBA7.java | 95 - .../java/com/emr/service/CommomService.java | 33 +- .../service/ImportExcel/ImportExcelUtil.java | 18 +- .../approve/AppleApproveServiceImpl.java | 14 +- .../emr/service/emrCode/DiagServiceImpl.java | 8 +- .../service/emrCode/OperateServiceImpl.java | 8 +- .../PrintOrDownLoadInfoService.java | 16 +- .../AnnotationTemplateServiceImpl.java | 8 +- .../java/com/emr/service/his/HisService.java | 1609 -------- .../recordType/EmrTypeServiceImpl.java | 4 +- src/main/java/com/emr/util/img2PdfUtil.java | 2 + .../resources/mapper/his/HISBA1Mapper.xml | 3353 ----------------- .../resources/mapper/his/HISBA2Mapper.xml | 154 - .../resources/mapper/his/HISBA3Mapper.xml | 189 - .../resources/mapper/his/HISBA4Mapper.xml | 413 -- .../resources/mapper/his/HISBA5Mapper.xml | 290 -- .../resources/mapper/his/HISBA6Mapper.xml | 449 --- .../resources/mapper/his/HISBA7Mapper.xml | 165 - .../WEB-INF/views/font/showPdfFrameFont.jsp | 20 +- .../recordManage/printing/printManage.jsp | 6 +- .../templateSearch/templateSelectIframe.jsp | 2 +- .../templateSearch/templateSelectList.jsp | 8 +- .../webapp/static/js/font/showRecordFont.js | 8 +- 43 files changed, 135 insertions(+), 11271 deletions(-) delete mode 100644 src/main/java/com/emr/controller/HisController.java delete mode 100644 src/main/java/com/emr/dao/his/HISBA1Mapper.java delete mode 100644 src/main/java/com/emr/dao/his/HISBA2Mapper.java delete mode 100644 src/main/java/com/emr/dao/his/HISBA3Mapper.java delete mode 100644 src/main/java/com/emr/dao/his/HISBA4Mapper.java delete mode 100644 src/main/java/com/emr/dao/his/HISBA5Mapper.java delete mode 100644 src/main/java/com/emr/dao/his/HISBA6Mapper.java delete mode 100644 src/main/java/com/emr/dao/his/HISBA7Mapper.java delete mode 100644 src/main/java/com/emr/entity/his/HISBA1.java delete mode 100644 src/main/java/com/emr/entity/his/HISBA2.java delete mode 100644 src/main/java/com/emr/entity/his/HISBA3.java delete mode 100644 src/main/java/com/emr/entity/his/HISBA4.java delete mode 100644 src/main/java/com/emr/entity/his/HISBA5.java delete mode 100644 src/main/java/com/emr/entity/his/HISBA6.java delete mode 100644 src/main/java/com/emr/entity/his/HISBA7.java delete mode 100644 src/main/java/com/emr/service/his/HisService.java delete mode 100644 src/main/resources/mapper/his/HISBA1Mapper.xml delete mode 100644 src/main/resources/mapper/his/HISBA2Mapper.xml delete mode 100644 src/main/resources/mapper/his/HISBA3Mapper.xml delete mode 100644 src/main/resources/mapper/his/HISBA4Mapper.xml delete mode 100644 src/main/resources/mapper/his/HISBA5Mapper.xml delete mode 100644 src/main/resources/mapper/his/HISBA6Mapper.xml delete mode 100644 src/main/resources/mapper/his/HISBA7Mapper.xml diff --git a/src/main/java/com/emr/controller/HisController.java b/src/main/java/com/emr/controller/HisController.java deleted file mode 100644 index 0bf7914..0000000 --- a/src/main/java/com/emr/controller/HisController.java +++ /dev/null @@ -1,103 +0,0 @@ -package com.emr.controller; - -import com.emr.dao.CommomMapper; -import com.emr.dao.Emr_DictionaryMapper; -import com.emr.dao.emrCode.T_DiagMapper; -import com.emr.dao.emrCode.T_OperateMapper; -import com.emr.dao.tBoby.TBabyMapper; -import com.emr.dao.tTumour.TTumourChemotherapyMapper; -import com.emr.entity.Emr_Dictionary; -import com.emr.entity.Power_User; -import com.emr.entity.ResultUtil; -import com.emr.entity.emrCode.T_Diag; -import com.emr.entity.emrCode.T_Operate; -import com.emr.entity.tBoby.TBaby; -import com.emr.entity.tTumour.TTumourChemotherapy; -import com.emr.service.CommomService; -import com.emr.service.his.HisService; -import com.emr.vo.User; -import com.emr.vo.commomSearch.CommomVo; -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.stereotype.Controller; -import org.springframework.web.bind.annotation.PostMapping; -import org.springframework.web.bind.annotation.RequestMapping; -import org.springframework.web.bind.annotation.ResponseBody; - -import javax.servlet.http.HttpServletRequest; -import java.util.ArrayList; -import java.util.List; - -/** - * @ProjectName: - * @Description: - * @Param 传输参数 - * @Return - * @Author: 曾文和 - * @CreateDate: 2020/1/14 17:16 - * @UpdateUser: 曾文和 - * @UpdateDate: 2020/1/14 17:16 - * @UpdateRemark: 更新说明 - * @Version: 1.0 - */ -@Controller -@RequestMapping("his/") -public class HisController { - @Autowired - private HisService hisService; - @Autowired - private CommomMapper commomMapper; - @Autowired - private T_DiagMapper diagMapper; - @Autowired - private T_OperateMapper operateMapper; - @Autowired - private TBabyMapper babyMapper; - @Autowired - private TTumourChemotherapyMapper tumourChemotherapyMapper; - @Autowired - private Emr_DictionaryMapper dictionaryMapper; - @Autowired - private CommomService commomService; - @PostMapping("saveProvincial") - @ResponseBody - public ResultUtil saveProvincial(String patientId, HttpServletRequest request) throws Exception{ - //查询基本信息 - String sql = "SELECT commomtable.*,commomtable1.*,t_charge.case_type FROM commomtable LEFT JOIN commomtable1 ON commomtable.patient_id = commomtable1.patient_id LEFT JOIN t_charge on commomtable.patient_id = t_charge.patient_id" + - " WHERE commomtable.patient_id = '"+ patientId +"'"; - List commomVos = commomMapper.selectAll(sql); - if(null != commomVos && !commomVos.isEmpty()){ - //查询一对多诊断记录 - List diags = diagMapper.selectAllByPatientId(patientId, null); - //查询一对多手术记录 - List operates = operateMapper.selectAllByPatientId(patientId, null); - //查询一对多婴儿记录 - List babies = babyMapper.selectAllByPatientId(patientId, null); - //查询一对多化疗记录 - List tTumourChemotherapies = tumourChemotherapyMapper.selectByPatientId(patientId); - //查询相关字典 - String typeCodes = "'sex_code','country','nation_code','marital_status','dept_code','quality_level','idDeadPsy_code','blood_type','rh_code','recordType_code'," + - "'job','admiss_type','clinicalRecord_code','isDrugAllergy_code','zd_dis_type','isAdmissPlan_code','pay_type','admiss_thing','cut_code','heal_code','anaesthesia','whether','operate_class','childbirthResult_code','childStatus_code','breath_code','radiotherapy_type_code','radiotherapy_program_code'," + - "'radiotherapy_device_code','chemotherapy_type_code','chemotherapy_method_code','curative_effect_code','cut_heal_grade'"; - List dictionarys = dictionaryMapper.getDictionaryByTypeCodes(typeCodes); - //查询用户列表 - Power_User user = (Power_User) request.getSession().getAttribute("CURRENT_USER"); - List userList = commomService.getUserList(user.getUserName(), request); - CommomVo commomVo = commomVos.get(0); - //插入HIS_BA1基本信息表 - hisService.insertHisBa1(commomVo,dictionarys,userList,babies,operates.size()); - //插入HIS_BA6 HIS_病人转科情况 - hisService.insertHisBa2(commomVo,dictionarys); - //插入HIS_BA3 病人诊断信息 - hisService.insertHisBa3(commomVo,dictionarys,diags); - //插入HIS_BA4 病人手术信息 - hisService.insertHisBa4(commomVo,dictionarys,operates,userList); - //插入HIS_BA5 妇婴卡 - hisService.insertHisBa5(commomVo,dictionarys,babies); - //插入HIS_BA6 肿瘤卡 - hisService.insertHisBa6(commomVo,dictionarys); - //插入HIS_BA7 化疗卡 - hisService.insertHisBa7(commomVo,dictionarys,tTumourChemotherapies); - } - return ResultUtil.ok(); - } -} diff --git a/src/main/java/com/emr/controller/LogAopAction.java b/src/main/java/com/emr/controller/LogAopAction.java index e47e79b..3acb5e0 100644 --- a/src/main/java/com/emr/controller/LogAopAction.java +++ b/src/main/java/com/emr/controller/LogAopAction.java @@ -148,23 +148,23 @@ public class LogAopAction { DefaultParameterNameDiscoverer discover = new DefaultParameterNameDiscoverer(); String[] parameterNames = discover.getParameterNames(method); //拼接查询语句 - String sqlWhere = ""; + StringBuilder sqlWhere = new StringBuilder(); if (args.length == 1) { //一个参数如id - sqlWhere = " " + propertyToField(parameterNames[0]) + " = '" + args[0] +"'"; + sqlWhere.append(" " + propertyToField(parameterNames[0]) + " = '" + args[0] +"'"); } else { String regexp = "\'"; for (int i = 0; i < args.length; i++) { String fieldValue = (String)args[i]; fieldValue = fieldValue.replaceAll(regexp, ""); if (i != args.length - 1) { - sqlWhere += " " + propertyToField(parameterNames[i]) + " = '" + fieldValue + "' AND "; + sqlWhere.append(" " + propertyToField(parameterNames[i]) + " = '" + fieldValue + "' AND "); } else { - sqlWhere += " " + propertyToField(parameterNames[i]) + " = '" + fieldValue +"'"; + sqlWhere.append(" " + propertyToField(parameterNames[i]) + " = '" + fieldValue +"'"); } } } - Map obj = logService.selectObjectByKey(tableName, sqlWhere); + Map obj = logService.selectObjectByKey(tableName, sqlWhere.toString()); if(obj != null){ logBo.setRemark(obj.get(fieldName).toString()); } diff --git a/src/main/java/com/emr/controller/commomSearch/CommomSearchController.java b/src/main/java/com/emr/controller/commomSearch/CommomSearchController.java index 0c7503a..7bf3554 100644 --- a/src/main/java/com/emr/controller/commomSearch/CommomSearchController.java +++ b/src/main/java/com/emr/controller/commomSearch/CommomSearchController.java @@ -1047,16 +1047,16 @@ public class CommomSearchController { if (StringUtils.isNoneBlank(commomVo.getPatientId()) && StringUtils.isNoneBlank(assortIds) && StringUtils.isNoneBlank(newAssortId)) { //根据patientId,admissIds(scanPage分类图片集合)批量更新分段id assrotdId //组织picNames - String picNameStr = ""; + StringBuilder picNameStr = new StringBuilder(); String[] picNames = assortIds.split(","); for(String picName : picNames){ if(StringUtils.isNotBlank(picName)){ - picNameStr += "'" + picName + "',"; + picNameStr.append("'" + picName + "',"); } } - picNameStr = picNameStr.substring(0,picNameStr.length()-1); + picNameStr = new StringBuilder(picNameStr.substring(0,picNameStr.length()-1)); //批量更新 - scanAssortService.SimpleUpdateByPatientIdAndScanPages(commomVo.getPatientId(), newAssortId, picNameStr); + scanAssortService.SimpleUpdateByPatientIdAndScanPages(commomVo.getPatientId(), newAssortId, picNameStr.toString()); return ResultUtil.ok(); } return null; @@ -1149,26 +1149,26 @@ public class CommomSearchController { tree1.setName("全部影像资料(" + scanAssortVos.size() + ")"); tree1.setCount(scanAssortVos.size()); //定义图片集合 - String scanPathList = ""; + StringBuilder scanPathList = new StringBuilder(); //定义绝对路径集合 - String srcs = ""; + StringBuilder srcs = new StringBuilder(); //定义分类名称集合 - String assortNames = ""; + StringBuilder assortNames = new StringBuilder(); if (null != scanAssortVos && !scanAssortVos.isEmpty()) { //定义图片分类不重复结合 Set assortNameSet = new LinkedHashSet<>(); for (ScanAssortVo scanAssort : scanAssortVos) { if (StringUtils.isNotBlank(scanAssort.getAssortName())) { assortNameSet.add(scanAssort.getAssortName()); - scanPathList += scanAssort.getScanPage() + ","; - srcs += scanAssort.getRootPath() + "\\" + scanAssort.getScanPage() + ","; - assortNames += scanAssort.getAssortName() + ","; + scanPathList.append(scanAssort.getScanPage() + ","); + srcs.append(scanAssort.getRootPath() + "\\" + scanAssort.getScanPage() + ","); + assortNames.append(scanAssort.getAssortName() + ","); } } //设置图片名称集合 - tree1.setScanPageList(scanPathList); - tree1.setSrcs(srcs); - tree1.setAssortNames(assortNames); + tree1.setScanPageList(scanPathList.toString()); + tree1.setSrcs(srcs.toString()); + tree1.setAssortNames(assortNames.toString()); treeList.add(tree1); for (String assortName : assortNameSet) { id++; @@ -1176,23 +1176,23 @@ public class CommomSearchController { tree2.setId(id); tree2.setParentId(1); //定义图片集合 - String scanPathList1 = ""; - String srcs1 = ""; + StringBuilder scanPathList1 = new StringBuilder(); + StringBuilder srcs1 = new StringBuilder(); //定义分类图片的个数 Integer count = 0; for (ScanAssortVo scanAssort : scanAssortVos) { if (StringUtils.isNotBlank(scanAssort.getAssortName())) { if (scanAssort.getAssortName().equals(assortName)) { - scanPathList1 += scanAssort.getScanPage() + ","; - srcs1 += scanAssort.getRootPath() + "\\" + scanAssort.getScanPage() + ","; + scanPathList1.append(scanAssort.getScanPage() + ","); + srcs1.append(scanAssort.getRootPath() + "\\" + scanAssort.getScanPage() + ","); count++; } } } tree2.setName(assortName + "(" + count + ")"); tree2.setCount(count); - tree2.setScanPageList(scanPathList1); - tree2.setSrcs(srcs1); + tree2.setScanPageList(scanPathList1.toString()); + tree2.setSrcs(srcs1.toString()); tree2.setAssortNames(assortName); treeList.add(tree2); } diff --git a/src/main/java/com/emr/controller/emrApprove/ApproveController.java b/src/main/java/com/emr/controller/emrApprove/ApproveController.java index a7c9e41..fb6c759 100644 --- a/src/main/java/com/emr/controller/emrApprove/ApproveController.java +++ b/src/main/java/com/emr/controller/emrApprove/ApproveController.java @@ -737,12 +737,12 @@ public class ApproveController { Power_User user = (Power_User)request.getSession().getAttribute("CURRENT_USER"); String userName = user.getUserName(); if (null != ids || ids.length > 0){ - String idsStr = ""; + StringBuilder idsStr = new StringBuilder(); for (int i = 0; i < ids.length; i++) { if(i != ids.length - 1) { - idsStr += ids[i] + ","; + idsStr.append(ids[i] + ","); }else { - idsStr += ids[i]; + idsStr.append(ids[i]); } } Emr_Apply_Approve applyApprove = new Emr_Apply_Approve(); @@ -755,7 +755,7 @@ public class ApproveController { if("2".equals(state)){ applyApprove.setApplyState("1"); } - applyApproveService.SimpleUpdate(applyApprove,idsStr); + applyApproveService.SimpleUpdate(applyApprove,idsStr.toString()); } return ResultUtil.ok(); } diff --git a/src/main/java/com/emr/controller/emrLock/EmrLockController.java b/src/main/java/com/emr/controller/emrLock/EmrLockController.java index d598290..51bd40e 100644 --- a/src/main/java/com/emr/controller/emrLock/EmrLockController.java +++ b/src/main/java/com/emr/controller/emrLock/EmrLockController.java @@ -98,9 +98,9 @@ public class EmrLockController { Integer status = 1; List emr_locks = emrLockService.selectLockListByStatus(status); if(null != emr_locks && !emr_locks.isEmpty()){ - String locks = ""; + StringBuilder locks = new StringBuilder(); for (int i = 0; i < emr_locks.size(); i++) { - locks += "'" + emr_locks.get(i).getPatientId() + "',"; + locks.append("'" + emr_locks.get(i).getPatientId() + "',"); } return JSON.toJSONString(locks); }else{ diff --git a/src/main/java/com/emr/controller/otherManage/BackDatabaseController.java b/src/main/java/com/emr/controller/otherManage/BackDatabaseController.java index a05dea3..75d9349 100644 --- a/src/main/java/com/emr/controller/otherManage/BackDatabaseController.java +++ b/src/main/java/com/emr/controller/otherManage/BackDatabaseController.java @@ -147,17 +147,17 @@ public class BackDatabaseController { @ResponseBody public ResultUtil deleteLogByIds(@PathVariable("ids")String ids) throws Exception{ String[] idList = ids.split(","); - String str = ""; + StringBuilder str = new StringBuilder(); for (int i = 0; i < idList.length; i++) { if(StringUtils.isNoneBlank(idList[i])){ if(i != idList.length - 1){ - str += idList[i] + ","; + str.append(idList[i] + ","); }else{ - str += idList[i]; + str.append(idList[i]); } } } - logService.deleteLogByIds(str); + logService.deleteLogByIds(str.toString()); return ResultUtil.ok(); } diff --git a/src/main/java/com/emr/controller/templateSearch/TemplateSearchController.java b/src/main/java/com/emr/controller/templateSearch/TemplateSearchController.java index 7b669a3..1b062c5 100644 --- a/src/main/java/com/emr/controller/templateSearch/TemplateSearchController.java +++ b/src/main/java/com/emr/controller/templateSearch/TemplateSearchController.java @@ -458,8 +458,8 @@ public class TemplateSearchController { if(roleId == 0){ modleList = emrModleMapper.selectAllByCreater(null); }else if(roleId == -100){ - String creaters = CommomService.creaters(request); - modleList = emrModleMapper.selectAllByCreater(creaters); + StringBuilder creaters = CommomService.creaters(request); + modleList = emrModleMapper.selectAllByCreater(creaters.toString()); }else{ userName = "'" + userName + "'"; modleList = emrModleMapper.selectAllByCreater(userName); @@ -811,11 +811,11 @@ public class TemplateSearchController { model.addAttribute("relateds", relateds); //列名转属性名 if(null != relateds && !relateds.isEmpty()){ - String fields = ""; + StringBuilder fields = new StringBuilder(); for (int i = 0;i approveList = applyApproveMapper.selectPatientIdsByUser(userName,null,type); - String approves = ""; + StringBuilder approves = new StringBuilder(); if(null != approveList && !approveList.isEmpty()){ for (int i = 0; i < approveList.size(); i++) { - approves += approveList.get(i).getPatientId() + ","; + approves.append(approveList.get(i).getPatientId() + ","); } } return JSON.toJSONString(approves); @@ -893,10 +893,10 @@ public class TemplateSearchController { try { //查询已锁定的集合 List emr_locks = lockMapper.selectLockListByStatus(1); - String locks = ""; + StringBuilder locks = new StringBuilder(); if(null != emr_locks && !emr_locks.isEmpty()) { for (int i = 0; i < emr_locks.size(); i++) { - locks += "'" + emr_locks.get(i).getPatientId() + "',"; + locks.append("'" + emr_locks.get(i).getPatientId() + "',"); } } return JSON.toJSONString(locks); @@ -1214,14 +1214,14 @@ public class TemplateSearchController { public String getPatientIdsBySql(String sql){ if (StringUtils.isNoneBlank(sql)) { try { - String json = ""; + StringBuilder json = new StringBuilder(); long start = System.currentTimeMillis(); List list = commomMapper.selectAll(sql); long end = System.currentTimeMillis(); //System.out.println("查询patiendId集合时间"+(end - start)/1000.0+"s"); if(null != list && !list.isEmpty()) { for (int i = 0; i < list.size(); i++) { - json += "'" + list.get(i).getPatientId() + "',"; + json.append("'" + list.get(i).getPatientId() + "',"); } } return JSON.toJSONString(json); @@ -1297,14 +1297,15 @@ public class TemplateSearchController { try { if(StringUtils.isNotBlank(assortIds)){ String[] assortIdStr = assortIds.split(","); - assortIds = ""; + StringBuilder assortIdsBuilder = new StringBuilder(); for (int i = 0; i < assortIdStr.length; i++) { if(i != assortIdStr.length - 1){ - assortIds += "'" + assortIdStr[i] + "',"; + assortIdsBuilder.append("'" + assortIdStr[i] + "',"); }else{ - assortIds += "'" + assortIdStr[i] + "'"; + assortIdsBuilder.append("'" + assortIdStr[i] + "'"); } } + assortIds = assortIdsBuilder.toString(); } List scanPathVos = scanPathMapper.selectScanFileByBloodPatientIds(patientIds,assortIds,flag); if(null != scanPathVos && !scanPathVos.isEmpty()){ @@ -1358,14 +1359,15 @@ public class TemplateSearchController { try { if(StringUtils.isNotBlank(assortIds)){ String[] assortIdStr = assortIds.split(","); - assortIds = ""; + StringBuilder assortIdsBuilder = new StringBuilder(); for (int i = 0; i < assortIdStr.length; i++) { if(i != assortIdStr.length - 1){ - assortIds += "'" + assortIdStr[i] + "',"; + assortIdsBuilder.append("'" + assortIdStr[i] + "',"); }else{ - assortIds += "'" + assortIdStr[i] + "'"; + assortIdsBuilder.append("'" + assortIdStr[i] + "'"); } } + assortIds = assortIdsBuilder.toString(); List scanPathVos = scanPathMapper.selectScanFileByBloodPatientIds(patientIds,assortIds,flag); //批量添加打印记录 printOrDownLoadInfoService.SimpleInsert(scanPathVos,typeId,Short.valueOf("1")); diff --git a/src/main/java/com/emr/dao/his/HISBA1Mapper.java b/src/main/java/com/emr/dao/his/HISBA1Mapper.java deleted file mode 100644 index 6ef2cb6..0000000 --- a/src/main/java/com/emr/dao/his/HISBA1Mapper.java +++ /dev/null @@ -1,22 +0,0 @@ -package com.emr.dao.his; - -import com.emr.entity.his.HISBA1; -import org.apache.ibatis.annotations.Param; - -import java.util.List; - -public interface HISBA1Mapper { - int deleteByPrimaryKey(Long fid); - - int insert(HISBA1 record); - - int insertSelective(HISBA1 record); - - HISBA1 selectByPrimaryKey(Long fid); - - int updateByPrimaryKeySelective(HISBA1 record); - - int updateByPrimaryKey(HISBA1 record); - - List selectAllByParam(@Param("fprn") String fprn, @Param("ftimes") Integer ftimes); -} \ No newline at end of file diff --git a/src/main/java/com/emr/dao/his/HISBA2Mapper.java b/src/main/java/com/emr/dao/his/HISBA2Mapper.java deleted file mode 100644 index 342293e..0000000 --- a/src/main/java/com/emr/dao/his/HISBA2Mapper.java +++ /dev/null @@ -1,29 +0,0 @@ -package com.emr.dao.his; - -import com.emr.entity.his.HISBA1; -import com.emr.entity.his.HISBA2; -import org.apache.ibatis.annotations.Param; - -import java.util.List; - -public interface HISBA2Mapper { - int deleteByPrimaryKey(Long fid); - - int insert(HISBA2 record); - - int insertSelective(HISBA2 record); - - HISBA2 selectByPrimaryKey(Long fid); - - int updateByPrimaryKeySelective(HISBA2 record); - - int updateByPrimaryKey(HISBA2 record); - - List selectAllByParam(@Param("fprn") String fprn, @Param("ftimes") Integer ftimes); - - int SimpleInsert(@Param("list")List list); - - int SimpleUpdate(@Param("list")List list); - - int SimpleDelete(@Param("ids")String ids); -} \ No newline at end of file diff --git a/src/main/java/com/emr/dao/his/HISBA3Mapper.java b/src/main/java/com/emr/dao/his/HISBA3Mapper.java deleted file mode 100644 index 0752a58..0000000 --- a/src/main/java/com/emr/dao/his/HISBA3Mapper.java +++ /dev/null @@ -1,27 +0,0 @@ -package com.emr.dao.his; - -import com.emr.entity.his.HISBA3; -import org.apache.ibatis.annotations.Param; - -import java.util.List; - -public interface HISBA3Mapper { - int deleteByPrimaryKey(Long fid); - - int insert(HISBA3 record); - - int insertSelective(HISBA3 record); - - HISBA3 selectByPrimaryKey(Long fid); - - int updateByPrimaryKeySelective(HISBA3 record); - - int updateByPrimaryKey(HISBA3 record); - - List selectAllByParam(@Param("fprn") String fprn, @Param("ftimes") Integer ftimes); - - //批量删除 - int deleteAllByParam(@Param("fprn") String fprn, @Param("ftimes") Integer ftimes); - //批量添加 - int SimpleInsert(@Param("list")List list); -} \ No newline at end of file diff --git a/src/main/java/com/emr/dao/his/HISBA4Mapper.java b/src/main/java/com/emr/dao/his/HISBA4Mapper.java deleted file mode 100644 index 08bdf48..0000000 --- a/src/main/java/com/emr/dao/his/HISBA4Mapper.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.emr.dao.his; - -import com.emr.entity.his.HISBA4; -import org.apache.ibatis.annotations.Param; - -import java.util.List; - -public interface HISBA4Mapper { - int deleteByPrimaryKey(Long fid); - - int insert(HISBA4 record); - - int insertSelective(HISBA4 record); - - HISBA4 selectByPrimaryKey(Long fid); - - int updateByPrimaryKeySelective(HISBA4 record); - - int updateByPrimaryKey(HISBA4 record); - - List selectAllByParam(@Param("fprn") String fprn, @Param("ftimes") Integer ftimes); - //批量删除 - int deleteAllByParam(@Param("fprn") String fprn, @Param("ftimes") Integer ftimes); - //批量添加 - int SimpleInsert(@Param("list")List list); -} \ No newline at end of file diff --git a/src/main/java/com/emr/dao/his/HISBA5Mapper.java b/src/main/java/com/emr/dao/his/HISBA5Mapper.java deleted file mode 100644 index 204e9d0..0000000 --- a/src/main/java/com/emr/dao/his/HISBA5Mapper.java +++ /dev/null @@ -1,26 +0,0 @@ -package com.emr.dao.his; - -import com.emr.entity.his.HISBA5; -import org.apache.ibatis.annotations.Param; - -import java.util.List; - -public interface HISBA5Mapper { - int deleteByPrimaryKey(Long fid); - - int insert(HISBA5 record); - - int insertSelective(HISBA5 record); - - HISBA5 selectByPrimaryKey(Long fid); - - int updateByPrimaryKeySelective(HISBA5 record); - - int updateByPrimaryKey(HISBA5 record); - - List selectAllByParam(@Param("fprn") String fprn, @Param("ftimes") Integer ftimes); - //批量删除 - int deleteAllByParam(@Param("fprn") String fprn, @Param("ftimes") Integer ftimes); - //批量添加 - int SimpleInsert(@Param("list")List list); -} \ No newline at end of file diff --git a/src/main/java/com/emr/dao/his/HISBA6Mapper.java b/src/main/java/com/emr/dao/his/HISBA6Mapper.java deleted file mode 100644 index 292470a..0000000 --- a/src/main/java/com/emr/dao/his/HISBA6Mapper.java +++ /dev/null @@ -1,23 +0,0 @@ -package com.emr.dao.his; - -import com.emr.entity.his.HISBA1; -import com.emr.entity.his.HISBA6; -import org.apache.ibatis.annotations.Param; - -import java.util.List; - -public interface HISBA6Mapper { - int deleteByPrimaryKey(Long fid); - - int insert(HISBA6 record); - - int insertSelective(HISBA6 record); - - HISBA6 selectByPrimaryKey(Long fid); - - int updateByPrimaryKeySelective(HISBA6 record); - - int updateByPrimaryKey(HISBA6 record); - - List selectAllByParam(@Param("fprn") String fprn, @Param("ftimes") Short ftimes); -} \ No newline at end of file diff --git a/src/main/java/com/emr/dao/his/HISBA7Mapper.java b/src/main/java/com/emr/dao/his/HISBA7Mapper.java deleted file mode 100644 index d3e5e0f..0000000 --- a/src/main/java/com/emr/dao/his/HISBA7Mapper.java +++ /dev/null @@ -1,27 +0,0 @@ -package com.emr.dao.his; - -import com.emr.entity.his.HISBA7; -import org.apache.ibatis.annotations.Param; - -import java.util.List; - -public interface HISBA7Mapper { - int deleteByPrimaryKey(Long fid); - - int insert(HISBA7 record); - - int insertSelective(HISBA7 record); - - HISBA7 selectByPrimaryKey(Long fid); - - int updateByPrimaryKeySelective(HISBA7 record); - - int updateByPrimaryKey(HISBA7 record); - - List selectAllByParam(@Param("fprn") String fprn, @Param("ftimes") Integer ftimes); - - //批量删除 - int deleteAllByParam(@Param("fprn") String fprn, @Param("ftimes") Integer ftimes); - //批量添加 - int SimpleInsert(@Param("list")List list); -} \ No newline at end of file diff --git a/src/main/java/com/emr/entity/his/HISBA1.java b/src/main/java/com/emr/entity/his/HISBA1.java deleted file mode 100644 index 18b649d..0000000 --- a/src/main/java/com/emr/entity/his/HISBA1.java +++ /dev/null @@ -1,3114 +0,0 @@ -package com.emr.entity.his; - -import java.math.BigDecimal; -import java.util.Date; - -public class HISBA1 { - private Long fid; - - private Boolean fifinput; - - private String fprn; - - private Integer ftimes; - - private Byte ficdversion; - - private String fzyid; - - private String fage; - - private String fname; - - private String fsexbh; - - private String fsex; - - private Date fbirthday; - - private String fbirthplace; - - private String fidcard; - - private String fcountrybh; - - private String fcountry; - - private String fnationalitybh; - - private String fnationality; - - private String fjob; - - private String fstatusbh; - - private String fstatus; - - private String fdwname; - - private String fdwaddr; - - private String fdwtele; - - private String fdwpost; - - private String fhkaddr; - - private String fhkpost; - - private String flxname; - - private String frelate; - - private String flxaddr; - - private String flxtele; - - private String ffbbh; - - private String ffb; - - private String fascard1; - - private String fascard2; - - private Date frydate; - - private String frytime; - - private String frytykh; - - private String frydept; - - private String frybs; - - private Date fcydate; - - private String fcytime; - - private String fcytykh; - - private String fcydept; - - private String fcybs; - - private Integer fdays; - - private String fmzzdbh; - - private String fmzzd; - - private String fmzdoctbh; - - private String fmzdoct; - - private String fryinfobh; - - private String fryinfo; - - private String fryzdbh; - - private String fryzd; - - private Date fqzdate; - - private String fphzd; - - private String fgmyw; - - private String fhbsagbh; - - private String fhbsag; - - private String fhcvabbh; - - private String fhcvab; - - private String fhivabbh; - - private String fhivab; - - private String fmzcyaccobh; - - private String fmzcyacco; - - private String frycyaccobh; - - private String frycyacco; - - private String flcblaccobh; - - private String flcblacco; - - private String ffsblaccobh; - - private String ffsblacco; - - private String fopaccobh; - - private String fopacco; - - private Integer fqjtimes; - - private Integer fqjsuctimes; - - private String fkzrbh; - - private String fkzr; - - private String fzrdoctbh; - - private String fzrdoctor; - - private String fzzdoctbh; - - private String fzzdoct; - - private String fzydoctbh; - - private String fzydoct; - - private String fjxdoctbh; - - private String fjxdoct; - - private String fyjssxdoctbh; - - private String fyjssxdoct; - - private String fsxdoctbh; - - private String fsxdoct; - - private String fbmybh; - - private String fbmy; - - private String fzlrbh; - - private String fzlr; - - private String fqualitybh; - - private String fquality; - - private String fzkdoctbh; - - private String fzkdoct; - - private String fzknursebh; - - private String fzknurse; - - private Date fzkrq; - - private String fmzdeadbh; - - private String fmzdead; - - private BigDecimal fsum1; - - private BigDecimal fcwf; - - private BigDecimal fhlf; - - private BigDecimal fxyf; - - private BigDecimal fzyf; - - private BigDecimal fzchyf; - - private BigDecimal fzcyf; - - private BigDecimal ffsf; - - private BigDecimal fhyf; - - private BigDecimal fsyf; - - private BigDecimal fsxf; - - private BigDecimal fzlf; - - private BigDecimal fssf; - - private BigDecimal fjsf; - - private BigDecimal fjcf; - - private BigDecimal fmzf; - - private BigDecimal fyef; - - private BigDecimal fpcf; - - private BigDecimal fqtf; - - private String fbodybh; - - private String fbody; - - private String fisopfirstbh; - - private String fisopfirst; - - private String fiszlfirstbh; - - private String fiszlfirst; - - private String fisjcfirstbh; - - private String fisjcfirst; - - private String fiszdfirstbh; - - private String fiszdfirst; - - private String fisszbh; - - private String fissz; - - private String fszqx; - - private String fsamplebh; - - private String fsample; - - private String fbloodbh; - - private String fblood; - - private String frhbh; - - private String frh; - - private String fsxfybh; - - private String fsxfy; - - private String fsyfybh; - - private String fsyfy; - - private BigDecimal fredcell; - - private BigDecimal fplaque; - - private BigDecimal fserous; - - private BigDecimal fallblood; - - private BigDecimal fotherblood; - - private Integer fhzyj; - - private Integer fhzyc; - - private BigDecimal fhltj; - - private BigDecimal fhl1; - - private BigDecimal fhl2; - - private BigDecimal fhl3; - - private Integer fhlzz; - - private Integer fhlts; - - private Integer fbabynum; - - private Boolean ftwill; - - private Boolean fqjbr; - - private Boolean fqjsuc; - - private Boolean fthreqz; - - private Boolean fback; - - private Boolean fifzdss; - - private Boolean fifdbz; - - private BigDecimal fzlfzy; - - private String fzktykh; - - private String fzkdept; - - private Date fzkdate; - - private String fzktime; - - private String fsrybh; - - private String fsry; - - private Date fworkrq; - - private String fjbfxbh; - - private String fjbfx; - - private String ffhgdbh; - - private String ffhgd; - - private String fsourcebh; - - private String fsource; - - private Boolean fifss; - - private Boolean fiffyk; - - private Boolean fbfz; - - private Integer fyngr; - - private String fextend1; - - private String fextend2; - - private String fextend3; - - private String fextend4; - - private String fextend5; - - private String fextend6; - - private String fextend7; - - private String fextend8; - - private String fextend9; - - private String fextend10; - - private String fextend11; - - private String fextend12; - - private String fextend13; - - private String fextend14; - - private String fextend15; - - private String fnative; - - private String fcurraddr; - - private String fcurrtele; - - private String fcurrpost; - - private String fjobbh; - - private Double fcstz; - - private Double frytz; - - private String fycljbh; - - private String fyclj; - - private String fphzdbh; - - private String fphzdnum; - - private String fifgmywbh; - - private String fifgmyw; - - private String fnursebh; - - private String fnurse; - - private String flyfsbh; - - private String flyfs; - - private String fyzouthostital; - - private String fsqouthostital; - - private String fisagainrybh; - - private String fisagainry; - - private String fisagainrymd; - - private Integer fryqhmdays; - - private Integer fryqhmhours; - - private Integer fryqhmmins; - - private Integer fryqhmcounts; - - private Integer fryhmdays; - - private Integer fryhmhours; - - private Integer fryhmmins; - - private Integer fryhmcounts; - - private String ffbbhnew; - - private String ffbnew; - - private BigDecimal fzfje; - - private BigDecimal fzhfwlylf; - - private BigDecimal fzhfwlczf; - - private BigDecimal fzhfwlhlf; - - private BigDecimal fzhfwlqtf; - - private BigDecimal fzdlblf; - - private BigDecimal fzdlsssf; - - private BigDecimal fzdlyxf; - - private BigDecimal fzdllcf; - - private BigDecimal fzllffssf; - - private BigDecimal fzllfwlzwlf; - - private BigDecimal fzllfssf; - - private BigDecimal fzllfmzf; - - private BigDecimal fzllfsszlf; - - private BigDecimal fkflkff; - - private BigDecimal fzylzf; - - private BigDecimal fxylgjf; - - private BigDecimal fxylxf; - - private BigDecimal fxylbqbf; - - private BigDecimal fxylqdbf; - - private BigDecimal fxylyxyzf; - - private BigDecimal fxylxbyzf; - - private BigDecimal fhclcjf; - - private BigDecimal fhclzlf; - - private BigDecimal fhclssf; - - private BigDecimal fzhfwlylf01; - - private BigDecimal fzhfwlylf02; - - private BigDecimal fzylzdf; - - private BigDecimal fzylzlf; - - private BigDecimal fzylzlf01; - - private BigDecimal fzylzlf02; - - private BigDecimal fzylzlf03; - - private BigDecimal fzylzlf04; - - private BigDecimal fzylzlf05; - - private BigDecimal fzylzlf06; - - private BigDecimal fzylqtf; - - private BigDecimal fzylqtf01; - - private BigDecimal fzylqtf02; - - private BigDecimal fzcljgzjf; - - private String frytjbh; - - private String frytj; - - private String fcurraddrbh; - - private String fdwaddrbh; - - private String fhkaddrbh; - - private String flxaddrbh; - - private String fbirthplacebh; - - private String fyhzwdjzqk; - - private String fzwdcsmc; - - private String fzbdzyqk; - - private String fwdcsmc; - - private String fyhxjsj; - - private String fzwdjjreason; - - private String fzybsjjreason; - - public Long getFid() { - return fid; - } - - public void setFid(Long fid) { - this.fid = fid; - } - - public Boolean getFifinput() { - return fifinput; - } - - public void setFifinput(Boolean fifinput) { - this.fifinput = fifinput; - } - - public String getFprn() { - return fprn; - } - - public void setFprn(String fprn) { - this.fprn = fprn == null ? null : fprn.trim(); - } - - public Integer getFtimes() { - return ftimes; - } - - public void setFtimes(Integer ftimes) { - this.ftimes = ftimes; - } - - public Byte getFicdversion() { - return ficdversion; - } - - public void setFicdversion(Byte ficdversion) { - this.ficdversion = ficdversion; - } - - public String getFzyid() { - return fzyid; - } - - public void setFzyid(String fzyid) { - this.fzyid = fzyid == null ? null : fzyid.trim(); - } - - public String getFage() { - return fage; - } - - public void setFage(String fage) { - this.fage = fage == null ? null : fage.trim(); - } - - public String getFname() { - return fname; - } - - public void setFname(String fname) { - this.fname = fname == null ? null : fname.trim(); - } - - public String getFsexbh() { - return fsexbh; - } - - public void setFsexbh(String fsexbh) { - this.fsexbh = fsexbh == null ? null : fsexbh.trim(); - } - - public String getFsex() { - return fsex; - } - - public void setFsex(String fsex) { - this.fsex = fsex == null ? null : fsex.trim(); - } - - public Date getFbirthday() { - return fbirthday; - } - - public void setFbirthday(Date fbirthday) { - this.fbirthday = fbirthday; - } - - public String getFbirthplace() { - return fbirthplace; - } - - public void setFbirthplace(String fbirthplace) { - this.fbirthplace = fbirthplace == null ? null : fbirthplace.trim(); - } - - public String getFidcard() { - return fidcard; - } - - public void setFidcard(String fidcard) { - this.fidcard = fidcard == null ? null : fidcard.trim(); - } - - public String getFcountrybh() { - return fcountrybh; - } - - public void setFcountrybh(String fcountrybh) { - this.fcountrybh = fcountrybh == null ? null : fcountrybh.trim(); - } - - public String getFcountry() { - return fcountry; - } - - public void setFcountry(String fcountry) { - this.fcountry = fcountry == null ? null : fcountry.trim(); - } - - public String getFnationalitybh() { - return fnationalitybh; - } - - public void setFnationalitybh(String fnationalitybh) { - this.fnationalitybh = fnationalitybh == null ? null : fnationalitybh.trim(); - } - - public String getFnationality() { - return fnationality; - } - - public void setFnationality(String fnationality) { - this.fnationality = fnationality == null ? null : fnationality.trim(); - } - - public String getFjob() { - return fjob; - } - - public void setFjob(String fjob) { - this.fjob = fjob == null ? null : fjob.trim(); - } - - public String getFstatusbh() { - return fstatusbh; - } - - public void setFstatusbh(String fstatusbh) { - this.fstatusbh = fstatusbh == null ? null : fstatusbh.trim(); - } - - public String getFstatus() { - return fstatus; - } - - public void setFstatus(String fstatus) { - this.fstatus = fstatus == null ? null : fstatus.trim(); - } - - public String getFdwname() { - return fdwname; - } - - public void setFdwname(String fdwname) { - this.fdwname = fdwname == null ? null : fdwname.trim(); - } - - public String getFdwaddr() { - return fdwaddr; - } - - public void setFdwaddr(String fdwaddr) { - this.fdwaddr = fdwaddr == null ? null : fdwaddr.trim(); - } - - public String getFdwtele() { - return fdwtele; - } - - public void setFdwtele(String fdwtele) { - this.fdwtele = fdwtele == null ? null : fdwtele.trim(); - } - - public String getFdwpost() { - return fdwpost; - } - - public void setFdwpost(String fdwpost) { - this.fdwpost = fdwpost == null ? null : fdwpost.trim(); - } - - public String getFhkaddr() { - return fhkaddr; - } - - public void setFhkaddr(String fhkaddr) { - this.fhkaddr = fhkaddr == null ? null : fhkaddr.trim(); - } - - public String getFhkpost() { - return fhkpost; - } - - public void setFhkpost(String fhkpost) { - this.fhkpost = fhkpost == null ? null : fhkpost.trim(); - } - - public String getFlxname() { - return flxname; - } - - public void setFlxname(String flxname) { - this.flxname = flxname == null ? null : flxname.trim(); - } - - public String getFrelate() { - return frelate; - } - - public void setFrelate(String frelate) { - this.frelate = frelate == null ? null : frelate.trim(); - } - - public String getFlxaddr() { - return flxaddr; - } - - public void setFlxaddr(String flxaddr) { - this.flxaddr = flxaddr == null ? null : flxaddr.trim(); - } - - public String getFlxtele() { - return flxtele; - } - - public void setFlxtele(String flxtele) { - this.flxtele = flxtele == null ? null : flxtele.trim(); - } - - public String getFfbbh() { - return ffbbh; - } - - public void setFfbbh(String ffbbh) { - this.ffbbh = ffbbh == null ? null : ffbbh.trim(); - } - - public String getFfb() { - return ffb; - } - - public void setFfb(String ffb) { - this.ffb = ffb == null ? null : ffb.trim(); - } - - public String getFascard1() { - return fascard1; - } - - public void setFascard1(String fascard1) { - this.fascard1 = fascard1 == null ? null : fascard1.trim(); - } - - public String getFascard2() { - return fascard2; - } - - public void setFascard2(String fascard2) { - this.fascard2 = fascard2 == null ? null : fascard2.trim(); - } - - public Date getFrydate() { - return frydate; - } - - public void setFrydate(Date frydate) { - this.frydate = frydate; - } - - public String getFrytime() { - return frytime; - } - - public void setFrytime(String frytime) { - this.frytime = frytime == null ? null : frytime.trim(); - } - - public String getFrytykh() { - return frytykh; - } - - public void setFrytykh(String frytykh) { - this.frytykh = frytykh == null ? null : frytykh.trim(); - } - - public String getFrydept() { - return frydept; - } - - public void setFrydept(String frydept) { - this.frydept = frydept == null ? null : frydept.trim(); - } - - public String getFrybs() { - return frybs; - } - - public void setFrybs(String frybs) { - this.frybs = frybs == null ? null : frybs.trim(); - } - - public Date getFcydate() { - return fcydate; - } - - public void setFcydate(Date fcydate) { - this.fcydate = fcydate; - } - - public String getFcytime() { - return fcytime; - } - - public void setFcytime(String fcytime) { - this.fcytime = fcytime == null ? null : fcytime.trim(); - } - - public String getFcytykh() { - return fcytykh; - } - - public void setFcytykh(String fcytykh) { - this.fcytykh = fcytykh == null ? null : fcytykh.trim(); - } - - public String getFcydept() { - return fcydept; - } - - public void setFcydept(String fcydept) { - this.fcydept = fcydept == null ? null : fcydept.trim(); - } - - public String getFcybs() { - return fcybs; - } - - public void setFcybs(String fcybs) { - this.fcybs = fcybs == null ? null : fcybs.trim(); - } - - public Integer getFdays() { - return fdays; - } - - public void setFdays(Integer fdays) { - this.fdays = fdays; - } - - public String getFmzzdbh() { - return fmzzdbh; - } - - public void setFmzzdbh(String fmzzdbh) { - this.fmzzdbh = fmzzdbh == null ? null : fmzzdbh.trim(); - } - - public String getFmzzd() { - return fmzzd; - } - - public void setFmzzd(String fmzzd) { - this.fmzzd = fmzzd == null ? null : fmzzd.trim(); - } - - public String getFmzdoctbh() { - return fmzdoctbh; - } - - public void setFmzdoctbh(String fmzdoctbh) { - this.fmzdoctbh = fmzdoctbh == null ? null : fmzdoctbh.trim(); - } - - public String getFmzdoct() { - return fmzdoct; - } - - public void setFmzdoct(String fmzdoct) { - this.fmzdoct = fmzdoct == null ? null : fmzdoct.trim(); - } - - public String getFryinfobh() { - return fryinfobh; - } - - public void setFryinfobh(String fryinfobh) { - this.fryinfobh = fryinfobh == null ? null : fryinfobh.trim(); - } - - public String getFryinfo() { - return fryinfo; - } - - public void setFryinfo(String fryinfo) { - this.fryinfo = fryinfo == null ? null : fryinfo.trim(); - } - - public String getFryzdbh() { - return fryzdbh; - } - - public void setFryzdbh(String fryzdbh) { - this.fryzdbh = fryzdbh == null ? null : fryzdbh.trim(); - } - - public String getFryzd() { - return fryzd; - } - - public void setFryzd(String fryzd) { - this.fryzd = fryzd == null ? null : fryzd.trim(); - } - - public Date getFqzdate() { - return fqzdate; - } - - public void setFqzdate(Date fqzdate) { - this.fqzdate = fqzdate; - } - - public String getFphzd() { - return fphzd; - } - - public void setFphzd(String fphzd) { - this.fphzd = fphzd == null ? null : fphzd.trim(); - } - - public String getFgmyw() { - return fgmyw; - } - - public void setFgmyw(String fgmyw) { - this.fgmyw = fgmyw == null ? null : fgmyw.trim(); - } - - public String getFhbsagbh() { - return fhbsagbh; - } - - public void setFhbsagbh(String fhbsagbh) { - this.fhbsagbh = fhbsagbh == null ? null : fhbsagbh.trim(); - } - - public String getFhbsag() { - return fhbsag; - } - - public void setFhbsag(String fhbsag) { - this.fhbsag = fhbsag == null ? null : fhbsag.trim(); - } - - public String getFhcvabbh() { - return fhcvabbh; - } - - public void setFhcvabbh(String fhcvabbh) { - this.fhcvabbh = fhcvabbh == null ? null : fhcvabbh.trim(); - } - - public String getFhcvab() { - return fhcvab; - } - - public void setFhcvab(String fhcvab) { - this.fhcvab = fhcvab == null ? null : fhcvab.trim(); - } - - public String getFhivabbh() { - return fhivabbh; - } - - public void setFhivabbh(String fhivabbh) { - this.fhivabbh = fhivabbh == null ? null : fhivabbh.trim(); - } - - public String getFhivab() { - return fhivab; - } - - public void setFhivab(String fhivab) { - this.fhivab = fhivab == null ? null : fhivab.trim(); - } - - public String getFmzcyaccobh() { - return fmzcyaccobh; - } - - public void setFmzcyaccobh(String fmzcyaccobh) { - this.fmzcyaccobh = fmzcyaccobh == null ? null : fmzcyaccobh.trim(); - } - - public String getFmzcyacco() { - return fmzcyacco; - } - - public void setFmzcyacco(String fmzcyacco) { - this.fmzcyacco = fmzcyacco == null ? null : fmzcyacco.trim(); - } - - public String getFrycyaccobh() { - return frycyaccobh; - } - - public void setFrycyaccobh(String frycyaccobh) { - this.frycyaccobh = frycyaccobh == null ? null : frycyaccobh.trim(); - } - - public String getFrycyacco() { - return frycyacco; - } - - public void setFrycyacco(String frycyacco) { - this.frycyacco = frycyacco == null ? null : frycyacco.trim(); - } - - public String getFlcblaccobh() { - return flcblaccobh; - } - - public void setFlcblaccobh(String flcblaccobh) { - this.flcblaccobh = flcblaccobh == null ? null : flcblaccobh.trim(); - } - - public String getFlcblacco() { - return flcblacco; - } - - public void setFlcblacco(String flcblacco) { - this.flcblacco = flcblacco == null ? null : flcblacco.trim(); - } - - public String getFfsblaccobh() { - return ffsblaccobh; - } - - public void setFfsblaccobh(String ffsblaccobh) { - this.ffsblaccobh = ffsblaccobh == null ? null : ffsblaccobh.trim(); - } - - public String getFfsblacco() { - return ffsblacco; - } - - public void setFfsblacco(String ffsblacco) { - this.ffsblacco = ffsblacco == null ? null : ffsblacco.trim(); - } - - public String getFopaccobh() { - return fopaccobh; - } - - public void setFopaccobh(String fopaccobh) { - this.fopaccobh = fopaccobh == null ? null : fopaccobh.trim(); - } - - public String getFopacco() { - return fopacco; - } - - public void setFopacco(String fopacco) { - this.fopacco = fopacco == null ? null : fopacco.trim(); - } - - public Integer getFqjtimes() { - return fqjtimes; - } - - public void setFqjtimes(Integer fqjtimes) { - this.fqjtimes = fqjtimes; - } - - public Integer getFqjsuctimes() { - return fqjsuctimes; - } - - public void setFqjsuctimes(Integer fqjsuctimes) { - this.fqjsuctimes = fqjsuctimes; - } - - public String getFkzrbh() { - return fkzrbh; - } - - public void setFkzrbh(String fkzrbh) { - this.fkzrbh = fkzrbh == null ? null : fkzrbh.trim(); - } - - public String getFkzr() { - return fkzr; - } - - public void setFkzr(String fkzr) { - this.fkzr = fkzr == null ? null : fkzr.trim(); - } - - public String getFzrdoctbh() { - return fzrdoctbh; - } - - public void setFzrdoctbh(String fzrdoctbh) { - this.fzrdoctbh = fzrdoctbh == null ? null : fzrdoctbh.trim(); - } - - public String getFzrdoctor() { - return fzrdoctor; - } - - public void setFzrdoctor(String fzrdoctor) { - this.fzrdoctor = fzrdoctor == null ? null : fzrdoctor.trim(); - } - - public String getFzzdoctbh() { - return fzzdoctbh; - } - - public void setFzzdoctbh(String fzzdoctbh) { - this.fzzdoctbh = fzzdoctbh == null ? null : fzzdoctbh.trim(); - } - - public String getFzzdoct() { - return fzzdoct; - } - - public void setFzzdoct(String fzzdoct) { - this.fzzdoct = fzzdoct == null ? null : fzzdoct.trim(); - } - - public String getFzydoctbh() { - return fzydoctbh; - } - - public void setFzydoctbh(String fzydoctbh) { - this.fzydoctbh = fzydoctbh == null ? null : fzydoctbh.trim(); - } - - public String getFzydoct() { - return fzydoct; - } - - public void setFzydoct(String fzydoct) { - this.fzydoct = fzydoct == null ? null : fzydoct.trim(); - } - - public String getFjxdoctbh() { - return fjxdoctbh; - } - - public void setFjxdoctbh(String fjxdoctbh) { - this.fjxdoctbh = fjxdoctbh == null ? null : fjxdoctbh.trim(); - } - - public String getFjxdoct() { - return fjxdoct; - } - - public void setFjxdoct(String fjxdoct) { - this.fjxdoct = fjxdoct == null ? null : fjxdoct.trim(); - } - - public String getFyjssxdoctbh() { - return fyjssxdoctbh; - } - - public void setFyjssxdoctbh(String fyjssxdoctbh) { - this.fyjssxdoctbh = fyjssxdoctbh == null ? null : fyjssxdoctbh.trim(); - } - - public String getFyjssxdoct() { - return fyjssxdoct; - } - - public void setFyjssxdoct(String fyjssxdoct) { - this.fyjssxdoct = fyjssxdoct == null ? null : fyjssxdoct.trim(); - } - - public String getFsxdoctbh() { - return fsxdoctbh; - } - - public void setFsxdoctbh(String fsxdoctbh) { - this.fsxdoctbh = fsxdoctbh == null ? null : fsxdoctbh.trim(); - } - - public String getFsxdoct() { - return fsxdoct; - } - - public void setFsxdoct(String fsxdoct) { - this.fsxdoct = fsxdoct == null ? null : fsxdoct.trim(); - } - - public String getFbmybh() { - return fbmybh; - } - - public void setFbmybh(String fbmybh) { - this.fbmybh = fbmybh == null ? null : fbmybh.trim(); - } - - public String getFbmy() { - return fbmy; - } - - public void setFbmy(String fbmy) { - this.fbmy = fbmy == null ? null : fbmy.trim(); - } - - public String getFzlrbh() { - return fzlrbh; - } - - public void setFzlrbh(String fzlrbh) { - this.fzlrbh = fzlrbh == null ? null : fzlrbh.trim(); - } - - public String getFzlr() { - return fzlr; - } - - public void setFzlr(String fzlr) { - this.fzlr = fzlr == null ? null : fzlr.trim(); - } - - public String getFqualitybh() { - return fqualitybh; - } - - public void setFqualitybh(String fqualitybh) { - this.fqualitybh = fqualitybh == null ? null : fqualitybh.trim(); - } - - public String getFquality() { - return fquality; - } - - public void setFquality(String fquality) { - this.fquality = fquality == null ? null : fquality.trim(); - } - - public String getFzkdoctbh() { - return fzkdoctbh; - } - - public void setFzkdoctbh(String fzkdoctbh) { - this.fzkdoctbh = fzkdoctbh == null ? null : fzkdoctbh.trim(); - } - - public String getFzkdoct() { - return fzkdoct; - } - - public void setFzkdoct(String fzkdoct) { - this.fzkdoct = fzkdoct == null ? null : fzkdoct.trim(); - } - - public String getFzknursebh() { - return fzknursebh; - } - - public void setFzknursebh(String fzknursebh) { - this.fzknursebh = fzknursebh == null ? null : fzknursebh.trim(); - } - - public String getFzknurse() { - return fzknurse; - } - - public void setFzknurse(String fzknurse) { - this.fzknurse = fzknurse == null ? null : fzknurse.trim(); - } - - public Date getFzkrq() { - return fzkrq; - } - - public void setFzkrq(Date fzkrq) { - this.fzkrq = fzkrq; - } - - public String getFmzdeadbh() { - return fmzdeadbh; - } - - public void setFmzdeadbh(String fmzdeadbh) { - this.fmzdeadbh = fmzdeadbh == null ? null : fmzdeadbh.trim(); - } - - public String getFmzdead() { - return fmzdead; - } - - public void setFmzdead(String fmzdead) { - this.fmzdead = fmzdead == null ? null : fmzdead.trim(); - } - - public BigDecimal getFsum1() { - return fsum1; - } - - public void setFsum1(BigDecimal fsum1) { - this.fsum1 = fsum1; - } - - public BigDecimal getFcwf() { - return fcwf; - } - - public void setFcwf(BigDecimal fcwf) { - this.fcwf = fcwf; - } - - public BigDecimal getFhlf() { - return fhlf; - } - - public void setFhlf(BigDecimal fhlf) { - this.fhlf = fhlf; - } - - public BigDecimal getFxyf() { - return fxyf; - } - - public void setFxyf(BigDecimal fxyf) { - this.fxyf = fxyf; - } - - public BigDecimal getFzyf() { - return fzyf; - } - - public void setFzyf(BigDecimal fzyf) { - this.fzyf = fzyf; - } - - public BigDecimal getFzchyf() { - return fzchyf; - } - - public void setFzchyf(BigDecimal fzchyf) { - this.fzchyf = fzchyf; - } - - public BigDecimal getFzcyf() { - return fzcyf; - } - - public void setFzcyf(BigDecimal fzcyf) { - this.fzcyf = fzcyf; - } - - public BigDecimal getFfsf() { - return ffsf; - } - - public void setFfsf(BigDecimal ffsf) { - this.ffsf = ffsf; - } - - public BigDecimal getFhyf() { - return fhyf; - } - - public void setFhyf(BigDecimal fhyf) { - this.fhyf = fhyf; - } - - public BigDecimal getFsyf() { - return fsyf; - } - - public void setFsyf(BigDecimal fsyf) { - this.fsyf = fsyf; - } - - public BigDecimal getFsxf() { - return fsxf; - } - - public void setFsxf(BigDecimal fsxf) { - this.fsxf = fsxf; - } - - public BigDecimal getFzlf() { - return fzlf; - } - - public void setFzlf(BigDecimal fzlf) { - this.fzlf = fzlf; - } - - public BigDecimal getFssf() { - return fssf; - } - - public void setFssf(BigDecimal fssf) { - this.fssf = fssf; - } - - public BigDecimal getFjsf() { - return fjsf; - } - - public void setFjsf(BigDecimal fjsf) { - this.fjsf = fjsf; - } - - public BigDecimal getFjcf() { - return fjcf; - } - - public void setFjcf(BigDecimal fjcf) { - this.fjcf = fjcf; - } - - public BigDecimal getFmzf() { - return fmzf; - } - - public void setFmzf(BigDecimal fmzf) { - this.fmzf = fmzf; - } - - public BigDecimal getFyef() { - return fyef; - } - - public void setFyef(BigDecimal fyef) { - this.fyef = fyef; - } - - public BigDecimal getFpcf() { - return fpcf; - } - - public void setFpcf(BigDecimal fpcf) { - this.fpcf = fpcf; - } - - public BigDecimal getFqtf() { - return fqtf; - } - - public void setFqtf(BigDecimal fqtf) { - this.fqtf = fqtf; - } - - public String getFbodybh() { - return fbodybh; - } - - public void setFbodybh(String fbodybh) { - this.fbodybh = fbodybh == null ? null : fbodybh.trim(); - } - - public String getFbody() { - return fbody; - } - - public void setFbody(String fbody) { - this.fbody = fbody == null ? null : fbody.trim(); - } - - public String getFisopfirstbh() { - return fisopfirstbh; - } - - public void setFisopfirstbh(String fisopfirstbh) { - this.fisopfirstbh = fisopfirstbh == null ? null : fisopfirstbh.trim(); - } - - public String getFisopfirst() { - return fisopfirst; - } - - public void setFisopfirst(String fisopfirst) { - this.fisopfirst = fisopfirst == null ? null : fisopfirst.trim(); - } - - public String getFiszlfirstbh() { - return fiszlfirstbh; - } - - public void setFiszlfirstbh(String fiszlfirstbh) { - this.fiszlfirstbh = fiszlfirstbh == null ? null : fiszlfirstbh.trim(); - } - - public String getFiszlfirst() { - return fiszlfirst; - } - - public void setFiszlfirst(String fiszlfirst) { - this.fiszlfirst = fiszlfirst == null ? null : fiszlfirst.trim(); - } - - public String getFisjcfirstbh() { - return fisjcfirstbh; - } - - public void setFisjcfirstbh(String fisjcfirstbh) { - this.fisjcfirstbh = fisjcfirstbh == null ? null : fisjcfirstbh.trim(); - } - - public String getFisjcfirst() { - return fisjcfirst; - } - - public void setFisjcfirst(String fisjcfirst) { - this.fisjcfirst = fisjcfirst == null ? null : fisjcfirst.trim(); - } - - public String getFiszdfirstbh() { - return fiszdfirstbh; - } - - public void setFiszdfirstbh(String fiszdfirstbh) { - this.fiszdfirstbh = fiszdfirstbh == null ? null : fiszdfirstbh.trim(); - } - - public String getFiszdfirst() { - return fiszdfirst; - } - - public void setFiszdfirst(String fiszdfirst) { - this.fiszdfirst = fiszdfirst == null ? null : fiszdfirst.trim(); - } - - public String getFisszbh() { - return fisszbh; - } - - public void setFisszbh(String fisszbh) { - this.fisszbh = fisszbh == null ? null : fisszbh.trim(); - } - - public String getFissz() { - return fissz; - } - - public void setFissz(String fissz) { - this.fissz = fissz == null ? null : fissz.trim(); - } - - public String getFszqx() { - return fszqx; - } - - public void setFszqx(String fszqx) { - this.fszqx = fszqx == null ? null : fszqx.trim(); - } - - public String getFsamplebh() { - return fsamplebh; - } - - public void setFsamplebh(String fsamplebh) { - this.fsamplebh = fsamplebh == null ? null : fsamplebh.trim(); - } - - public String getFsample() { - return fsample; - } - - public void setFsample(String fsample) { - this.fsample = fsample == null ? null : fsample.trim(); - } - - public String getFbloodbh() { - return fbloodbh; - } - - public void setFbloodbh(String fbloodbh) { - this.fbloodbh = fbloodbh == null ? null : fbloodbh.trim(); - } - - public String getFblood() { - return fblood; - } - - public void setFblood(String fblood) { - this.fblood = fblood == null ? null : fblood.trim(); - } - - public String getFrhbh() { - return frhbh; - } - - public void setFrhbh(String frhbh) { - this.frhbh = frhbh == null ? null : frhbh.trim(); - } - - public String getFrh() { - return frh; - } - - public void setFrh(String frh) { - this.frh = frh == null ? null : frh.trim(); - } - - public String getFsxfybh() { - return fsxfybh; - } - - public void setFsxfybh(String fsxfybh) { - this.fsxfybh = fsxfybh == null ? null : fsxfybh.trim(); - } - - public String getFsxfy() { - return fsxfy; - } - - public void setFsxfy(String fsxfy) { - this.fsxfy = fsxfy == null ? null : fsxfy.trim(); - } - - public String getFsyfybh() { - return fsyfybh; - } - - public void setFsyfybh(String fsyfybh) { - this.fsyfybh = fsyfybh == null ? null : fsyfybh.trim(); - } - - public String getFsyfy() { - return fsyfy; - } - - public void setFsyfy(String fsyfy) { - this.fsyfy = fsyfy == null ? null : fsyfy.trim(); - } - - public BigDecimal getFredcell() { - return fredcell; - } - - public void setFredcell(BigDecimal fredcell) { - this.fredcell = fredcell; - } - - public BigDecimal getFplaque() { - return fplaque; - } - - public void setFplaque(BigDecimal fplaque) { - this.fplaque = fplaque; - } - - public BigDecimal getFserous() { - return fserous; - } - - public void setFserous(BigDecimal fserous) { - this.fserous = fserous; - } - - public BigDecimal getFallblood() { - return fallblood; - } - - public void setFallblood(BigDecimal fallblood) { - this.fallblood = fallblood; - } - - public BigDecimal getFotherblood() { - return fotherblood; - } - - public void setFotherblood(BigDecimal fotherblood) { - this.fotherblood = fotherblood; - } - - public Integer getFhzyj() { - return fhzyj; - } - - public void setFhzyj(Integer fhzyj) { - this.fhzyj = fhzyj; - } - - public Integer getFhzyc() { - return fhzyc; - } - - public void setFhzyc(Integer fhzyc) { - this.fhzyc = fhzyc; - } - - public BigDecimal getFhltj() { - return fhltj; - } - - public void setFhltj(BigDecimal fhltj) { - this.fhltj = fhltj; - } - - public BigDecimal getFhl1() { - return fhl1; - } - - public void setFhl1(BigDecimal fhl1) { - this.fhl1 = fhl1; - } - - public BigDecimal getFhl2() { - return fhl2; - } - - public void setFhl2(BigDecimal fhl2) { - this.fhl2 = fhl2; - } - - public BigDecimal getFhl3() { - return fhl3; - } - - public void setFhl3(BigDecimal fhl3) { - this.fhl3 = fhl3; - } - - public Integer getFhlzz() { - return fhlzz; - } - - public void setFhlzz(Integer fhlzz) { - this.fhlzz = fhlzz; - } - - public Integer getFhlts() { - return fhlts; - } - - public void setFhlts(Integer fhlts) { - this.fhlts = fhlts; - } - - public Integer getFbabynum() { - return fbabynum; - } - - public void setFbabynum(Integer fbabynum) { - this.fbabynum = fbabynum; - } - - public Boolean getFtwill() { - return ftwill; - } - - public void setFtwill(Boolean ftwill) { - this.ftwill = ftwill; - } - - public Boolean getFqjbr() { - return fqjbr; - } - - public void setFqjbr(Boolean fqjbr) { - this.fqjbr = fqjbr; - } - - public Boolean getFqjsuc() { - return fqjsuc; - } - - public void setFqjsuc(Boolean fqjsuc) { - this.fqjsuc = fqjsuc; - } - - public Boolean getFthreqz() { - return fthreqz; - } - - public void setFthreqz(Boolean fthreqz) { - this.fthreqz = fthreqz; - } - - public Boolean getFback() { - return fback; - } - - public void setFback(Boolean fback) { - this.fback = fback; - } - - public Boolean getFifzdss() { - return fifzdss; - } - - public void setFifzdss(Boolean fifzdss) { - this.fifzdss = fifzdss; - } - - public Boolean getFifdbz() { - return fifdbz; - } - - public void setFifdbz(Boolean fifdbz) { - this.fifdbz = fifdbz; - } - - public BigDecimal getFzlfzy() { - return fzlfzy; - } - - public void setFzlfzy(BigDecimal fzlfzy) { - this.fzlfzy = fzlfzy; - } - - public String getFzktykh() { - return fzktykh; - } - - public void setFzktykh(String fzktykh) { - this.fzktykh = fzktykh == null ? null : fzktykh.trim(); - } - - public String getFzkdept() { - return fzkdept; - } - - public void setFzkdept(String fzkdept) { - this.fzkdept = fzkdept == null ? null : fzkdept.trim(); - } - - public Date getFzkdate() { - return fzkdate; - } - - public void setFzkdate(Date fzkdate) { - this.fzkdate = fzkdate; - } - - public String getFzktime() { - return fzktime; - } - - public void setFzktime(String fzktime) { - this.fzktime = fzktime == null ? null : fzktime.trim(); - } - - public String getFsrybh() { - return fsrybh; - } - - public void setFsrybh(String fsrybh) { - this.fsrybh = fsrybh == null ? null : fsrybh.trim(); - } - - public String getFsry() { - return fsry; - } - - public void setFsry(String fsry) { - this.fsry = fsry == null ? null : fsry.trim(); - } - - public Date getFworkrq() { - return fworkrq; - } - - public void setFworkrq(Date fworkrq) { - this.fworkrq = fworkrq; - } - - public String getFjbfxbh() { - return fjbfxbh; - } - - public void setFjbfxbh(String fjbfxbh) { - this.fjbfxbh = fjbfxbh == null ? null : fjbfxbh.trim(); - } - - public String getFjbfx() { - return fjbfx; - } - - public void setFjbfx(String fjbfx) { - this.fjbfx = fjbfx == null ? null : fjbfx.trim(); - } - - public String getFfhgdbh() { - return ffhgdbh; - } - - public void setFfhgdbh(String ffhgdbh) { - this.ffhgdbh = ffhgdbh == null ? null : ffhgdbh.trim(); - } - - public String getFfhgd() { - return ffhgd; - } - - public void setFfhgd(String ffhgd) { - this.ffhgd = ffhgd == null ? null : ffhgd.trim(); - } - - public String getFsourcebh() { - return fsourcebh; - } - - public void setFsourcebh(String fsourcebh) { - this.fsourcebh = fsourcebh == null ? null : fsourcebh.trim(); - } - - public String getFsource() { - return fsource; - } - - public void setFsource(String fsource) { - this.fsource = fsource == null ? null : fsource.trim(); - } - - public Boolean getFifss() { - return fifss; - } - - public void setFifss(Boolean fifss) { - this.fifss = fifss; - } - - public Boolean getFiffyk() { - return fiffyk; - } - - public void setFiffyk(Boolean fiffyk) { - this.fiffyk = fiffyk; - } - - public Boolean getFbfz() { - return fbfz; - } - - public void setFbfz(Boolean fbfz) { - this.fbfz = fbfz; - } - - public Integer getFyngr() { - return fyngr; - } - - public void setFyngr(Integer fyngr) { - this.fyngr = fyngr; - } - - public String getFextend1() { - return fextend1; - } - - public void setFextend1(String fextend1) { - this.fextend1 = fextend1 == null ? null : fextend1.trim(); - } - - public String getFextend2() { - return fextend2; - } - - public void setFextend2(String fextend2) { - this.fextend2 = fextend2 == null ? null : fextend2.trim(); - } - - public String getFextend3() { - return fextend3; - } - - public void setFextend3(String fextend3) { - this.fextend3 = fextend3 == null ? null : fextend3.trim(); - } - - public String getFextend4() { - return fextend4; - } - - public void setFextend4(String fextend4) { - this.fextend4 = fextend4 == null ? null : fextend4.trim(); - } - - public String getFextend5() { - return fextend5; - } - - public void setFextend5(String fextend5) { - this.fextend5 = fextend5 == null ? null : fextend5.trim(); - } - - public String getFextend6() { - return fextend6; - } - - public void setFextend6(String fextend6) { - this.fextend6 = fextend6 == null ? null : fextend6.trim(); - } - - public String getFextend7() { - return fextend7; - } - - public void setFextend7(String fextend7) { - this.fextend7 = fextend7 == null ? null : fextend7.trim(); - } - - public String getFextend8() { - return fextend8; - } - - public void setFextend8(String fextend8) { - this.fextend8 = fextend8 == null ? null : fextend8.trim(); - } - - public String getFextend9() { - return fextend9; - } - - public void setFextend9(String fextend9) { - this.fextend9 = fextend9 == null ? null : fextend9.trim(); - } - - public String getFextend10() { - return fextend10; - } - - public void setFextend10(String fextend10) { - this.fextend10 = fextend10 == null ? null : fextend10.trim(); - } - - public String getFextend11() { - return fextend11; - } - - public void setFextend11(String fextend11) { - this.fextend11 = fextend11 == null ? null : fextend11.trim(); - } - - public String getFextend12() { - return fextend12; - } - - public void setFextend12(String fextend12) { - this.fextend12 = fextend12 == null ? null : fextend12.trim(); - } - - public String getFextend13() { - return fextend13; - } - - public void setFextend13(String fextend13) { - this.fextend13 = fextend13 == null ? null : fextend13.trim(); - } - - public String getFextend14() { - return fextend14; - } - - public void setFextend14(String fextend14) { - this.fextend14 = fextend14 == null ? null : fextend14.trim(); - } - - public String getFextend15() { - return fextend15; - } - - public void setFextend15(String fextend15) { - this.fextend15 = fextend15 == null ? null : fextend15.trim(); - } - - public String getFnative() { - return fnative; - } - - public void setFnative(String fnative) { - this.fnative = fnative == null ? null : fnative.trim(); - } - - public String getFcurraddr() { - return fcurraddr; - } - - public void setFcurraddr(String fcurraddr) { - this.fcurraddr = fcurraddr == null ? null : fcurraddr.trim(); - } - - public String getFcurrtele() { - return fcurrtele; - } - - public void setFcurrtele(String fcurrtele) { - this.fcurrtele = fcurrtele == null ? null : fcurrtele.trim(); - } - - public String getFcurrpost() { - return fcurrpost; - } - - public void setFcurrpost(String fcurrpost) { - this.fcurrpost = fcurrpost == null ? null : fcurrpost.trim(); - } - - public String getFjobbh() { - return fjobbh; - } - - public void setFjobbh(String fjobbh) { - this.fjobbh = fjobbh == null ? null : fjobbh.trim(); - } - - public Double getFcstz() { - return fcstz; - } - - public void setFcstz(Double fcstz) { - this.fcstz = fcstz; - } - - public Double getFrytz() { - return frytz; - } - - public void setFrytz(Double frytz) { - this.frytz = frytz; - } - - public String getFycljbh() { - return fycljbh; - } - - public void setFycljbh(String fycljbh) { - this.fycljbh = fycljbh == null ? null : fycljbh.trim(); - } - - public String getFyclj() { - return fyclj; - } - - public void setFyclj(String fyclj) { - this.fyclj = fyclj == null ? null : fyclj.trim(); - } - - public String getFphzdbh() { - return fphzdbh; - } - - public void setFphzdbh(String fphzdbh) { - this.fphzdbh = fphzdbh == null ? null : fphzdbh.trim(); - } - - public String getFphzdnum() { - return fphzdnum; - } - - public void setFphzdnum(String fphzdnum) { - this.fphzdnum = fphzdnum == null ? null : fphzdnum.trim(); - } - - public String getFifgmywbh() { - return fifgmywbh; - } - - public void setFifgmywbh(String fifgmywbh) { - this.fifgmywbh = fifgmywbh == null ? null : fifgmywbh.trim(); - } - - public String getFifgmyw() { - return fifgmyw; - } - - public void setFifgmyw(String fifgmyw) { - this.fifgmyw = fifgmyw == null ? null : fifgmyw.trim(); - } - - public String getFnursebh() { - return fnursebh; - } - - public void setFnursebh(String fnursebh) { - this.fnursebh = fnursebh == null ? null : fnursebh.trim(); - } - - public String getFnurse() { - return fnurse; - } - - public void setFnurse(String fnurse) { - this.fnurse = fnurse == null ? null : fnurse.trim(); - } - - public String getFlyfsbh() { - return flyfsbh; - } - - public void setFlyfsbh(String flyfsbh) { - this.flyfsbh = flyfsbh == null ? null : flyfsbh.trim(); - } - - public String getFlyfs() { - return flyfs; - } - - public void setFlyfs(String flyfs) { - this.flyfs = flyfs == null ? null : flyfs.trim(); - } - - public String getFyzouthostital() { - return fyzouthostital; - } - - public void setFyzouthostital(String fyzouthostital) { - this.fyzouthostital = fyzouthostital == null ? null : fyzouthostital.trim(); - } - - public String getFsqouthostital() { - return fsqouthostital; - } - - public void setFsqouthostital(String fsqouthostital) { - this.fsqouthostital = fsqouthostital == null ? null : fsqouthostital.trim(); - } - - public String getFisagainrybh() { - return fisagainrybh; - } - - public void setFisagainrybh(String fisagainrybh) { - this.fisagainrybh = fisagainrybh == null ? null : fisagainrybh.trim(); - } - - public String getFisagainry() { - return fisagainry; - } - - public void setFisagainry(String fisagainry) { - this.fisagainry = fisagainry == null ? null : fisagainry.trim(); - } - - public String getFisagainrymd() { - return fisagainrymd; - } - - public void setFisagainrymd(String fisagainrymd) { - this.fisagainrymd = fisagainrymd == null ? null : fisagainrymd.trim(); - } - - public Integer getFryqhmdays() { - return fryqhmdays; - } - - public void setFryqhmdays(Integer fryqhmdays) { - this.fryqhmdays = fryqhmdays; - } - - public Integer getFryqhmhours() { - return fryqhmhours; - } - - public void setFryqhmhours(Integer fryqhmhours) { - this.fryqhmhours = fryqhmhours; - } - - public Integer getFryqhmmins() { - return fryqhmmins; - } - - public void setFryqhmmins(Integer fryqhmmins) { - this.fryqhmmins = fryqhmmins; - } - - public Integer getFryqhmcounts() { - return fryqhmcounts; - } - - public void setFryqhmcounts(Integer fryqhmcounts) { - this.fryqhmcounts = fryqhmcounts; - } - - public Integer getFryhmdays() { - return fryhmdays; - } - - public void setFryhmdays(Integer fryhmdays) { - this.fryhmdays = fryhmdays; - } - - public Integer getFryhmhours() { - return fryhmhours; - } - - public void setFryhmhours(Integer fryhmhours) { - this.fryhmhours = fryhmhours; - } - - public Integer getFryhmmins() { - return fryhmmins; - } - - public void setFryhmmins(Integer fryhmmins) { - this.fryhmmins = fryhmmins; - } - - public Integer getFryhmcounts() { - return fryhmcounts; - } - - public void setFryhmcounts(Integer fryhmcounts) { - this.fryhmcounts = fryhmcounts; - } - - public String getFfbbhnew() { - return ffbbhnew; - } - - public void setFfbbhnew(String ffbbhnew) { - this.ffbbhnew = ffbbhnew == null ? null : ffbbhnew.trim(); - } - - public String getFfbnew() { - return ffbnew; - } - - public void setFfbnew(String ffbnew) { - this.ffbnew = ffbnew == null ? null : ffbnew.trim(); - } - - public BigDecimal getFzfje() { - return fzfje; - } - - public void setFzfje(BigDecimal fzfje) { - this.fzfje = fzfje; - } - - public BigDecimal getFzhfwlylf() { - return fzhfwlylf; - } - - public void setFzhfwlylf(BigDecimal fzhfwlylf) { - this.fzhfwlylf = fzhfwlylf; - } - - public BigDecimal getFzhfwlczf() { - return fzhfwlczf; - } - - public void setFzhfwlczf(BigDecimal fzhfwlczf) { - this.fzhfwlczf = fzhfwlczf; - } - - public BigDecimal getFzhfwlhlf() { - return fzhfwlhlf; - } - - public void setFzhfwlhlf(BigDecimal fzhfwlhlf) { - this.fzhfwlhlf = fzhfwlhlf; - } - - public BigDecimal getFzhfwlqtf() { - return fzhfwlqtf; - } - - public void setFzhfwlqtf(BigDecimal fzhfwlqtf) { - this.fzhfwlqtf = fzhfwlqtf; - } - - public BigDecimal getFzdlblf() { - return fzdlblf; - } - - public void setFzdlblf(BigDecimal fzdlblf) { - this.fzdlblf = fzdlblf; - } - - public BigDecimal getFzdlsssf() { - return fzdlsssf; - } - - public void setFzdlsssf(BigDecimal fzdlsssf) { - this.fzdlsssf = fzdlsssf; - } - - public BigDecimal getFzdlyxf() { - return fzdlyxf; - } - - public void setFzdlyxf(BigDecimal fzdlyxf) { - this.fzdlyxf = fzdlyxf; - } - - public BigDecimal getFzdllcf() { - return fzdllcf; - } - - public void setFzdllcf(BigDecimal fzdllcf) { - this.fzdllcf = fzdllcf; - } - - public BigDecimal getFzllffssf() { - return fzllffssf; - } - - public void setFzllffssf(BigDecimal fzllffssf) { - this.fzllffssf = fzllffssf; - } - - public BigDecimal getFzllfwlzwlf() { - return fzllfwlzwlf; - } - - public void setFzllfwlzwlf(BigDecimal fzllfwlzwlf) { - this.fzllfwlzwlf = fzllfwlzwlf; - } - - public BigDecimal getFzllfssf() { - return fzllfssf; - } - - public void setFzllfssf(BigDecimal fzllfssf) { - this.fzllfssf = fzllfssf; - } - - public BigDecimal getFzllfmzf() { - return fzllfmzf; - } - - public void setFzllfmzf(BigDecimal fzllfmzf) { - this.fzllfmzf = fzllfmzf; - } - - public BigDecimal getFzllfsszlf() { - return fzllfsszlf; - } - - public void setFzllfsszlf(BigDecimal fzllfsszlf) { - this.fzllfsszlf = fzllfsszlf; - } - - public BigDecimal getFkflkff() { - return fkflkff; - } - - public void setFkflkff(BigDecimal fkflkff) { - this.fkflkff = fkflkff; - } - - public BigDecimal getFzylzf() { - return fzylzf; - } - - public void setFzylzf(BigDecimal fzylzf) { - this.fzylzf = fzylzf; - } - - public BigDecimal getFxylgjf() { - return fxylgjf; - } - - public void setFxylgjf(BigDecimal fxylgjf) { - this.fxylgjf = fxylgjf; - } - - public BigDecimal getFxylxf() { - return fxylxf; - } - - public void setFxylxf(BigDecimal fxylxf) { - this.fxylxf = fxylxf; - } - - public BigDecimal getFxylbqbf() { - return fxylbqbf; - } - - public void setFxylbqbf(BigDecimal fxylbqbf) { - this.fxylbqbf = fxylbqbf; - } - - public BigDecimal getFxylqdbf() { - return fxylqdbf; - } - - public void setFxylqdbf(BigDecimal fxylqdbf) { - this.fxylqdbf = fxylqdbf; - } - - public BigDecimal getFxylyxyzf() { - return fxylyxyzf; - } - - public void setFxylyxyzf(BigDecimal fxylyxyzf) { - this.fxylyxyzf = fxylyxyzf; - } - - public BigDecimal getFxylxbyzf() { - return fxylxbyzf; - } - - public void setFxylxbyzf(BigDecimal fxylxbyzf) { - this.fxylxbyzf = fxylxbyzf; - } - - public BigDecimal getFhclcjf() { - return fhclcjf; - } - - public void setFhclcjf(BigDecimal fhclcjf) { - this.fhclcjf = fhclcjf; - } - - public BigDecimal getFhclzlf() { - return fhclzlf; - } - - public void setFhclzlf(BigDecimal fhclzlf) { - this.fhclzlf = fhclzlf; - } - - public BigDecimal getFhclssf() { - return fhclssf; - } - - public void setFhclssf(BigDecimal fhclssf) { - this.fhclssf = fhclssf; - } - - public BigDecimal getFzhfwlylf01() { - return fzhfwlylf01; - } - - public void setFzhfwlylf01(BigDecimal fzhfwlylf01) { - this.fzhfwlylf01 = fzhfwlylf01; - } - - public BigDecimal getFzhfwlylf02() { - return fzhfwlylf02; - } - - public void setFzhfwlylf02(BigDecimal fzhfwlylf02) { - this.fzhfwlylf02 = fzhfwlylf02; - } - - public BigDecimal getFzylzdf() { - return fzylzdf; - } - - public void setFzylzdf(BigDecimal fzylzdf) { - this.fzylzdf = fzylzdf; - } - - public BigDecimal getFzylzlf() { - return fzylzlf; - } - - public void setFzylzlf(BigDecimal fzylzlf) { - this.fzylzlf = fzylzlf; - } - - public BigDecimal getFzylzlf01() { - return fzylzlf01; - } - - public void setFzylzlf01(BigDecimal fzylzlf01) { - this.fzylzlf01 = fzylzlf01; - } - - public BigDecimal getFzylzlf02() { - return fzylzlf02; - } - - public void setFzylzlf02(BigDecimal fzylzlf02) { - this.fzylzlf02 = fzylzlf02; - } - - public BigDecimal getFzylzlf03() { - return fzylzlf03; - } - - public void setFzylzlf03(BigDecimal fzylzlf03) { - this.fzylzlf03 = fzylzlf03; - } - - public BigDecimal getFzylzlf04() { - return fzylzlf04; - } - - public void setFzylzlf04(BigDecimal fzylzlf04) { - this.fzylzlf04 = fzylzlf04; - } - - public BigDecimal getFzylzlf05() { - return fzylzlf05; - } - - public void setFzylzlf05(BigDecimal fzylzlf05) { - this.fzylzlf05 = fzylzlf05; - } - - public BigDecimal getFzylzlf06() { - return fzylzlf06; - } - - public void setFzylzlf06(BigDecimal fzylzlf06) { - this.fzylzlf06 = fzylzlf06; - } - - public BigDecimal getFzylqtf() { - return fzylqtf; - } - - public void setFzylqtf(BigDecimal fzylqtf) { - this.fzylqtf = fzylqtf; - } - - public BigDecimal getFzylqtf01() { - return fzylqtf01; - } - - public void setFzylqtf01(BigDecimal fzylqtf01) { - this.fzylqtf01 = fzylqtf01; - } - - public BigDecimal getFzylqtf02() { - return fzylqtf02; - } - - public void setFzylqtf02(BigDecimal fzylqtf02) { - this.fzylqtf02 = fzylqtf02; - } - - public BigDecimal getFzcljgzjf() { - return fzcljgzjf; - } - - public void setFzcljgzjf(BigDecimal fzcljgzjf) { - this.fzcljgzjf = fzcljgzjf; - } - - public String getFrytjbh() { - return frytjbh; - } - - public void setFrytjbh(String frytjbh) { - this.frytjbh = frytjbh == null ? null : frytjbh.trim(); - } - - public String getFrytj() { - return frytj; - } - - public void setFrytj(String frytj) { - this.frytj = frytj == null ? null : frytj.trim(); - } - - public String getFcurraddrbh() { - return fcurraddrbh; - } - - public void setFcurraddrbh(String fcurraddrbh) { - this.fcurraddrbh = fcurraddrbh == null ? null : fcurraddrbh.trim(); - } - - public String getFdwaddrbh() { - return fdwaddrbh; - } - - public void setFdwaddrbh(String fdwaddrbh) { - this.fdwaddrbh = fdwaddrbh == null ? null : fdwaddrbh.trim(); - } - - public String getFhkaddrbh() { - return fhkaddrbh; - } - - public void setFhkaddrbh(String fhkaddrbh) { - this.fhkaddrbh = fhkaddrbh == null ? null : fhkaddrbh.trim(); - } - - public String getFlxaddrbh() { - return flxaddrbh; - } - - public void setFlxaddrbh(String flxaddrbh) { - this.flxaddrbh = flxaddrbh == null ? null : flxaddrbh.trim(); - } - - public String getFbirthplacebh() { - return fbirthplacebh; - } - - public void setFbirthplacebh(String fbirthplacebh) { - this.fbirthplacebh = fbirthplacebh == null ? null : fbirthplacebh.trim(); - } - - public String getFyhzwdjzqk() { - return fyhzwdjzqk; - } - - public void setFyhzwdjzqk(String fyhzwdjzqk) { - this.fyhzwdjzqk = fyhzwdjzqk == null ? null : fyhzwdjzqk.trim(); - } - - public String getFzwdcsmc() { - return fzwdcsmc; - } - - public void setFzwdcsmc(String fzwdcsmc) { - this.fzwdcsmc = fzwdcsmc == null ? null : fzwdcsmc.trim(); - } - - public String getFzbdzyqk() { - return fzbdzyqk; - } - - public void setFzbdzyqk(String fzbdzyqk) { - this.fzbdzyqk = fzbdzyqk == null ? null : fzbdzyqk.trim(); - } - - public String getFwdcsmc() { - return fwdcsmc; - } - - public void setFwdcsmc(String fwdcsmc) { - this.fwdcsmc = fwdcsmc == null ? null : fwdcsmc.trim(); - } - - public String getFyhxjsj() { - return fyhxjsj; - } - - public void setFyhxjsj(String fyhxjsj) { - this.fyhxjsj = fyhxjsj == null ? null : fyhxjsj.trim(); - } - - public String getFzwdjjreason() { - return fzwdjjreason; - } - - public void setFzwdjjreason(String fzwdjjreason) { - this.fzwdjjreason = fzwdjjreason == null ? null : fzwdjjreason.trim(); - } - - public String getFzybsjjreason() { - return fzybsjjreason; - } - - public void setFzybsjjreason(String fzybsjjreason) { - this.fzybsjjreason = fzybsjjreason == null ? null : fzybsjjreason.trim(); - } - - @Override - public String toString() { - return "HISBA1{" + - "fid=" + fid + - ", fifinput=" + fifinput + - ", fprn='" + fprn + '\'' + - ", ftimes=" + ftimes + - ", ficdversion=" + ficdversion + - ", fzyid='" + fzyid + '\'' + - ", fage='" + fage + '\'' + - ", fname='" + fname + '\'' + - ", fsexbh='" + fsexbh + '\'' + - ", fsex='" + fsex + '\'' + - ", fbirthday=" + fbirthday + - ", fbirthplace='" + fbirthplace + '\'' + - ", fidcard='" + fidcard + '\'' + - ", fcountrybh='" + fcountrybh + '\'' + - ", fcountry='" + fcountry + '\'' + - ", fnationalitybh='" + fnationalitybh + '\'' + - ", fnationality='" + fnationality + '\'' + - ", fjob='" + fjob + '\'' + - ", fstatusbh='" + fstatusbh + '\'' + - ", fstatus='" + fstatus + '\'' + - ", fdwname='" + fdwname + '\'' + - ", fdwaddr='" + fdwaddr + '\'' + - ", fdwtele='" + fdwtele + '\'' + - ", fdwpost='" + fdwpost + '\'' + - ", fhkaddr='" + fhkaddr + '\'' + - ", fhkpost='" + fhkpost + '\'' + - ", flxname='" + flxname + '\'' + - ", frelate='" + frelate + '\'' + - ", flxaddr='" + flxaddr + '\'' + - ", flxtele='" + flxtele + '\'' + - ", ffbbh='" + ffbbh + '\'' + - ", ffb='" + ffb + '\'' + - ", fascard1='" + fascard1 + '\'' + - ", fascard2='" + fascard2 + '\'' + - ", frydate=" + frydate + - ", frytime='" + frytime + '\'' + - ", frytykh='" + frytykh + '\'' + - ", frydept='" + frydept + '\'' + - ", frybs='" + frybs + '\'' + - ", fcydate=" + fcydate + - ", fcytime='" + fcytime + '\'' + - ", fcytykh='" + fcytykh + '\'' + - ", fcydept='" + fcydept + '\'' + - ", fcybs='" + fcybs + '\'' + - ", fdays=" + fdays + - ", fmzzdbh='" + fmzzdbh + '\'' + - ", fmzzd='" + fmzzd + '\'' + - ", fmzdoctbh='" + fmzdoctbh + '\'' + - ", fmzdoct='" + fmzdoct + '\'' + - ", fryinfobh='" + fryinfobh + '\'' + - ", fryinfo='" + fryinfo + '\'' + - ", fryzdbh='" + fryzdbh + '\'' + - ", fryzd='" + fryzd + '\'' + - ", fqzdate=" + fqzdate + - ", fphzd='" + fphzd + '\'' + - ", fgmyw='" + fgmyw + '\'' + - ", fhbsagbh='" + fhbsagbh + '\'' + - ", fhbsag='" + fhbsag + '\'' + - ", fhcvabbh='" + fhcvabbh + '\'' + - ", fhcvab='" + fhcvab + '\'' + - ", fhivabbh='" + fhivabbh + '\'' + - ", fhivab='" + fhivab + '\'' + - ", fmzcyaccobh='" + fmzcyaccobh + '\'' + - ", fmzcyacco='" + fmzcyacco + '\'' + - ", frycyaccobh='" + frycyaccobh + '\'' + - ", frycyacco='" + frycyacco + '\'' + - ", flcblaccobh='" + flcblaccobh + '\'' + - ", flcblacco='" + flcblacco + '\'' + - ", ffsblaccobh='" + ffsblaccobh + '\'' + - ", ffsblacco='" + ffsblacco + '\'' + - ", fopaccobh='" + fopaccobh + '\'' + - ", fopacco='" + fopacco + '\'' + - ", fqjtimes=" + fqjtimes + - ", fqjsuctimes=" + fqjsuctimes + - ", fkzrbh='" + fkzrbh + '\'' + - ", fkzr='" + fkzr + '\'' + - ", fzrdoctbh='" + fzrdoctbh + '\'' + - ", fzrdoctor='" + fzrdoctor + '\'' + - ", fzzdoctbh='" + fzzdoctbh + '\'' + - ", fzzdoct='" + fzzdoct + '\'' + - ", fzydoctbh='" + fzydoctbh + '\'' + - ", fzydoct='" + fzydoct + '\'' + - ", fjxdoctbh='" + fjxdoctbh + '\'' + - ", fjxdoct='" + fjxdoct + '\'' + - ", fyjssxdoctbh='" + fyjssxdoctbh + '\'' + - ", fyjssxdoct='" + fyjssxdoct + '\'' + - ", fsxdoctbh='" + fsxdoctbh + '\'' + - ", fsxdoct='" + fsxdoct + '\'' + - ", fbmybh='" + fbmybh + '\'' + - ", fbmy='" + fbmy + '\'' + - ", fzlrbh='" + fzlrbh + '\'' + - ", fzlr='" + fzlr + '\'' + - ", fqualitybh='" + fqualitybh + '\'' + - ", fquality='" + fquality + '\'' + - ", fzkdoctbh='" + fzkdoctbh + '\'' + - ", fzkdoct='" + fzkdoct + '\'' + - ", fzknursebh='" + fzknursebh + '\'' + - ", fzknurse='" + fzknurse + '\'' + - ", fzkrq=" + fzkrq + - ", fmzdeadbh='" + fmzdeadbh + '\'' + - ", fmzdead='" + fmzdead + '\'' + - ", fsum1=" + fsum1 + - ", fcwf=" + fcwf + - ", fhlf=" + fhlf + - ", fxyf=" + fxyf + - ", fzyf=" + fzyf + - ", fzchyf=" + fzchyf + - ", fzcyf=" + fzcyf + - ", ffsf=" + ffsf + - ", fhyf=" + fhyf + - ", fsyf=" + fsyf + - ", fsxf=" + fsxf + - ", fzlf=" + fzlf + - ", fssf=" + fssf + - ", fjsf=" + fjsf + - ", fjcf=" + fjcf + - ", fmzf=" + fmzf + - ", fyef=" + fyef + - ", fpcf=" + fpcf + - ", fqtf=" + fqtf + - ", fbodybh='" + fbodybh + '\'' + - ", fbody='" + fbody + '\'' + - ", fisopfirstbh='" + fisopfirstbh + '\'' + - ", fisopfirst='" + fisopfirst + '\'' + - ", fiszlfirstbh='" + fiszlfirstbh + '\'' + - ", fiszlfirst='" + fiszlfirst + '\'' + - ", fisjcfirstbh='" + fisjcfirstbh + '\'' + - ", fisjcfirst='" + fisjcfirst + '\'' + - ", fiszdfirstbh='" + fiszdfirstbh + '\'' + - ", fiszdfirst='" + fiszdfirst + '\'' + - ", fisszbh='" + fisszbh + '\'' + - ", fissz='" + fissz + '\'' + - ", fszqx='" + fszqx + '\'' + - ", fsamplebh='" + fsamplebh + '\'' + - ", fsample='" + fsample + '\'' + - ", fbloodbh='" + fbloodbh + '\'' + - ", fblood='" + fblood + '\'' + - ", frhbh='" + frhbh + '\'' + - ", frh='" + frh + '\'' + - ", fsxfybh='" + fsxfybh + '\'' + - ", fsxfy='" + fsxfy + '\'' + - ", fsyfybh='" + fsyfybh + '\'' + - ", fsyfy='" + fsyfy + '\'' + - ", fredcell=" + fredcell + - ", fplaque=" + fplaque + - ", fserous=" + fserous + - ", fallblood=" + fallblood + - ", fotherblood=" + fotherblood + - ", fhzyj=" + fhzyj + - ", fhzyc=" + fhzyc + - ", fhltj=" + fhltj + - ", fhl1=" + fhl1 + - ", fhl2=" + fhl2 + - ", fhl3=" + fhl3 + - ", fhlzz=" + fhlzz + - ", fhlts=" + fhlts + - ", fbabynum=" + fbabynum + - ", ftwill=" + ftwill + - ", fqjbr=" + fqjbr + - ", fqjsuc=" + fqjsuc + - ", fthreqz=" + fthreqz + - ", fback=" + fback + - ", fifzdss=" + fifzdss + - ", fifdbz=" + fifdbz + - ", fzlfzy=" + fzlfzy + - ", fzktykh='" + fzktykh + '\'' + - ", fzkdept='" + fzkdept + '\'' + - ", fzkdate=" + fzkdate + - ", fzktime='" + fzktime + '\'' + - ", fsrybh='" + fsrybh + '\'' + - ", fsry='" + fsry + '\'' + - ", fworkrq=" + fworkrq + - ", fjbfxbh='" + fjbfxbh + '\'' + - ", fjbfx='" + fjbfx + '\'' + - ", ffhgdbh='" + ffhgdbh + '\'' + - ", ffhgd='" + ffhgd + '\'' + - ", fsourcebh='" + fsourcebh + '\'' + - ", fsource='" + fsource + '\'' + - ", fifss=" + fifss + - ", fiffyk=" + fiffyk + - ", fbfz=" + fbfz + - ", fyngr=" + fyngr + - ", fextend1='" + fextend1 + '\'' + - ", fextend2='" + fextend2 + '\'' + - ", fextend3='" + fextend3 + '\'' + - ", fextend4='" + fextend4 + '\'' + - ", fextend5='" + fextend5 + '\'' + - ", fextend6='" + fextend6 + '\'' + - ", fextend7='" + fextend7 + '\'' + - ", fextend8='" + fextend8 + '\'' + - ", fextend9='" + fextend9 + '\'' + - ", fextend10='" + fextend10 + '\'' + - ", fextend11='" + fextend11 + '\'' + - ", fextend12='" + fextend12 + '\'' + - ", fextend13='" + fextend13 + '\'' + - ", fextend14='" + fextend14 + '\'' + - ", fextend15='" + fextend15 + '\'' + - ", fnative='" + fnative + '\'' + - ", fcurraddr='" + fcurraddr + '\'' + - ", fcurrtele='" + fcurrtele + '\'' + - ", fcurrpost='" + fcurrpost + '\'' + - ", fjobbh='" + fjobbh + '\'' + - ", fcstz=" + fcstz + - ", frytz=" + frytz + - ", fycljbh='" + fycljbh + '\'' + - ", fyclj='" + fyclj + '\'' + - ", fphzdbh='" + fphzdbh + '\'' + - ", fphzdnum='" + fphzdnum + '\'' + - ", fifgmywbh='" + fifgmywbh + '\'' + - ", fifgmyw='" + fifgmyw + '\'' + - ", fnursebh='" + fnursebh + '\'' + - ", fnurse='" + fnurse + '\'' + - ", flyfsbh='" + flyfsbh + '\'' + - ", flyfs='" + flyfs + '\'' + - ", fyzouthostital='" + fyzouthostital + '\'' + - ", fsqouthostital='" + fsqouthostital + '\'' + - ", fisagainrybh='" + fisagainrybh + '\'' + - ", fisagainry='" + fisagainry + '\'' + - ", fisagainrymd='" + fisagainrymd + '\'' + - ", fryqhmdays=" + fryqhmdays + - ", fryqhmhours=" + fryqhmhours + - ", fryqhmmins=" + fryqhmmins + - ", fryqhmcounts=" + fryqhmcounts + - ", fryhmdays=" + fryhmdays + - ", fryhmhours=" + fryhmhours + - ", fryhmmins=" + fryhmmins + - ", fryhmcounts=" + fryhmcounts + - ", ffbbhnew='" + ffbbhnew + '\'' + - ", ffbnew='" + ffbnew + '\'' + - ", fzfje=" + fzfje + - ", fzhfwlylf=" + fzhfwlylf + - ", fzhfwlczf=" + fzhfwlczf + - ", fzhfwlhlf=" + fzhfwlhlf + - ", fzhfwlqtf=" + fzhfwlqtf + - ", fzdlblf=" + fzdlblf + - ", fzdlsssf=" + fzdlsssf + - ", fzdlyxf=" + fzdlyxf + - ", fzdllcf=" + fzdllcf + - ", fzllffssf=" + fzllffssf + - ", fzllfwlzwlf=" + fzllfwlzwlf + - ", fzllfssf=" + fzllfssf + - ", fzllfmzf=" + fzllfmzf + - ", fzllfsszlf=" + fzllfsszlf + - ", fkflkff=" + fkflkff + - ", fzylzf=" + fzylzf + - ", fxylgjf=" + fxylgjf + - ", fxylxf=" + fxylxf + - ", fxylbqbf=" + fxylbqbf + - ", fxylqdbf=" + fxylqdbf + - ", fxylyxyzf=" + fxylyxyzf + - ", fxylxbyzf=" + fxylxbyzf + - ", fhclcjf=" + fhclcjf + - ", fhclzlf=" + fhclzlf + - ", fhclssf=" + fhclssf + - ", fzhfwlylf01=" + fzhfwlylf01 + - ", fzhfwlylf02=" + fzhfwlylf02 + - ", fzylzdf=" + fzylzdf + - ", fzylzlf=" + fzylzlf + - ", fzylzlf01=" + fzylzlf01 + - ", fzylzlf02=" + fzylzlf02 + - ", fzylzlf03=" + fzylzlf03 + - ", fzylzlf04=" + fzylzlf04 + - ", fzylzlf05=" + fzylzlf05 + - ", fzylzlf06=" + fzylzlf06 + - ", fzylqtf=" + fzylqtf + - ", fzylqtf01=" + fzylqtf01 + - ", fzylqtf02=" + fzylqtf02 + - ", fzcljgzjf=" + fzcljgzjf + - ", frytjbh='" + frytjbh + '\'' + - ", frytj='" + frytj + '\'' + - ", fcurraddrbh='" + fcurraddrbh + '\'' + - ", fdwaddrbh='" + fdwaddrbh + '\'' + - ", fhkaddrbh='" + fhkaddrbh + '\'' + - ", flxaddrbh='" + flxaddrbh + '\'' + - ", fbirthplacebh='" + fbirthplacebh + '\'' + - ", fyhzwdjzqk='" + fyhzwdjzqk + '\'' + - ", fzwdcsmc='" + fzwdcsmc + '\'' + - ", fzbdzyqk='" + fzbdzyqk + '\'' + - ", fwdcsmc='" + fwdcsmc + '\'' + - ", fyhxjsj='" + fyhxjsj + '\'' + - ", fzwdjjreason='" + fzwdjjreason + '\'' + - ", fzybsjjreason='" + fzybsjjreason + '\'' + - '}'; - } -} \ No newline at end of file diff --git a/src/main/java/com/emr/entity/his/HISBA2.java b/src/main/java/com/emr/entity/his/HISBA2.java deleted file mode 100644 index f282211..0000000 --- a/src/main/java/com/emr/entity/his/HISBA2.java +++ /dev/null @@ -1,75 +0,0 @@ -package com.emr.entity.his; - -import java.util.Date; - -public class HISBA2 { - private Long fid; - - private String fprn; - - private Integer ftimes; - - private String fzktykh; - - private String fzkdept; - - private Date fzkdate; - - private String fzktime; - - public Long getFid() { - return fid; - } - - public void setFid(Long fid) { - this.fid = fid; - } - - public String getFprn() { - return fprn; - } - - public void setFprn(String fprn) { - this.fprn = fprn == null ? null : fprn.trim(); - } - - public Integer getFtimes() { - return ftimes; - } - - public void setFtimes(Integer ftimes) { - this.ftimes = ftimes; - } - - public String getFzktykh() { - return fzktykh; - } - - public void setFzktykh(String fzktykh) { - this.fzktykh = fzktykh == null ? null : fzktykh.trim(); - } - - public String getFzkdept() { - return fzkdept; - } - - public void setFzkdept(String fzkdept) { - this.fzkdept = fzkdept == null ? null : fzkdept.trim(); - } - - public Date getFzkdate() { - return fzkdate; - } - - public void setFzkdate(Date fzkdate) { - this.fzkdate = fzkdate; - } - - public String getFzktime() { - return fzktime; - } - - public void setFzktime(String fzktime) { - this.fzktime = fzktime == null ? null : fzktime.trim(); - } -} \ No newline at end of file diff --git a/src/main/java/com/emr/entity/his/HISBA3.java b/src/main/java/com/emr/entity/his/HISBA3.java deleted file mode 100644 index 2a3576a..0000000 --- a/src/main/java/com/emr/entity/his/HISBA3.java +++ /dev/null @@ -1,113 +0,0 @@ -package com.emr.entity.his; - -public class HISBA3 { - private Long fid; - - private String fprn; - - private Integer ftimes; - - private String fzdlx; - - private Byte ficdversion; - - private String ficdm; - - private String fjbname; - - private String fzljgbh; - - private String fzljg; - - private String frybqbh; - - private String frybq; - - public Long getFid() { - return fid; - } - - public void setFid(Long fid) { - this.fid = fid; - } - - public String getFprn() { - return fprn; - } - - public void setFprn(String fprn) { - this.fprn = fprn == null ? null : fprn.trim(); - } - - public Integer getFtimes() { - return ftimes; - } - - public void setFtimes(Integer ftimes) { - this.ftimes = ftimes; - } - - public String getFzdlx() { - return fzdlx; - } - - public void setFzdlx(String fzdlx) { - this.fzdlx = fzdlx == null ? null : fzdlx.trim(); - } - - public Byte getFicdversion() { - return ficdversion; - } - - public void setFicdversion(Byte ficdversion) { - this.ficdversion = ficdversion; - } - - public String getFicdm() { - return ficdm; - } - - public void setFicdm(String ficdm) { - this.ficdm = ficdm == null ? null : ficdm.trim(); - } - - public String getFjbname() { - return fjbname; - } - - public void setFjbname(String fjbname) { - this.fjbname = fjbname == null ? null : fjbname.trim(); - } - - public String getFzljgbh() { - return fzljgbh; - } - - public void setFzljgbh(String fzljgbh) { - this.fzljgbh = fzljgbh == null ? null : fzljgbh.trim(); - } - - public String getFzljg() { - return fzljg; - } - - public void setFzljg(String fzljg) { - this.fzljg = fzljg == null ? null : fzljg.trim(); - } - - public String getFrybqbh() { - return frybqbh; - } - - public void setFrybqbh(String frybqbh) { - this.frybqbh = frybqbh == null ? null : frybqbh.trim(); - } - - public String getFrybq() { - return frybq; - } - - public void setFrybq(String frybq) { - this.frybq = frybq == null ? null : frybq.trim(); - } -} \ No newline at end of file diff --git a/src/main/java/com/emr/entity/his/HISBA4.java b/src/main/java/com/emr/entity/his/HISBA4.java deleted file mode 100644 index 1c581c4..0000000 --- a/src/main/java/com/emr/entity/his/HISBA4.java +++ /dev/null @@ -1,295 +0,0 @@ -package com.emr.entity.his; - -import java.util.Date; - -public class HISBA4 { - private Long fid; - - private String fprn; - - private Integer ftimes; - - private String fname; - - private Integer foptimes; - - private String fopcode; - - private String fop; - - private Date fopdate; - - private String fqiekoubh; - - private String fqiekou; - - private String fyuhebh; - - private String fyuhe; - - private String fdocbh; - - private String fdocname; - - private String fmazuibh; - - private String fmazui; - - private Boolean fiffsop; - - private String fopdoct1bh; - - private String fopdoct1; - - private String fopdoct2bh; - - private String fopdoct2; - - private String fmzdoctbh; - - private String fmzdoct; - - private String foptykh; - - private String fopksname; - - private String fzqssbh; - - private String fzqss; - - private String fssjbbh; - - private String fssjb; - - public Long getFid() { - return fid; - } - - public void setFid(Long fid) { - this.fid = fid; - } - - public String getFprn() { - return fprn; - } - - public void setFprn(String fprn) { - this.fprn = fprn == null ? null : fprn.trim(); - } - - public Integer getFtimes() { - return ftimes; - } - - public void setFtimes(Integer ftimes) { - this.ftimes = ftimes; - } - - public String getFname() { - return fname; - } - - public void setFname(String fname) { - this.fname = fname == null ? null : fname.trim(); - } - - public Integer getFoptimes() { - return foptimes; - } - - public void setFoptimes(Integer foptimes) { - this.foptimes = foptimes; - } - - public String getFopcode() { - return fopcode; - } - - public void setFopcode(String fopcode) { - this.fopcode = fopcode == null ? null : fopcode.trim(); - } - - public String getFop() { - return fop; - } - - public void setFop(String fop) { - this.fop = fop == null ? null : fop.trim(); - } - - public Date getFopdate() { - return fopdate; - } - - public void setFopdate(Date fopdate) { - this.fopdate = fopdate; - } - - public String getFqiekoubh() { - return fqiekoubh; - } - - public void setFqiekoubh(String fqiekoubh) { - this.fqiekoubh = fqiekoubh == null ? null : fqiekoubh.trim(); - } - - public String getFqiekou() { - return fqiekou; - } - - public void setFqiekou(String fqiekou) { - this.fqiekou = fqiekou == null ? null : fqiekou.trim(); - } - - public String getFyuhebh() { - return fyuhebh; - } - - public void setFyuhebh(String fyuhebh) { - this.fyuhebh = fyuhebh == null ? null : fyuhebh.trim(); - } - - public String getFyuhe() { - return fyuhe; - } - - public void setFyuhe(String fyuhe) { - this.fyuhe = fyuhe == null ? null : fyuhe.trim(); - } - - public String getFdocbh() { - return fdocbh; - } - - public void setFdocbh(String fdocbh) { - this.fdocbh = fdocbh == null ? null : fdocbh.trim(); - } - - public String getFdocname() { - return fdocname; - } - - public void setFdocname(String fdocname) { - this.fdocname = fdocname == null ? null : fdocname.trim(); - } - - public String getFmazuibh() { - return fmazuibh; - } - - public void setFmazuibh(String fmazuibh) { - this.fmazuibh = fmazuibh == null ? null : fmazuibh.trim(); - } - - public String getFmazui() { - return fmazui; - } - - public void setFmazui(String fmazui) { - this.fmazui = fmazui == null ? null : fmazui.trim(); - } - - public Boolean getFiffsop() { - return fiffsop; - } - - public void setFiffsop(Boolean fiffsop) { - this.fiffsop = fiffsop; - } - - public String getFopdoct1bh() { - return fopdoct1bh; - } - - public void setFopdoct1bh(String fopdoct1bh) { - this.fopdoct1bh = fopdoct1bh == null ? null : fopdoct1bh.trim(); - } - - public String getFopdoct1() { - return fopdoct1; - } - - public void setFopdoct1(String fopdoct1) { - this.fopdoct1 = fopdoct1 == null ? null : fopdoct1.trim(); - } - - public String getFopdoct2bh() { - return fopdoct2bh; - } - - public void setFopdoct2bh(String fopdoct2bh) { - this.fopdoct2bh = fopdoct2bh == null ? null : fopdoct2bh.trim(); - } - - public String getFopdoct2() { - return fopdoct2; - } - - public void setFopdoct2(String fopdoct2) { - this.fopdoct2 = fopdoct2 == null ? null : fopdoct2.trim(); - } - - public String getFmzdoctbh() { - return fmzdoctbh; - } - - public void setFmzdoctbh(String fmzdoctbh) { - this.fmzdoctbh = fmzdoctbh == null ? null : fmzdoctbh.trim(); - } - - public String getFmzdoct() { - return fmzdoct; - } - - public void setFmzdoct(String fmzdoct) { - this.fmzdoct = fmzdoct == null ? null : fmzdoct.trim(); - } - - public String getFoptykh() { - return foptykh; - } - - public void setFoptykh(String foptykh) { - this.foptykh = foptykh == null ? null : foptykh.trim(); - } - - public String getFopksname() { - return fopksname; - } - - public void setFopksname(String fopksname) { - this.fopksname = fopksname == null ? null : fopksname.trim(); - } - - public String getFzqssbh() { - return fzqssbh; - } - - public void setFzqssbh(String fzqssbh) { - this.fzqssbh = fzqssbh == null ? null : fzqssbh.trim(); - } - - public String getFzqss() { - return fzqss; - } - - public void setFzqss(String fzqss) { - this.fzqss = fzqss == null ? null : fzqss.trim(); - } - - public String getFssjbbh() { - return fssjbbh; - } - - public void setFssjbbh(String fssjbbh) { - this.fssjbbh = fssjbbh == null ? null : fssjbbh.trim(); - } - - public String getFssjb() { - return fssjb; - } - - public void setFssjb(String fssjb) { - this.fssjb = fssjb == null ? null : fssjb.trim(); - } -} \ No newline at end of file diff --git a/src/main/java/com/emr/entity/his/HISBA5.java b/src/main/java/com/emr/entity/his/HISBA5.java deleted file mode 100644 index 980f153..0000000 --- a/src/main/java/com/emr/entity/his/HISBA5.java +++ /dev/null @@ -1,193 +0,0 @@ -package com.emr.entity.his; - -public class HISBA5 { - private Long fid; - - private String fprn; - - private Integer ftimes; - - private Integer fbabynum; - - private String fname; - - private String fbabysexbh; - - private String fbabysex; - - private Double ftz; - - private String fresultbh; - - private String fresult; - - private String fzgbh; - - private String fzg; - - private String fgricd10; - - private String fgrname; - - private Integer fbabygr; - - private Integer fbabyqj; - - private Integer fbabysuc; - - private String fhxbh; - - private String fhx; - - public Long getFid() { - return fid; - } - - public void setFid(Long fid) { - this.fid = fid; - } - - public String getFprn() { - return fprn; - } - - public void setFprn(String fprn) { - this.fprn = fprn == null ? null : fprn.trim(); - } - - public Integer getFtimes() { - return ftimes; - } - - public void setFtimes(Integer ftimes) { - this.ftimes = ftimes; - } - - public Integer getFbabynum() { - return fbabynum; - } - - public void setFbabynum(Integer fbabynum) { - this.fbabynum = fbabynum; - } - - public String getFname() { - return fname; - } - - public void setFname(String fname) { - this.fname = fname == null ? null : fname.trim(); - } - - public String getFbabysexbh() { - return fbabysexbh; - } - - public void setFbabysexbh(String fbabysexbh) { - this.fbabysexbh = fbabysexbh == null ? null : fbabysexbh.trim(); - } - - public String getFbabysex() { - return fbabysex; - } - - public void setFbabysex(String fbabysex) { - this.fbabysex = fbabysex == null ? null : fbabysex.trim(); - } - - public Double getFtz() { - return ftz; - } - - public void setFtz(Double ftz) { - this.ftz = ftz; - } - - public String getFresultbh() { - return fresultbh; - } - - public void setFresultbh(String fresultbh) { - this.fresultbh = fresultbh == null ? null : fresultbh.trim(); - } - - public String getFresult() { - return fresult; - } - - public void setFresult(String fresult) { - this.fresult = fresult == null ? null : fresult.trim(); - } - - public String getFzgbh() { - return fzgbh; - } - - public void setFzgbh(String fzgbh) { - this.fzgbh = fzgbh == null ? null : fzgbh.trim(); - } - - public String getFzg() { - return fzg; - } - - public void setFzg(String fzg) { - this.fzg = fzg == null ? null : fzg.trim(); - } - - public String getFgricd10() { - return fgricd10; - } - - public void setFgricd10(String fgricd10) { - this.fgricd10 = fgricd10 == null ? null : fgricd10.trim(); - } - - public String getFgrname() { - return fgrname; - } - - public void setFgrname(String fgrname) { - this.fgrname = fgrname == null ? null : fgrname.trim(); - } - - public Integer getFbabygr() { - return fbabygr; - } - - public void setFbabygr(Integer fbabygr) { - this.fbabygr = fbabygr; - } - - public Integer getFbabyqj() { - return fbabyqj; - } - - public void setFbabyqj(Integer fbabyqj) { - this.fbabyqj = fbabyqj; - } - - public Integer getFbabysuc() { - return fbabysuc; - } - - public void setFbabysuc(Integer fbabysuc) { - this.fbabysuc = fbabysuc; - } - - public String getFhxbh() { - return fhxbh; - } - - public void setFhxbh(String fhxbh) { - this.fhxbh = fhxbh == null ? null : fhxbh.trim(); - } - - public String getFhx() { - return fhx; - } - - public void setFhx(String fhx) { - this.fhx = fhx == null ? null : fhx.trim(); - } -} \ No newline at end of file diff --git a/src/main/java/com/emr/entity/his/HISBA6.java b/src/main/java/com/emr/entity/his/HISBA6.java deleted file mode 100644 index 9fd34fb..0000000 --- a/src/main/java/com/emr/entity/his/HISBA6.java +++ /dev/null @@ -1,355 +0,0 @@ -package com.emr.entity.his; - -import java.util.Date; - -public class HISBA6 { - private Long fid; - - private String fprn; - - private Integer ftimes; - - private String fflfsbh; - - private String fflfs; - - private String fflcxbh; - - private String fflcx; - - private String fflzzbh; - - private String fflzz; - - private Integer fyjy; - - private Integer fycs; - - private Integer fyts; - - private Date fyrq1; - - private Date fyrq2; - - private Integer fqjy; - - private Integer fqcs; - - private Integer fqts; - - private Date fqrq1; - - private Date fqrq2; - - private String fzname; - - private Integer fzjy; - - private Integer fzcs; - - private Integer fzts; - - private Date fzrq1; - - private Date fzrq2; - - private String fhlfsbh; - - private String fhlfs; - - private String fhlffbh; - - private String fhlff; - - private String fqtype; - - private String fqt; - - private String fqn; - - private String fqm; - - private String fqall; - - private String fqallbh; - - public Long getFid() { - return fid; - } - - public void setFid(Long fid) { - this.fid = fid; - } - - public String getFprn() { - return fprn; - } - - public void setFprn(String fprn) { - this.fprn = fprn == null ? null : fprn.trim(); - } - - public Integer getFtimes() { - return ftimes; - } - - public void setFtimes(Integer ftimes) { - this.ftimes = ftimes; - } - - public String getFflfsbh() { - return fflfsbh; - } - - public void setFflfsbh(String fflfsbh) { - this.fflfsbh = fflfsbh == null ? null : fflfsbh.trim(); - } - - public String getFflfs() { - return fflfs; - } - - public void setFflfs(String fflfs) { - this.fflfs = fflfs == null ? null : fflfs.trim(); - } - - public String getFflcxbh() { - return fflcxbh; - } - - public void setFflcxbh(String fflcxbh) { - this.fflcxbh = fflcxbh == null ? null : fflcxbh.trim(); - } - - public String getFflcx() { - return fflcx; - } - - public void setFflcx(String fflcx) { - this.fflcx = fflcx == null ? null : fflcx.trim(); - } - - public String getFflzzbh() { - return fflzzbh; - } - - public void setFflzzbh(String fflzzbh) { - this.fflzzbh = fflzzbh == null ? null : fflzzbh.trim(); - } - - public String getFflzz() { - return fflzz; - } - - public void setFflzz(String fflzz) { - this.fflzz = fflzz == null ? null : fflzz.trim(); - } - - public Integer getFyjy() { - return fyjy; - } - - public void setFyjy(Integer fyjy) { - this.fyjy = fyjy; - } - - public Integer getFycs() { - return fycs; - } - - public void setFycs(Integer fycs) { - this.fycs = fycs; - } - - public Integer getFyts() { - return fyts; - } - - public void setFyts(Integer fyts) { - this.fyts = fyts; - } - - public Date getFyrq1() { - return fyrq1; - } - - public void setFyrq1(Date fyrq1) { - this.fyrq1 = fyrq1; - } - - public Date getFyrq2() { - return fyrq2; - } - - public void setFyrq2(Date fyrq2) { - this.fyrq2 = fyrq2; - } - - public Integer getFqjy() { - return fqjy; - } - - public void setFqjy(Integer fqjy) { - this.fqjy = fqjy; - } - - public Integer getFqcs() { - return fqcs; - } - - public void setFqcs(Integer fqcs) { - this.fqcs = fqcs; - } - - public Integer getFqts() { - return fqts; - } - - public void setFqts(Integer fqts) { - this.fqts = fqts; - } - - public Date getFqrq1() { - return fqrq1; - } - - public void setFqrq1(Date fqrq1) { - this.fqrq1 = fqrq1; - } - - public Date getFqrq2() { - return fqrq2; - } - - public void setFqrq2(Date fqrq2) { - this.fqrq2 = fqrq2; - } - - public String getFzname() { - return fzname; - } - - public void setFzname(String fzname) { - this.fzname = fzname == null ? null : fzname.trim(); - } - - public Integer getFzjy() { - return fzjy; - } - - public void setFzjy(Integer fzjy) { - this.fzjy = fzjy; - } - - public Integer getFzcs() { - return fzcs; - } - - public void setFzcs(Integer fzcs) { - this.fzcs = fzcs; - } - - public Integer getFzts() { - return fzts; - } - - public void setFzts(Integer fzts) { - this.fzts = fzts; - } - - public Date getFzrq1() { - return fzrq1; - } - - public void setFzrq1(Date fzrq1) { - this.fzrq1 = fzrq1; - } - - public Date getFzrq2() { - return fzrq2; - } - - public void setFzrq2(Date fzrq2) { - this.fzrq2 = fzrq2; - } - - public String getFhlfsbh() { - return fhlfsbh; - } - - public void setFhlfsbh(String fhlfsbh) { - this.fhlfsbh = fhlfsbh == null ? null : fhlfsbh.trim(); - } - - public String getFhlfs() { - return fhlfs; - } - - public void setFhlfs(String fhlfs) { - this.fhlfs = fhlfs == null ? null : fhlfs.trim(); - } - - public String getFhlffbh() { - return fhlffbh; - } - - public void setFhlffbh(String fhlffbh) { - this.fhlffbh = fhlffbh == null ? null : fhlffbh.trim(); - } - - public String getFhlff() { - return fhlff; - } - - public void setFhlff(String fhlff) { - this.fhlff = fhlff == null ? null : fhlff.trim(); - } - - public String getFqtype() { - return fqtype; - } - - public void setFqtype(String fqtype) { - this.fqtype = fqtype == null ? null : fqtype.trim(); - } - - public String getFqt() { - return fqt; - } - - public void setFqt(String fqt) { - this.fqt = fqt == null ? null : fqt.trim(); - } - - public String getFqn() { - return fqn; - } - - public void setFqn(String fqn) { - this.fqn = fqn == null ? null : fqn.trim(); - } - - public String getFqm() { - return fqm; - } - - public void setFqm(String fqm) { - this.fqm = fqm == null ? null : fqm.trim(); - } - - public String getFqall() { - return fqall; - } - - public void setFqall(String fqall) { - this.fqall = fqall == null ? null : fqall.trim(); - } - - public String getFqallbh() { - return fqallbh; - } - - public void setFqallbh(String fqallbh) { - this.fqallbh = fqallbh == null ? null : fqallbh.trim(); - } -} \ No newline at end of file diff --git a/src/main/java/com/emr/entity/his/HISBA7.java b/src/main/java/com/emr/entity/his/HISBA7.java deleted file mode 100644 index f95ac68..0000000 --- a/src/main/java/com/emr/entity/his/HISBA7.java +++ /dev/null @@ -1,95 +0,0 @@ -package com.emr.entity.his; - -import java.util.Date; - -public class HISBA7 { - private Long fid; - - private String fprn; - - private Integer ftimes; - - private Date fhlrq1; - - private Date fhlrq2; - - private String fhldrug; - - private String fhlproc; - - private String fhllxbh; - - private String fhllx; - - public Long getFid() { - return fid; - } - - public void setFid(Long fid) { - this.fid = fid; - } - - public String getFprn() { - return fprn; - } - - public void setFprn(String fprn) { - this.fprn = fprn == null ? null : fprn.trim(); - } - - public Integer getFtimes() { - return ftimes; - } - - public void setFtimes(Integer ftimes) { - this.ftimes = ftimes; - } - - public Date getFhlrq1() { - return fhlrq1; - } - - public void setFhlrq1(Date fhlrq1) { - this.fhlrq1 = fhlrq1; - } - - public Date getFhlrq2() { - return fhlrq2; - } - - public void setFhlrq2(Date fhlrq2) { - this.fhlrq2 = fhlrq2; - } - - public String getFhldrug() { - return fhldrug; - } - - public void setFhldrug(String fhldrug) { - this.fhldrug = fhldrug == null ? null : fhldrug.trim(); - } - - public String getFhlproc() { - return fhlproc; - } - - public void setFhlproc(String fhlproc) { - this.fhlproc = fhlproc == null ? null : fhlproc.trim(); - } - - public String getFhllxbh() { - return fhllxbh; - } - - public void setFhllxbh(String fhllxbh) { - this.fhllxbh = fhllxbh == null ? null : fhllxbh.trim(); - } - - public String getFhllx() { - return fhllx; - } - - public void setFhllx(String fhllx) { - this.fhllx = fhllx == null ? null : fhllx.trim(); - } -} \ No newline at end of file diff --git a/src/main/java/com/emr/service/CommomService.java b/src/main/java/com/emr/service/CommomService.java index 66f4438..259d024 100644 --- a/src/main/java/com/emr/service/CommomService.java +++ b/src/main/java/com/emr/service/CommomService.java @@ -11,8 +11,6 @@ import com.emr.entity.tScanAssort.T_Scan_Assort; import com.emr.service.tScanAssort.T_Scan_AssortService; import com.emr.util.UUIDUtils; import com.emr.util.img2PdfUtil; -import com.emr.vo.FontVo.ScanAssortVo; -import com.emr.vo.Msg; import com.emr.vo.User; import com.emr.vo.commomSearch.CommomBlood; import com.emr.vo.commomSearch.CommomVo; @@ -28,8 +26,6 @@ import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Component; import org.springframework.util.CollectionUtils; import org.springframework.util.MultiValueMap; -import org.springframework.web.context.request.RequestContextHolder; -import org.springframework.web.context.request.ServletRequestAttributes; import org.springframework.web.multipart.MultipartFile; import org.springframework.web.multipart.MultipartHttpServletRequest; import org.springframework.web.multipart.commons.CommonsMultipartResolver; @@ -71,20 +67,16 @@ public class CommomService { @Autowired private EmrPdfWaterSetMapper pdfWaterSetMapper; //获取所属医院用户名集合 - public static String creaters(HttpServletRequest request){ + public static StringBuilder creaters(HttpServletRequest request){ List userList = (List)request.getSession().getAttribute("USER_LIST"); - String creaters = ""; + StringBuilder creaters = new StringBuilder(); for (int i = 0; i < userList.size(); i++) { if(userList.get(i).getRoleId() != 0){ - if(i != userList.size() - 1){ - creaters += "'"+userList.get(i).getUserName() + "',"; - }else{ - creaters += "'"+userList.get(i).getUserName()+ "'"; - } + creaters.append("'"+userList.get(i).getUserName()+ "',"); } } - if(creaters.substring(creaters.length()-1,creaters.length()).equals(",")){ - creaters = creaters.substring(0,creaters.length()-1); + if(StringUtils.isNotBlank(creaters)){ + creaters = new StringBuilder(creaters.substring(0,creaters.length()-1)); } return creaters; } @@ -92,20 +84,16 @@ public class CommomService { //获取所属医院用户id public static String userIds(HttpServletRequest request){ List userList = (List)request.getSession().getAttribute("USER_LIST"); - String userIds = ""; + StringBuilder userIds = new StringBuilder(); for (int i = 0; i < userList.size(); i++) { if(userList.get(i).getRoleId() != 0){ - if(i != userList.size() - 1){ - userIds += "'"+userList.get(i).getUserId() + "',"; - }else{ - userIds += "'"+userList.get(i).getUserId()+ "'"; - } + userIds.append("'"+userList.get(i).getUserId()+ "',"); } } - if(userIds.substring(userIds.length()-1,userIds.length()).equals(",")){ - userIds = userIds.substring(0,userIds.length()-1); + if(StringUtils.isNotBlank(userIds)){ + userIds = new StringBuilder(userIds.substring(0,userIds.length()-1)); } - return userIds; + return userIds.toString(); } /** @@ -118,7 +106,6 @@ public class CommomService { List userList = new ArrayList<>(); try { //查询缓存时候存在 - userList = (List)request.getSession().getAttribute("USER_LIST"); if(null == userList || userList.isEmpty()){ //调用接口查询 String resultString = ""; diff --git a/src/main/java/com/emr/service/ImportExcel/ImportExcelUtil.java b/src/main/java/com/emr/service/ImportExcel/ImportExcelUtil.java index 59565e6..b3f4226 100644 --- a/src/main/java/com/emr/service/ImportExcel/ImportExcelUtil.java +++ b/src/main/java/com/emr/service/ImportExcel/ImportExcelUtil.java @@ -77,10 +77,10 @@ public class ImportExcelUtil { boolean flag = isRowEmpty(row); if(!flag){ if(row.getPhysicalNumberOfCells() !=0){ - String wrongStr = ""; + StringBuilder wrongStr = new StringBuilder(); for (int k = 0; k < fieldNames.length; k++) { //对象赋值后返回错误对象 - wrongStr += getValueByField(object, fieldNames[k], getCellValue(row.getCell(k)), getCellValue(head.getCell(k)),judgeMethods[k]); + wrongStr.append(getValueByField(object, fieldNames[k], getCellValue(row.getCell(k)), getCellValue(head.getCell(k)),judgeMethods[k])); } //有错误信息在行尾创建cell,并标红提示文字 if(StringUtils.isBlank(wrongStr)){ @@ -91,7 +91,7 @@ public class ImportExcelUtil { //判断是否有报错信息,有报错信息添加到报错信息 String valueByField = judgeMethod(jedgeMethod); if(StringUtils.isNotBlank(valueByField)){ - wrongStr += valueByField; + wrongStr.append(valueByField); }else{ successCount++; wrongRowIndex.add(j); @@ -117,8 +117,8 @@ public class ImportExcelUtil { Cell cell = row.createCell( fieldNames.length); cell.setCellStyle(cellStyle); cell.setCellType(HSSFCell.CELL_TYPE_STRING); - wrongStr = wrongStr.substring(0,wrongStr.length()-1); - cell.setCellValue(wrongStr); + wrongStr = new StringBuilder(wrongStr.substring(0,wrongStr.length()-1)); + cell.setCellValue(wrongStr.toString()); wrongCount++; } } @@ -197,8 +197,8 @@ public class ImportExcelUtil { * 通过反射获取属性值 * object:赋值对象,fieldName:属性名,value:excel表格值,head:表格头名称(中文名),judgeMethod:判断方法 * */ - private static String getValueByField(Object object,String fieldName,String value,String head,String judgeMethod){ - String wrongStr = ""; + private static StringBuilder getValueByField(Object object,String fieldName,String value,String head,String judgeMethod){ + StringBuilder wrongStr = new StringBuilder(); try { Class clazz = object.getClass(); for (; clazz != Object.class; clazz = clazz.getSuperclass()) { @@ -216,7 +216,7 @@ public class ImportExcelUtil { //执行方法 String returnWrongStr = (String)method.invoke(importExcelJudgeMethod, fieldName, value, f, object, head); if(StringUtils.isNotBlank(returnWrongStr)){ - wrongStr+=returnWrongStr; + wrongStr.append(returnWrongStr); } }else{ if(StringUtils.isNotBlank(value)){ @@ -237,7 +237,7 @@ public class ImportExcelUtil { } }catch (Exception e){ e.printStackTrace(); - wrongStr+="\""+head+"\"格式不正确,"; + wrongStr.append("\""+head+"\"格式不正确,"); } return wrongStr; } diff --git a/src/main/java/com/emr/service/approve/AppleApproveServiceImpl.java b/src/main/java/com/emr/service/approve/AppleApproveServiceImpl.java index b79d798..951193e 100644 --- a/src/main/java/com/emr/service/approve/AppleApproveServiceImpl.java +++ b/src/main/java/com/emr/service/approve/AppleApproveServiceImpl.java @@ -101,8 +101,8 @@ public class AppleApproveServiceImpl implements ApplyApproveService{ //系统管理员全查 return applyApproveMapper.selectAllApproveByCreater(null,applyApprove,startTime1,endTime1,startTime2,endTime2); }else if(null != roleId && roleId == -100){ - String creaters = CommomService.creaters(request); - return applyApproveMapper.selectAllApproveByCreater(creaters,applyApprove,startTime1,endTime1,startTime2,endTime2); + StringBuilder creaters = CommomService.creaters(request); + return applyApproveMapper.selectAllApproveByCreater(creaters.toString(),applyApprove,startTime1,endTime1,startTime2,endTime2); }else if(null != roleId && roleId == -101){ //TODO 可审批用户Id集合 //审批人员角色id对应可审批申请者的id集合 @@ -117,7 +117,7 @@ public class AppleApproveServiceImpl implements ApplyApproveService{ @Override public List selectAllApprove(Emr_Apply_Approve applyApprove, String startTime1, String endTime1, String startTime2, String endTime2,HttpServletRequest request) throws Exception{ - String creaters = ""; + StringBuilder creaters = new StringBuilder(); Power_User user = (Power_User)request.getSession().getAttribute("CURRENT_USER"); if(user.getRoleId() != 0 && user.getRoleId() != -100){ String resultString = ""; @@ -137,19 +137,19 @@ public class AppleApproveServiceImpl implements ApplyApproveService{ for (int i = 0; i < userList.size(); i++) { if(userList.get(i).getRoleId() != 0){ if(i != userList.size() - 1){ - creaters += "'"+userList.get(i).getUserName() + "',"; + creaters.append("'"+userList.get(i).getUserName() + "',"); }else{ - creaters += "'"+userList.get(i).getUserName()+ "'"; + creaters.append("'"+userList.get(i).getUserName()+ "'"); } } } if(creaters.substring(creaters.length()-1,creaters.length()).equals(",")){ - creaters = creaters.substring(0,creaters.length()-1); + creaters = new StringBuilder(creaters.substring(0,creaters.length()-1)); } }else if(user.getRoleId() == -100){ creaters = CommomService.creaters(request); } - return applyApproveMapper.selectAllApprove(creaters,applyApprove,startTime1,endTime1,startTime2,endTime2); + return applyApproveMapper.selectAllApprove(creaters.toString(),applyApprove,startTime1,endTime1,startTime2,endTime2); } @Override diff --git a/src/main/java/com/emr/service/emrCode/DiagServiceImpl.java b/src/main/java/com/emr/service/emrCode/DiagServiceImpl.java index acee4d6..cbf400d 100644 --- a/src/main/java/com/emr/service/emrCode/DiagServiceImpl.java +++ b/src/main/java/com/emr/service/emrCode/DiagServiceImpl.java @@ -156,7 +156,7 @@ public class DiagServiceImpl implements DiagService { } //计算删除 //删除集合 - String deleteDiagNos = ""; + StringBuilder deleteDiagNos = new StringBuilder(); for(T_Diag diag : diags){ Boolean diagNoExist = false; for (int i = 0; i < diagNosSplit.length; i++) { @@ -168,12 +168,12 @@ public class DiagServiceImpl implements DiagService { } } if(!diagNoExist){ - deleteDiagNos += diag.getDiagNo() + ","; + deleteDiagNos.append(diag.getDiagNo() + ","); } } if(StringUtils.isNotBlank(deleteDiagNos)){ - deleteDiagNos = deleteDiagNos.substring(0,deleteDiagNos.length()-1); - diagMapper.deleteDiagByPatientIdAndDiagNo(patientId,deleteDiagNos); + deleteDiagNos = new StringBuilder(deleteDiagNos.substring(0,deleteDiagNos.length()-1)); + diagMapper.deleteDiagByPatientIdAndDiagNo(patientId,deleteDiagNos.toString()); } }else{ //全部新增 diff --git a/src/main/java/com/emr/service/emrCode/OperateServiceImpl.java b/src/main/java/com/emr/service/emrCode/OperateServiceImpl.java index d276fba..c967fd3 100644 --- a/src/main/java/com/emr/service/emrCode/OperateServiceImpl.java +++ b/src/main/java/com/emr/service/emrCode/OperateServiceImpl.java @@ -155,7 +155,7 @@ public class OperateServiceImpl implements OperateService { } //计算删除 //删除集合 - String deleteOperateNos = ""; + StringBuilder deleteOperateNos = new StringBuilder(); for(T_Operate operate : operates){ Boolean operateNoExist = false; for (int i = 0; i < operNosSplit.length; i++) { @@ -167,12 +167,12 @@ public class OperateServiceImpl implements OperateService { } } if(!operateNoExist){ - deleteOperateNos += operate.getOperateNo() + ","; + deleteOperateNos.append(operate.getOperateNo() + ","); } } if(StringUtils.isNotBlank(deleteOperateNos)){ - deleteOperateNos = deleteOperateNos.substring(0,deleteOperateNos.length()-1); - operateMapper.deleteOperCodeByPatientIdAndOperNo(patientId,deleteOperateNos); + deleteOperateNos = new StringBuilder(deleteOperateNos.substring(0,deleteOperateNos.length()-1)); + operateMapper.deleteOperCodeByPatientIdAndOperNo(patientId,deleteOperateNos.toString()); } }else{ //全部新增 diff --git a/src/main/java/com/emr/service/emrPrintOrDownLoadInfo/PrintOrDownLoadInfoService.java b/src/main/java/com/emr/service/emrPrintOrDownLoadInfo/PrintOrDownLoadInfoService.java index 037aee9..da997c2 100644 --- a/src/main/java/com/emr/service/emrPrintOrDownLoadInfo/PrintOrDownLoadInfoService.java +++ b/src/main/java/com/emr/service/emrPrintOrDownLoadInfo/PrintOrDownLoadInfoService.java @@ -144,9 +144,9 @@ public class PrintOrDownLoadInfoService { Map map = JSON.parseObject(scanPage, LinkedHashMap.class); if(!CollectionUtils.isEmpty(map)) { //定义图片分类字符串 - String assortNames = ""; + StringBuilder assortNames = new StringBuilder(); //定义图片名称字符串 - String scanPages = ""; + StringBuilder scanPages = new StringBuilder(); //遍历map for (Map.Entry m : map.entrySet()) { //获取图片分类 @@ -157,7 +157,7 @@ public class PrintOrDownLoadInfoService { if (StringUtils.isNotBlank(assort.getAssortId()) && assortId.equals(assort.getAssortId())) { if (StringUtils.isNotBlank(assort.getAssortName())) { - assortNames += assort.getAssortName() + ","; + assortNames.append(assort.getAssortName() + ","); } break; } @@ -167,19 +167,19 @@ public class PrintOrDownLoadInfoService { List scanPageList = m.getValue(); //遍历图片名称 for (String scanPageTemp : scanPageList) { - scanPages += scanPageTemp + ","; + scanPages.append(scanPageTemp + ","); printCount++; } } //去掉尾部逗号 if (StringUtils.isNotBlank(assortNames)) { - assortNames = assortNames.substring(0, assortNames.length() - 1); - vo.setAssortName(assortNames); + assortNames = new StringBuilder(assortNames.substring(0, assortNames.length() - 1)); + vo.setAssortName(assortNames.toString()); } //去掉尾部逗号 if (StringUtils.isNotBlank(scanPages)) { - scanPages = scanPages.substring(0, scanPages.length() - 1); - vo.setScanPage(scanPages); + scanPages = new StringBuilder(scanPages.substring(0, scanPages.length() - 1)); + vo.setScanPage(scanPages.toString()); } }else{ vo.setAssortName(null); diff --git a/src/main/java/com/emr/service/emrReasonAnnoModel/AnnotationTemplateServiceImpl.java b/src/main/java/com/emr/service/emrReasonAnnoModel/AnnotationTemplateServiceImpl.java index 89219a9..19c1136 100644 --- a/src/main/java/com/emr/service/emrReasonAnnoModel/AnnotationTemplateServiceImpl.java +++ b/src/main/java/com/emr/service/emrReasonAnnoModel/AnnotationTemplateServiceImpl.java @@ -143,7 +143,7 @@ public class AnnotationTemplateServiceImpl implements AnnotationTemplateService{ //封装根据医院系统管理员获取用户id逗号隔开的字符串 private String getCreatersByHospitalId(HttpServletRequest request){ //医院管理员查对应医院用户id集合. - String creaters = ""; + StringBuilder creaters = new StringBuilder(); List userList = (List)request.getSession().getAttribute("USER_LIST"); if(null != userList && !userList.isEmpty()){ for(int i = 0;i < userList.size();i++){ @@ -154,12 +154,12 @@ public class AnnotationTemplateServiceImpl implements AnnotationTemplateService{ } for(int i = 0;i < userList.size();i++){ if(i != userList.size() - 1){ - creaters += "'" + userList.get(i).getUserName() + "',"; + creaters.append("'" + userList.get(i).getUserName() + "',"); }else{ - creaters += "'" + userList.get(i).getUserName() + "'"; + creaters.append("'" + userList.get(i).getUserName() + "'"); } } } - return creaters; + return creaters.toString(); } } diff --git a/src/main/java/com/emr/service/his/HisService.java b/src/main/java/com/emr/service/his/HisService.java deleted file mode 100644 index 83552cd..0000000 --- a/src/main/java/com/emr/service/his/HisService.java +++ /dev/null @@ -1,1609 +0,0 @@ -package com.emr.service.his; - -import com.emr.annotation.DBSource; -import com.emr.dao.his.*; -import com.emr.entity.Emr_Dictionary; -import com.emr.entity.emrCode.T_Diag; -import com.emr.entity.emrCode.T_Operate; -import com.emr.entity.his.*; -import com.emr.entity.tBoby.TBaby; -import com.emr.entity.tTumour.TTumourChemotherapy; -import com.emr.vo.User; -import com.emr.vo.commomSearch.CommomVo; -import org.apache.commons.lang3.StringUtils; -import org.springframework.beans.BeanUtils; -import org.springframework.beans.factory.annotation.Autowired; -import org.springframework.beans.factory.annotation.Value; -import org.springframework.stereotype.Service; -import org.springframework.transaction.annotation.Transactional; - -import java.text.ParseException; -import java.text.SimpleDateFormat; -import java.util.ArrayList; -import java.util.HashMap; -import java.util.List; -import java.util.Map; - -/** - * @ProjectName: - * @Description: - * @Param 传输参数 - * @Return - * @Author: 曾文和 - * @CreateDate: 2020/1/14 17:33 - * @UpdateUser: 曾文和 - * @UpdateDate: 2020/1/14 17:33 - * @UpdateRemark: 更新说明 - * @Version: 1.0 - */ -@Service -@Transactional -public class HisService{ - @Value("${icdVersion}") - private String icdVersion; - @Autowired - private HISBA1Mapper hisba1Mapper; - @Autowired - private HISBA2Mapper hisba2Mapper; - @Autowired - private HISBA3Mapper hisba3Mapper; - @Autowired - private HISBA4Mapper hisba4Mapper; - @Autowired - private HISBA5Mapper hisba5Mapper; - @Autowired - private HISBA6Mapper hisba6Mapper; - @Autowired - private HISBA7Mapper hisba7Mapper; - SimpleDateFormat fmt = new SimpleDateFormat("yyyy-MM-dd"); - //插入HIS_BA1基本信息表 - @DBSource("salve") - public void insertHisBa1(CommomVo commomVo,List dictionarys,List userList,List babies,int operCount) throws ParseException { - //性别字典集合 - Map sexMap = new HashMap<>(); - //国籍字典集合 - Map countryMap = new HashMap<>(); - //民族字典集合 - Map nationMap = new HashMap<>(); - //婚况字典集合 - Map maritalMap = new HashMap<>(); - //科室字典集合 - Map deptMap = new HashMap<>(); - //病案质量字典集合 - Map qualityMap = new HashMap<>(); - //是否尸检字典集合 - Map idDeadPsyMap = new HashMap<>(); - //血型字典集合 - Map bloodTypeMap = new HashMap<>(); - //rh字典集合 - Map rhMap = new HashMap<>(); - //病历分型字典集合 - Map recordTypeMap = new HashMap<>(); - //职业字典集合 - Map jobMap = new HashMap<>(); - //入院途径字典集合 - Map admissTypeMap = new HashMap<>(); - //是否临床路径病例字典集合 - Map isMedicalRecordMap = new HashMap<>(); - //是否药物过敏字典集合 - Map isDrugAllergyMap = new HashMap<>(); - //离院方式字典集合 - Map disTypeMap = new HashMap<>(); - //是否30天后再住院字典集合 - Map isAdmissPlanMap = new HashMap<>(); - //付款方式字典集合 - Map payTypeMap = new HashMap<>(); - if(null != dictionarys && !dictionarys.isEmpty()){ - for(Emr_Dictionary dictionary : dictionarys){ - //筛选性别字典 - selectDictionaryByTypeCode("sex_code",sexMap,dictionary); - //筛选国籍字典 - selectDictionaryByTypeCode("country",countryMap,dictionary); - //筛选民族字典 - selectDictionaryByTypeCode("nation_code",nationMap,dictionary); - //筛选婚况字典 - selectDictionaryByTypeCode("marital_status",maritalMap,dictionary); - //筛选科室字典 - selectDictionaryByTypeCode("dept_code",deptMap,dictionary); - //病案质量字典集合 - selectDictionaryByTypeCode("quality_level",qualityMap,dictionary); - //是否尸检字典集合 - selectDictionaryByTypeCode("idDeadPsy_code",idDeadPsyMap,dictionary); - //血型字典集合 - selectDictionaryByTypeCode("blood_type",bloodTypeMap,dictionary); - //rh字典集合 - selectDictionaryByTypeCode("rh_code",rhMap,dictionary); - //病历分型字典集合 - selectDictionaryByTypeCode("recordType_code",recordTypeMap,dictionary); - //职业字典集合 - selectDictionaryByTypeCode("job",jobMap,dictionary); - //入院途径字典集合 - selectDictionaryByTypeCode("admiss_type",admissTypeMap,dictionary); - //是否临床路径病例字典集合 - selectDictionaryByTypeCode("clinicalRecord_code",isMedicalRecordMap,dictionary); - //是否药物过敏字典集合 - selectDictionaryByTypeCode("isDrugAllergy_code",isDrugAllergyMap,dictionary); - //离院方式字典集合 - selectDictionaryByTypeCode("zd_dis_type",disTypeMap,dictionary); - //是否30天后再住院字典集合 - selectDictionaryByTypeCode("isAdmissPlan_code",isAdmissPlanMap,dictionary); - //付款方式字典集合 - selectDictionaryByTypeCode("pay_type",payTypeMap,dictionary); - } - } - //病案号 - String inpatientNo = commomVo.getInpatientNo(); - //住院次数 - Short admissTimes = commomVo.getAdmissTimes(); - HISBA1 hisba1 = new HISBA1(); - - //查询是否存在 - List hisba1s = hisba1Mapper.selectAllByParam(inpatientNo, Integer.valueOf(admissTimes)); - - if(null != hisba1s && !hisba1s.isEmpty()){ - hisba1 = hisba1s.get(0); - } - //病案号 - hisba1.setFprn(inpatientNo); - //住院次数 - if(null != admissTimes){ - hisba1.setFtimes(Integer.valueOf(admissTimes)); - } - //ICD版本 - hisba1.setFicdversion(Byte.valueOf(icdVersion)); - //住院流水号 - hisba1.setFzyid(commomVo.getAdmissId()); - //年龄 - hisba1.setFage(commomVo.getAge().toString()); - //病人姓名 - hisba1.setFname(commomVo.getName()); - //性别编号 - String sex = commomVo.getSex(); - if(StringUtils.isNotBlank(sex)){ - //转换字典 - String code = nameConvertCode(sexMap, sex); - if(StringUtils.isNotBlank(code)){ - hisba1.setFsexbh(code); - } - } else{ - hisba1.setFsexbh(null); - } - //性别 - hisba1.setFsex(sex); - //出生日期 - if(StringUtils.isNotBlank(commomVo.getBirthday())){ - hisba1.setFbirthday(fmt.parse(commomVo.getBirthday())); - } - //出生地 - hisba1.setFbirthplace(commomVo.getBirthAddr()); - //身份证号 - hisba1.setFidcard(commomVo.getIdCard()); - //国籍编号 - String country = commomVo.getCountry(); - if(StringUtils.isNotBlank(country)){ - //转换字典 - String code = nameConvertCode(countryMap, country); - if(StringUtils.isNotBlank(code)){ - hisba1.setFcountrybh(code); - } - }else{ - hisba1.setFcountrybh(null); - } - //国籍 - hisba1.setFcountry(country); - //民族编号 - String nation = commomVo.getNation(); - if(StringUtils.isNotBlank(nation)){ - //转换字典 - String code = nameConvertCode(nationMap, nation); - if(StringUtils.isNotBlank(code)){ - hisba1.setFnationalitybh(code); - } - }else{ - hisba1.setFnationalitybh(null); - } - //民族 - hisba1.setFnationality(nation); - //职业 - hisba1.setFjob(commomVo.getJob()); - //婚姻状况编号 - String marriage = commomVo.getMarriage(); - if(StringUtils.isNotBlank(marriage)){ - //转换字典 - String code = nameConvertCode(maritalMap, marriage); - if(StringUtils.isNotBlank(code)){ - hisba1.setFstatusbh(code); - } - }else{ - hisba1.setFstatusbh(null); - } - //婚姻状况 - hisba1.setFstatus(marriage); - //单位名称 - hisba1.setFdwname(commomVo.getWorkName()); - //单位地址 - hisba1.setFdwaddr(commomVo.getWorkAddr()); - //单位电话 - if(StringUtils.isNoneBlank(commomVo.getWorkTel())) - hisba1.setFdwtele(commomVo.getWorkTel()); - //单位邮编 - hisba1.setFdwpost(commomVo.getWorkZip()); - //户口地址 - hisba1.setFhkaddr(commomVo.getHomeAddr()); - //户口邮编 - hisba1.setFhkpost(commomVo.getHomeZip()); - //联系人 - hisba1.setFlxname(commomVo.getLinkman()); - //与病人关系 - hisba1.setFrelate(commomVo.getRelation()); - //联系人地址 - hisba1.setFlxaddr(commomVo.getRelAddr()); - //联系人电话 - hisba1.setFlxtele(commomVo.getRelTel()); - //健康卡号 - hisba1.setFascard1(commomVo.getHealthyCard()); - //入院日期 - String admissDate = commomVo.getAdmissDate(); - if(StringUtils.isNotBlank(admissDate)){ - hisba1.setFrydate(fmt.parse(admissDate)); - }else{ - hisba1.setFrydate(null); - } - //入院时间 - if(StringUtils.isNotBlank(admissDate)){ - admissDate = fmt.format(fmt.parse(admissDate)); - } - hisba1.setFrytime(admissDate); - //入院统一科号 - String admissDept = commomVo.getAdmissDept(); - if(StringUtils.isNotBlank(admissDept)){ - //转换字典 - String code = nameConvertCode(deptMap, admissDept); - if(StringUtils.isNotBlank(code)){ - hisba1.setFrytykh(code); - } - } else{ - hisba1.setFrytykh(null); - } - //入院科别 - hisba1.setFrydept(admissDept); - //入院病室 - hisba1.setFrybs(commomVo.getAdmissWard()); - //出院日期 - String disDate = commomVo.getDisDate(); - if(StringUtils.isNotBlank(disDate)){ - hisba1.setFcydate(fmt.parse(disDate)); - }else{ - hisba1.setFcydate(null); - } - //出院时间 - if(StringUtils.isNotBlank(disDate)){ - disDate = fmt.format(fmt.parse(disDate)); - } - hisba1.setFcytime(disDate); - //出院统一科号 - String disDept = commomVo.getDisDept(); - if(StringUtils.isNotBlank(disDept)){ - //转换字典 - String code = nameConvertCode(deptMap, disDept); - if(StringUtils.isNotBlank(code)){ - hisba1.setFcytykh(code); - } - } else{ - hisba1.setFcytykh(null); - } - //出院科别 - hisba1.setFcydept(disDept); - //出院病室 - hisba1.setFcybs(commomVo.getDisWard()); - //实际住院天数 - hisba1.setFdays(commomVo.getAdmissDays()); - //门(急)诊诊断编码 - hisba1.setFmzzdbh(commomVo.getClinicDiag()); - //门(急)诊诊断疾病名 - hisba1.setFmzzd(commomVo.getClinicName()); - //门、急诊医生编号 - String clinicDoctor = commomVo.getClinicDoctor(); - String clinicDoctorUserName = ""; - //科主任编号 - String deptDirector = commomVo.getDeptDirector(); - String deptDirectorUserName = ""; - //主(副主)任医生编号 - String director = commomVo.getDirector(); - String directorUserName = ""; - //主治医生编号 - String attending = commomVo.getAttending(); - String attendingUserName = ""; - //住院医生编号 - String admissDoctor = commomVo.getAdmissDoctor(); - String admissDoctorUserName = ""; - //进修医师编号 - String refresher = commomVo.getRefresher(); - String refresherUserName = ""; - //实习医师编号 - String praxis = commomVo.getPraxis(); - String praxisUserName = ""; - //编码员编号 - String coding = commomVo.getCoding(); - String codingUserName = ""; - //质控医师编号 - String control = commomVo.getControl(); - String controlUserName = ""; - //质控护士编号 - String nurses = commomVo.getNurses(); - String nursesUserName = ""; - //输入员编号 - String inputName = commomVo.getInputName(); - String inputNameUserName = ""; - //责任护士编号 - String nurses1 = commomVo.getResponsibleNurse(); - String nurses1UserName = ""; - if(null != userList && !userList.isEmpty()){ - for (User user : userList) { - if(StringUtils.isNotBlank(user.getName())) { - //门、急诊医生编号 - if (StringUtils.isNotBlank(clinicDoctor) && user.getName().equals(clinicDoctor)) { - clinicDoctorUserName = user.getUserName(); - } - //科主任编号 - if (StringUtils.isNotBlank(deptDirector) && user.getName().equals(deptDirector)) { - deptDirectorUserName = user.getUserName(); - } - //主(副主)任医生编号 - if (StringUtils.isNotBlank(director) && user.getName().equals(director)) { - directorUserName = user.getUserName(); - } - //主治医生编号 - if (StringUtils.isNotBlank(attending) && user.getName().equals(attending)) { - attendingUserName = user.getUserName(); - } - //住院医生编号 - if (StringUtils.isNotBlank(admissDoctor) && user.getName().equals(admissDoctor)) { - admissDoctorUserName = user.getUserName(); - } - //进修医师编号 - if (StringUtils.isNotBlank(refresher) && user.getName().equals(refresher)) { - refresherUserName = user.getUserName(); - } - //实习医师编号 - if (StringUtils.isNotBlank(praxis) && user.getName().equals(praxis)) { - praxisUserName = user.getUserName(); - } - //编码员编号 - if (StringUtils.isNotBlank(coding) && user.getName().equals(coding)) { - codingUserName = user.getUserName(); - } - //质控医师编号 - if (StringUtils.isNotBlank(control) && user.getName().equals(control)) { - controlUserName = user.getUserName(); - } - //质控护士编号 - if (StringUtils.isNotBlank(nurses) && user.getName().equals(nurses)) { - nursesUserName = user.getUserName(); - } - //输入员编号 - if (StringUtils.isNotBlank(inputName) && user.getName().equals(inputName)) { - inputNameUserName = user.getUserName(); - } - //责任护士编号 - if (StringUtils.isNotBlank(nurses1) && user.getName().equals(nurses1)) { - nurses1UserName = user.getUserName(); - } - } - } - } - //门、急诊医生编号 - hisba1.setFmzdoctbh(clinicDoctorUserName); - //门、急诊医生 - hisba1.setFmzdoct(clinicDoctor); - //病理诊断 - hisba1.setFphzd(commomVo.getPathologyName()); - //过敏药物 - hisba1.setFgmyw(commomVo.getMedicine()); - //抢救次数 - if(StringUtils.isNotBlank(commomVo.getSaveTimes())){ - hisba1.setFqjtimes(Integer.valueOf(commomVo.getSaveTimes())); - } - //抢救成功次数 - if(StringUtils.isNotBlank(commomVo.getSaveSuccessTimes())){ - hisba1.setFqjsuctimes(Integer.valueOf(commomVo.getSaveSuccessTimes())); - } - //科主任编号 - hisba1.setFkzrbh(deptDirectorUserName); - //科主任 - hisba1.setFkzr(deptDirector); - //主(副主)任医生编号 - hisba1.setFzrdoctbh(directorUserName); - //主(副主)任医生 - hisba1.setFzrdoctor(director); - //主治医生编号 - hisba1.setFzzdoctbh(attendingUserName); - //主治医生 - hisba1.setFzzdoct(attending); - //住院医生编号 - hisba1.setFzydoctbh(admissDoctorUserName); - //住院医生 - hisba1.setFzydoct(admissDoctor); - //进修医师编号 - hisba1.setFjxdoctbh(refresherUserName); - //进修医师 - hisba1.setFjxdoct(refresher); - //实习医师编号 - hisba1.setFsxdoctbh(praxisUserName); - //实习医师 - hisba1.setFsxdoct(praxis); - //编码员编号 - hisba1.setFbmybh(codingUserName); - //编码员 - hisba1.setFbmy(coding); - //病案质量编号 - String quality = commomVo.getQuality(); - if(StringUtils.isNotBlank(quality)){ - //转换字典 - String code = nameConvertCode(qualityMap, quality); - if(StringUtils.isNotBlank(code)){ - hisba1.setFqualitybh(code); - } - }else{ - hisba1.setFqualitybh(null); - } - //病案质量 - hisba1.setFquality(quality); - //质控医师编号 - hisba1.setFzkdoctbh(controlUserName); - //质控医师 - hisba1.setFzkdoct(control); - //质控护士编号 - hisba1.setFzknursebh(nursesUserName); - //质控护士 - hisba1.setFzknurse(nurses); - //质控日期 - if(StringUtils.isNotBlank(commomVo.getQualityDate())){ - hisba1.setFzkrq(fmt.parse(commomVo.getQualityDate())); - }else{ - hisba1.setFzkrq(null); - } - //总费用 - hisba1.setFsum1(commomVo.getTotalCharge()); - //西药费 - hisba1.setFxyf(commomVo.getCharge03()); - //中成药费 - hisba1.setFzchyf(commomVo.getCharge04()); - //中草药费 - hisba1.setFzcyf(commomVo.getCharge05()); - //其他费 - hisba1.setFqtf(commomVo.getOther()); - //是否尸检编号 - String emitPathology = commomVo.getEmitPathology(); - if(StringUtils.isNotBlank(emitPathology)){ - //转换字典 - String code = nameConvertCode(idDeadPsyMap, emitPathology); - if(StringUtils.isNotBlank(code)){ - hisba1.setFbodybh(code); - } - } else{ - hisba1.setFbodybh(null); - } - //是否尸检 - hisba1.setFbody(emitPathology); - //血型编号 - String bloodType = commomVo.getBloodType(); - if(StringUtils.isNotBlank(bloodType)){ - //转换字典 - String code = nameConvertCode(bloodTypeMap, bloodType); - if(StringUtils.isNotBlank(code)){ - hisba1.setFbloodbh(code); - } - } else{ - hisba1.setFblood(null); - } - //血型 - hisba1.setFblood(bloodType); - //RH编号 - String rh = commomVo.getRh(); - if(StringUtils.isNotBlank(rh)){ - //转换字典 - String code = nameConvertCode(rhMap, rh); - if(StringUtils.isNotBlank(code)){ - hisba1.setFrhbh(code); - } - } else{ - hisba1.setFrhbh(null); - } - //RH - hisba1.setFrh(rh); - //婴儿数 - if(null != babies && !babies.isEmpty()){ - hisba1.setFbabynum(babies.size()); - }else{ - hisba1.setFbabynum(0); - } - //首次转科统一科号 - String changeDept1 = commomVo.getChangeDept1(); - if(StringUtils.isNotBlank(changeDept1)){ - //转换字典 - String code = nameConvertCode(deptMap, changeDept1); - if(StringUtils.isNotBlank(code)){ - hisba1.setFzktykh(code); - } - } else{ - hisba1.setFzktykh(null); - } - //首次转科科别 - hisba1.setFzkdept(changeDept1); - //首次转科日期 - if(StringUtils.isNotBlank(commomVo.getChangeDate1())){ - hisba1.setFzkdate(fmt.parse(commomVo.getChangeDate1())); - }else{ - hisba1.setFzkdate(null); - } - //首次转科时间 - hisba1.setFzktime(commomVo.getChangeDate1()); - //输入员编号 - hisba1.setFsrybh(inputNameUserName); - //输入员 - hisba1.setFsry(inputName); - //输入日期 - if(StringUtils.isNotBlank(commomVo.getInputCreateTime())){ - hisba1.setFworkrq(fmt.parse(commomVo.getInputCreateTime())); - } - - //疾病分型 - hisba1.setFjbfx(commomVo.getCaseType()); - String recordType = null; - if(null != recordTypeMap && !recordTypeMap.isEmpty()){ - for(Map.Entry keyMap : recordTypeMap.entrySet()){ - if(StringUtils.isNotBlank(commomVo.getCaseType()) && keyMap.getValue().equals(commomVo.getCaseType())){ - recordType = keyMap.getKey(); - //疾病分型编号 - hisba1.setFjbfxbh(recordType); - break; - } - } - } - //是否手术 - if(operCount == 0){ - hisba1.setFifss(false); - }else{ - hisba1.setFifss(true); - } - //是否输入妇婴卡 - if(babies.size() == 0){ - hisba1.setFiffyk(false); - }else{ - hisba1.setFiffyk(true); - } - //籍贯 - hisba1.setFnative(commomVo.getNativePlace()); - //现住址 - hisba1.setFcurraddr(commomVo.getAddr()); - //现电话 - hisba1.setFcurrtele(commomVo.getTelphone()); - //现邮编 - hisba1.setFcurrpost(commomVo.getZip()); - //职业编号 - String job = commomVo.getJob(); - if(StringUtils.isNotBlank(job)){ - //转换字典 - String code = nameConvertCode(jobMap, job); - if(StringUtils.isNotBlank(code)){ - hisba1.setFjobbh(code); - } - } else{ - hisba1.setFjobbh(null); - } - //新生儿出生体重 - if(null != commomVo.getAvoirdupois()) - hisba1.setFcstz(commomVo.getAvoirdupois().doubleValue()); - //新生儿入院体重 - if(null != commomVo.getBirthbabyWeight()) - hisba1.setFrytz(commomVo.getBirthbabyWeight().doubleValue()); - //入院途径编号 - String admissType = commomVo.getAdmissType(); - if(StringUtils.isNotBlank(admissType)){ - //转换字典 - String code = nameConvertCode(admissTypeMap, admissType); - if(StringUtils.isNotBlank(code)){ - hisba1.setFrytjbh(code); - } - } else{ - hisba1.setFrytjbh(null); - } - //入院途径 - hisba1.setFrytj(admissType); - //临床路径病例编号 - String isMedicalRecordPath = commomVo.getIsMedicalRecordPath(); - if(StringUtils.isNotBlank(isMedicalRecordPath)){ - //转换字典 - String code = nameConvertCode(isMedicalRecordMap, isMedicalRecordPath); - if(StringUtils.isNotBlank(code)){ - hisba1.setFycljbh(code); - } - } else{ - hisba1.setFycljbh(null); - } - //临床路径病例 - hisba1.setFyclj(isMedicalRecordPath); - //病理疾病编码 - hisba1.setFphzdbh(commomVo.getPathologyCode()); - //病理号 - hisba1.setFphzdnum(commomVo.getPathologyNo()); - //是否药物过敏编号 - String isMedicine = commomVo.getIsMedicine(); - if(StringUtils.isNotBlank(isMedicine)){ - //转换字典 - String code = nameConvertCode(isDrugAllergyMap, isMedicine); - if(StringUtils.isNotBlank(code)){ - hisba1.setFifgmywbh(code); - } - } else{ - hisba1.setFifgmywbh(null); - } - //是否药物过敏 - hisba1.setFifgmyw(isMedicine); - //责任护士编号 - hisba1.setFnursebh(nurses1UserName); - //责任护士 - hisba1.setFnurse(nurses1); - //离院方式编号 - String disType = commomVo.getDisType(); - if(StringUtils.isNotBlank(disType)){ - //转换字典 - String code = nameConvertCode(disTypeMap, disType); - if(StringUtils.isNotBlank(code)){ - hisba1.setFlyfsbh(code); - } - } else{ - hisba1.setFlyfsbh(null); - } - //离院方式 - hisba1.setFlyfs(disType); - //离院方式为医嘱转院,拟接收医疗机构名称 - hisba1.setFyzouthostital(commomVo.getTransferHospitalName()); - //离院方式为转社区卫生服务器机构/乡镇卫生院,拟接收医疗机构名称 - hisba1.setFsqouthostital(commomVo.getTransferHealcenterName()); - //是否有出院31天内再住院计划编号 - String isHospitalization = commomVo.getIsHospitalization(); - if(StringUtils.isNotBlank(isHospitalization)){ - //转换字典 - String code = nameConvertCode(isAdmissPlanMap, isHospitalization); - if(StringUtils.isNotBlank(code)){ - hisba1.setFisagainrybh(code); - } - } else{ - hisba1.setFisagainrybh(null); - } - //是否有出院31天内再住院计划 - hisba1.setFisagainry(isHospitalization); - //再住院目的 - hisba1.setFisagainrymd(commomVo.getHospitalizationObjective()); - //颅脑损伤患者昏迷时间:入院前 天 - hisba1.setFryqhmdays(commomVo.getRyqhmDays()); - //颅脑损伤患者昏迷时间:入院前 小时 - hisba1.setFryqhmhours(commomVo.getRyqhmHours()); - //颅脑损伤患者昏迷时间:入院前 分钟 - hisba1.setFryqhmmins(commomVo.getRyqhmMins()); - int ryqhmmins = 0; - if(null != commomVo.getRyqhmDays()){ - ryqhmmins += commomVo.getRyqhmDays()*24*60; - } - if(null != commomVo.getRyqhmHours()){ - ryqhmmins += commomVo.getRyqhmHours()*60; - } - if(null != commomVo.getRyqhmMins()){ - ryqhmmins += commomVo.getRyqhmMins(); - } - //入院前昏迷总分钟 - if(ryqhmmins != 0){ - hisba1.setFryqhmcounts(ryqhmmins); - }else{ - hisba1.setFryqhmcounts(null); - } - //颅脑损伤患者昏迷时间:入院后 天 - hisba1.setFryhmdays(commomVo.getRyhmDays()); - //颅脑损伤患者昏迷时间:入院后 小时 - hisba1.setFryhmhours(commomVo.getRyhmHours()); - //颅脑损伤患者昏迷时间:入院后 分钟 - hisba1.setFryhmmins(commomVo.getRyhmMins()); - //入院后昏迷总分钟 - int ryhmmins = 0; - if(null != commomVo.getRyhmDays()){ - ryhmmins += commomVo.getRyhmDays()*24*60; - } - if(null != commomVo.getRyhmHours()){ - ryhmmins += commomVo.getRyhmHours()*60; - } - if(null != commomVo.getRyhmMins()){ - ryhmmins += commomVo.getRyhmMins(); - } - if(ryhmmins != 0){ - hisba1.setFryhmcounts(ryhmmins); - }else{ - hisba1.setFryhmcounts(null); - } - //付款方式编号 - String payType = commomVo.getPayType(); - if(StringUtils.isNotBlank(payType)){ - //转换字典 - String code = nameConvertCode(payTypeMap, payType); - if(StringUtils.isNotBlank(code)){ - hisba1.setFfbbhnew(code); - } - } else{ - hisba1.setFfbbhnew(null); - } - //付款方式 - hisba1.setFfbnew(payType); - //住院总费用:自费金额 - hisba1.setFzfje(commomVo.getCharge22()); - //综合医疗服务类:(1)一般医疗服务费 - hisba1.setFzhfwlylf(commomVo.getCharge10()); - //综合医疗服务类:(2)一般治疗操作费FZHFWLCZF - hisba1.setFzhfwlczf(commomVo.getCharge25()); - //综合医疗服务类:(3)护理费 - hisba1.setFzhfwlhlf(commomVo.getCharge02()); - //综合医疗服务类:(4)其他费用 - hisba1.setFzhfwlqtf(commomVo.getCharge20()); - //诊断类:(5) 病理诊断费 - hisba1.setFzdlblf(commomVo.getCharge29()); - //诊断类:(6) 实验室诊断费 - hisba1.setFzdlsssf(commomVo.getCharge30()); - //诊断类:(7) 影像学诊断费 - hisba1.setFzdlyxf(commomVo.getCharge31()); - //诊断类:(8) 临床诊断项目费 - hisba1.setFzdllcf(commomVo.getCharge32()); - //治疗类:(9) 非手术治疗项目费 - hisba1.setFzllffssf(commomVo.getCharge33()); - //治疗类:非手术治疗项目费 其中临床物理治疗费 - hisba1.setFzllfwlzwlf(commomVo.getCharge34()); - //治疗类:(10) 手术治疗费 - hisba1.setFzllfssf(commomVo.getCharge35()); - //治疗类:手术治疗费 其中麻醉费 - hisba1.setFzllfmzf(commomVo.getCharge14()); - //治疗类:手术治疗费 其中手术费 - hisba1.setFzllfsszlf(commomVo.getCharge19()); - //康复类:(11) 康复费 - hisba1.setFkflkff(commomVo.getCharge36()); - //中医类:中医治疗类 - hisba1.setFzylzf(commomVo.getCharge38()); - //西药类: 西药费 其中抗菌药物费用 - hisba1.setFxylgjf(commomVo.getCharge37()); - //血液和血液制品类: 血费 - hisba1.setFxylxf(commomVo.getCharge09()); - //血液和血液制品类: 白蛋白类制品费 - hisba1.setFxylbqbf(commomVo.getCharge39()); - //血液和血液制品类: 球蛋白制品费 - hisba1.setFxylqdbf(commomVo.getCharge40()); - //血液和血液制品类:凝血因子类制品费 - hisba1.setFxylyxyzf(commomVo.getCharge41()); - //血液和血液制品类: 细胞因子类费 - hisba1.setFxylxbyzf(commomVo.getCharge42()); - //耗材类:检查用一次性医用材料费 - hisba1.setFhclcjf(commomVo.getCharge43()); - //耗材类:治疗用一次性医用材料费 - hisba1.setFhclzlf(commomVo.getCharge44()); - //耗材类:手术用一次性医用材料费 - hisba1.setFhclssf(commomVo.getCharge45()); - if(null == hisba1.getFid()){ - hisba1.setFifinput(false); - hisba1Mapper.insert(hisba1); - }else{ - hisba1Mapper.updateByPrimaryKey(hisba1); - } - } - - //插入HIS_BA2 HIS_病人转科情况 - @DBSource("salve") - public void insertHisBa2(CommomVo commomVo,List dictionarys) throws Exception{ - if(StringUtils.isNotBlank(commomVo.getChangeDept1()) || StringUtils.isNotBlank(commomVo.getChangeDept2()) || StringUtils.isNotBlank(commomVo.getChangeDept3())){ - String inpatientNo = commomVo.getInpatientNo(); - Short admissTimes = commomVo.getAdmissTimes(); - HISBA2 obj1 = new HISBA2(); - HISBA2 obj2 = new HISBA2(); - HISBA2 obj3 = new HISBA2(); - String deptCode1 = ""; - String deptCode2 = ""; - String deptCode3 = ""; - //科室字典集合 - Map deptMap = new HashMap<>(); - if(null != dictionarys && !dictionarys.isEmpty()){ - for(Emr_Dictionary dictionary : dictionarys){ - //筛选科室字典 - selectDictionaryByTypeCode("dept_code",deptMap,dictionary); - } - } - String deptName1 = commomVo.getChangeDept1(); - String deptName2 = commomVo.getChangeDept2(); - String deptName3 = commomVo.getChangeDept3(); - if(null != deptMap && !deptMap.isEmpty()){ - for(Map.Entry keyMap : deptMap.entrySet()){ - if(StringUtils.isNotBlank(deptName1) && keyMap.getValue().equals(deptName1)){ - deptCode1 = keyMap.getKey(); - } - if(StringUtils.isNotBlank(deptName2) && keyMap.getValue().equals(deptName2)){ - deptCode2 = keyMap.getKey(); - } - if(StringUtils.isNotBlank(deptName3) && keyMap.getValue().equals(deptName3)){ - deptCode3 = keyMap.getKey(); - } - } - } - List insertList = new ArrayList<>(); - List updateList = new ArrayList<>(); - List deleteList = new ArrayList<>(); - List hisba2s = hisba2Mapper.selectAllByParam(inpatientNo, Integer.valueOf(admissTimes)); - if(StringUtils.isNotBlank(deptName1)){ - obj1.setFprn(inpatientNo); - obj1.setFtimes(Integer.valueOf(admissTimes)); - obj1.setFzktykh(deptCode1); - obj1.setFzkdept(deptName1); - String changeDate1 = commomVo.getChangeDate1(); - if(StringUtils.isNotBlank(changeDate1)){ - obj1.setFzkdate(fmt.parse(changeDate1)); - obj1.setFzktime(changeDate1); - } - } - if(StringUtils.isNotBlank(deptName2)){ - obj2.setFprn(inpatientNo); - if(null != admissTimes){ - obj2.setFtimes(Integer.valueOf(admissTimes)); - } - obj2.setFzktykh(deptCode2); - obj2.setFzkdept(deptName2); - String changeDate2 = commomVo.getChangeDate2(); - if(StringUtils.isNotBlank(changeDate2)){ - obj2.setFzkdate(fmt.parse(changeDate2)); - obj2.setFzktime(changeDate2); - } - } - if(StringUtils.isNotBlank(deptName3)){ - obj3.setFprn(inpatientNo); - if(null != admissTimes){ - obj3.setFtimes(Integer.valueOf(admissTimes)); - } - obj3.setFzktykh(deptCode3); - obj3.setFzkdept(deptName3); - String changeDate3 = commomVo.getChangeDate3(); - if(StringUtils.isNotBlank(changeDate3)){ - obj3.setFzkdate(fmt.parse(changeDate3)); - obj3.setFzktime(changeDate3); - } - } - //定义是否存在 - Boolean flag1 = false; - Boolean flag2 = false; - Boolean flag3 = false; - if(null != hisba2s && !hisba2s.isEmpty()){ - for(HISBA2 his2 : hisba2s){ - //判断存在则更新,不存在则新增 - if(StringUtils.isNotBlank(deptName1)){ - if(his2.getFzkdept().equals(deptName1)){ - flag1 = true; - obj1.setFid(his2.getFid()); - BeanUtils.copyProperties(obj1,his2); - updateList.add(his2); - } - } - if(StringUtils.isNotBlank(deptName2)){ - if(his2.getFzkdept().equals(deptName2)){ - flag2 = true; - obj2.setFid(his2.getFid()); - BeanUtils.copyProperties(obj2,his2); - updateList.add(his2); - } - } - if(StringUtils.isNotBlank(deptName3)){ - if(his2.getFzkdept().equals(deptName3)){ - flag3 = true; - obj3.setFid(his2.getFid()); - BeanUtils.copyProperties(obj3,his2); - updateList.add(his2); - } - } - if(!flag1 && !flag2 && !flag3){ - deleteList.add(his2); - } - } - //不存在,全部新增 - if(StringUtils.isNotBlank(obj1.getFzkdept()) && !flag1){ - insertList.add(obj1); - } - if(StringUtils.isNotBlank(obj2.getFzkdept()) && !flag2) { - insertList.add(obj2); - } - if(StringUtils.isNotBlank(obj3.getFzkdept()) && !flag3) { - insertList.add(obj3); - } - }else{ - //不存在,全部新增 - if(null != obj1){ - insertList.add(obj1); - } - if(null != obj2) { - insertList.add(obj2); - } - if(null != obj3) { - insertList.add(obj3); - } - } - //批量添加 - if(null != insertList && !insertList.isEmpty()){ - hisba2Mapper.SimpleInsert(insertList); - } - //批量更新 - if(null != updateList && !updateList.isEmpty()){ - hisba2Mapper.SimpleUpdate(updateList); - } - //批量添加 - if(null != deleteList && !deleteList.isEmpty()){ - String ids = ""; - for (int i = 0; i < deleteList.size(); i++) { - if(null != deleteList.get(i).getFid()){ - ids += deleteList.get(i).getFid() + ","; - } - } - if(StringUtils.isNotBlank(ids)){ - ids = ids.substring(0,ids.length()-1); - hisba2Mapper.SimpleDelete(ids); - } - - } - } - } - //筛选字典 - private void selectDictionaryByTypeCode(String typeCode,Map map,Emr_Dictionary dictionary){ - String typecode = dictionary.getTypecode(); - if(typeCode.equals(typecode)){ - map.put(dictionary.getCode(),dictionary.getName()); - } - } - - //字典转换,由中文转编码 - private String nameConvertCode(Map map,String name){ - if(null != map && !map.isEmpty()){ - for(Map.Entry keyMap : map.entrySet()){ - if(keyMap.getValue().equals(name)){ - return keyMap.getKey(); - } - } - } - return ""; - } - - //姓名name转换工号userName - private String nameConvertUserName(List userList,String userName){ - if(StringUtils.isNotBlank(userName)){ - if(null != userList && !userList.isEmpty()){ - for (User user : userList) { - if(user.getName().equals(userName)){ - return user.getName(); - } - } - } - } - return null; - } - //插入HIS_BA3 病人诊断信息 - @DBSource("salve") - public void insertHisBa3(CommomVo commomVo,List dictionarys,List diags) throws Exception{ - String inpatientNo = commomVo.getInpatientNo(); - Short admissTimes = commomVo.getAdmissTimes(); - //先删除后新增 - hisba3Mapper.deleteAllByParam(inpatientNo,Integer.valueOf(admissTimes)); - //批量新增 - List insertList = new ArrayList<>(); - if(null != diags && !diags.isEmpty()){ - for (T_Diag diag : diags) { - HISBA3 hisObj = new HISBA3(); - //病案号 - hisObj.setFprn(inpatientNo); - //次数 - if(null != admissTimes){ - hisObj.setFtimes(Integer.valueOf(admissTimes)); - } - //诊断类型 - hisObj.setFzdlx(diag.getDiagType()); - //ICD版本 - hisObj.setFicdversion(Byte.valueOf(icdVersion)); - //ICD码 - hisObj.setFicdm(diag.getDiagCode()); - //疾病名称 - hisObj.setFjbname(diag.getDiagName()); - //入院病情编号 - String inhospstat = diag.getInhospstat(); - if(StringUtils.isNotBlank(inhospstat)){ - hisObj.setFrybqbh(inhospstat); - //入院病情 - //入院病情集合 - Map admissThingMap = new HashMap<>(); - if(null != dictionarys && !dictionarys.isEmpty()){ - for(Emr_Dictionary dictionary : dictionarys){ - //筛选入院病情字典 - selectDictionaryByTypeCode("admiss_thing",admissThingMap,dictionary); - } - } - if(null != admissThingMap && !admissThingMap.isEmpty()){ - for(Map.Entry keyMap : admissThingMap.entrySet()){ - if(keyMap.getKey().equals(inhospstat)){ - hisObj.setFrybq(keyMap.getValue()); - break; - } - } - } - } - //逐个添加进集合 - insertList.add(hisObj); - } - hisba3Mapper.SimpleInsert(insertList); - } - - } - //插入HIS_BA4 病人手术信息 - @DBSource("salve") - public void insertHisBa4(CommomVo commomVo,List dictionarys,List operates,List userList) throws Exception{ - String inpatientNo = commomVo.getInpatientNo(); - Short admissTimes = commomVo.getAdmissTimes(); - //先删除后新增 - hisba4Mapper.deleteAllByParam(inpatientNo,Integer.valueOf(admissTimes)); - //批量新增 - List insertList = new ArrayList<>(); - if(null != operates && !operates.isEmpty()){ - //切口集合 - Map cutCodeMap = new HashMap<>(); - //愈合集合 - Map healCodeMap = new HashMap<>(); - //科室集合 - Map deptMap = new HashMap<>(); - //麻醉方式集合 - Map anaesthesiaMap = new HashMap<>(); - //是否择期集合 - Map whetherMap = new HashMap<>(); - //手术级别集合 - Map operateClassMap = new HashMap<>(); - //切口/愈合等级集合 - Map cutHealGradeMap = new HashMap<>(); - if(null != dictionarys && !dictionarys.isEmpty()){ - for(Emr_Dictionary dictionary : dictionarys){ - //筛选切口字典 - selectDictionaryByTypeCode("cut_code",cutCodeMap,dictionary); - //筛选愈合等级字典 - selectDictionaryByTypeCode("heal_code",healCodeMap,dictionary); - //筛选科室字典 - selectDictionaryByTypeCode("dept_code",deptMap,dictionary); - //筛选麻醉方式字典 - selectDictionaryByTypeCode("anaesthesia",anaesthesiaMap,dictionary); - //筛选是否择期手术字典 - selectDictionaryByTypeCode("whether",whetherMap,dictionary); - //筛选是否择期手术字典 - selectDictionaryByTypeCode("operate_class",operateClassMap,dictionary); - //切口/愈合等级字典 - selectDictionaryByTypeCode("cut_heal_grade",cutHealGradeMap,dictionary); - } - } - for (T_Operate operate : operates) { - HISBA4 hisObj = new HISBA4(); - //病案号 - hisObj.setFprn(inpatientNo); - //次数 - if(null != admissTimes){ - hisObj.setFtimes(Integer.valueOf(admissTimes)); - } - //病人姓名 - hisObj.setFname(commomVo.getName()); - //手术次数 - if(null != operate.getOperateNo()){ - hisObj.setFoptimes(Integer.valueOf(operate.getOperateNo())); - } - //手术码 - hisObj.setFopcode(operate.getOperateCode()); - //手术码对应名称 - hisObj.setFop(operate.getOperateName()); - //手术日期dateTime - hisObj.setFopdate(operate.getOperateDate()); - //切口编号 - String cut = operate.getCut(); - //I/甲 - if(StringUtils.isNotBlank(cut)){ - if (null != cutHealGradeMap && !cutHealGradeMap.isEmpty()) { - for (Map.Entry keyMap : cutHealGradeMap.entrySet()) { - if (keyMap.getKey().equals(cut)) { - cut = keyMap.getValue(); - break; - } - } - } - if(cut.contains("/")) { - String[] cuts = cut.split("/"); - if (StringUtils.isNotBlank(cuts[0])) { - //切口 - hisObj.setFqiekou(cuts[0]); - if (null != cutCodeMap && !cutCodeMap.isEmpty()) { - for (Map.Entry keyMap : cutCodeMap.entrySet()) { - if (keyMap.getValue().equals(cuts[0])) { - //切口编号 - hisObj.setFqiekoubh(keyMap.getKey()); - break; - } - } - } - } - if (StringUtils.isNotBlank(cuts[1])) { - //愈合 - hisObj.setFyuhe(cuts[1]); - //愈合编号 - if (null != healCodeMap && !healCodeMap.isEmpty()) { - for (Map.Entry keyMap : healCodeMap.entrySet()) { - if (keyMap.getValue().equals(cuts[1])) { - hisObj.setFyuhebh(keyMap.getKey()); - break; - } - } - } - } - } - } - //手术医生编号 - String operator = operate.getOperator(); - String operatorUserName = ""; - //手术医生所属科室编号 - String operatorDeptCode = ""; - //I助编号 - String assistant1 = operate.getAssistant1(); - String assistant1UserName = ""; - //II助编号 - String assistant2 = operate.getAssistant2(); - String assistant2UserName = ""; - //麻醉医生编号 - String anaesthesiaName = operate.getAnaesthesiaName(); - String anaesthesiaNameUserName = ""; - if(null != userList && !userList.isEmpty()){ - for (User user : userList) { - if(StringUtils.isNotBlank(user.getName())) { - //手术医生编号 - if (StringUtils.isNotBlank(operator) && user.getName().equals(operator)) { - operatorUserName = user.getUserName(); - operatorDeptCode = user.getDeptCode(); - } - //I助编号 - if (StringUtils.isNotBlank(assistant1) && user.getName().equals(assistant1)) { - assistant1UserName = user.getUserName(); - } - //II助编号 - if (StringUtils.isNotBlank(assistant2) && user.getName().equals(assistant2)) { - assistant2UserName = user.getUserName(); - } - //麻醉医生编号 - if (StringUtils.isNotBlank(anaesthesiaName) && user.getName().equals(anaesthesiaName)) { - anaesthesiaNameUserName = user.getUserName(); - } - } - } - } - //手术医生编号 - hisObj.setFdocbh(operatorUserName); - //手术医生 - hisObj.setFdocname(operator); - //麻醉方式编号 - String anaesthesiaType = operate.getAnaesthesiaType(); - if(StringUtils.isNotBlank(anaesthesiaType)){ - hisObj.setFmazuibh(anaesthesiaType); - //麻醉方式 - if (null != anaesthesiaMap && !anaesthesiaMap.isEmpty()) { - for (Map.Entry keyMap : anaesthesiaMap.entrySet()) { - if (keyMap.getKey().equals(anaesthesiaType)) { - hisObj.setFmazui(keyMap.getValue()); - break; - } - } - } - } - //I助编号 - hisObj.setFopdoct1bh(assistant1UserName); - //I助姓名 - hisObj.setFopdoct1(assistant1); - //II助编号 - hisObj.setFopdoct2bh(assistant2UserName); - //II助姓名 - hisObj.setFopdoct2(assistant1); - //麻醉医生编号 - hisObj.setFmzdoctbh(anaesthesiaNameUserName); - //麻醉医生 - hisObj.setFmzdoct(anaesthesiaName); - //择期手术编号 - String chossurg = operate.getChossurg(); - if(StringUtils.isNotBlank(chossurg)){ - hisObj.setFzqssbh(chossurg); - //择期手术 - if (null != whetherMap && !whetherMap.isEmpty()) { - for (Map.Entry keyMap : whetherMap.entrySet()) { - if (keyMap.getKey().equals(chossurg)) { - hisObj.setFzqss(keyMap.getValue()); - break; - } - } - } - } - //手术级别编号 - String operateClass = operate.getOperateClass(); - if(StringUtils.isNotBlank(operateClass)){ - hisObj.setFssjbbh(operateClass); - //手术级别 - if (null != operateClassMap && !operateClassMap.isEmpty()) { - for (Map.Entry keyMap : operateClassMap.entrySet()) { - if (keyMap.getKey().equals(operateClass)) { - hisObj.setFssjb(keyMap.getValue()); - break; - } - } - } - } - if(StringUtils.isNotBlank(operator)){ - if(StringUtils.isNotBlank(operatorDeptCode)){ - //手术医生所在科室名称 - if (null != deptMap && !deptMap.isEmpty()) { - for (Map.Entry keyMap : deptMap.entrySet()) { - if (keyMap.getKey().equals(operatorDeptCode)) { - hisObj.setFopksname(keyMap.getValue()); - break; - } - } - } - //手术医生所在科室编号 - hisObj.setFoptykh(operatorDeptCode); - } - } - //逐个添加进集合 - insertList.add(hisObj); - } - hisba4Mapper.SimpleInsert(insertList); - } - } - //插入HIS_BA5 妇婴卡 - @DBSource("salve") - public void insertHisBa5(CommomVo commomVo,List dictionarys, List babies) throws Exception { - String inpatientNo = commomVo.getInpatientNo(); - Short admissTimes = commomVo.getAdmissTimes(); - //先删除后新增 - hisba5Mapper.deleteAllByParam(inpatientNo, Integer.valueOf(admissTimes)); - //批量新增 - List insertList = new ArrayList<>(); - if (null != babies && !babies.isEmpty()) { - //婴儿性别集合 - Map sexMap = new HashMap<>(); - //分娩结果集合 - Map childbirthResultMap = new HashMap<>(); - //婴儿转归集合 - Map childStatusMap = new HashMap<>(); - //呼吸集合 - Map breathMap = new HashMap<>(); - if (null != dictionarys && !dictionarys.isEmpty()) { - for (Emr_Dictionary dictionary : dictionarys) { - //筛选婴儿性别字典 - selectDictionaryByTypeCode("sex_code", sexMap, dictionary); - //筛选分娩结果字典 - selectDictionaryByTypeCode("childbirthResult_code", childbirthResultMap, dictionary); - //筛选婴儿转归字典 - selectDictionaryByTypeCode("childStatus_code", childStatusMap, dictionary); - //筛选呼吸字典 - selectDictionaryByTypeCode("breath_code", breathMap, dictionary); - } - } - for (int i = 0; i < babies.size(); i++) { - TBaby baby = babies.get(i); - HISBA5 hisObj = new HISBA5(); - //病案号 - hisObj.setFprn(inpatientNo); - //次数 - if(null != admissTimes){ - hisObj.setFtimes(Integer.valueOf(admissTimes)); - } - //婴儿序号 - hisObj.setFbabynum((i + 1)); - //病人姓名 - hisObj.setFname(commomVo.getName()); - //婴儿性别编号 - String sex = baby.getSex(); - if (StringUtils.isNotBlank(sex)) { - hisObj.setFbabysexbh(sex); - //婴儿性别 - if (null != sexMap && !sexMap.isEmpty()) { - for (Map.Entry keyMap : sexMap.entrySet()) { - if (keyMap.getKey().equals(sex)) { - hisObj.setFbabysex(keyMap.getValue()); - break; - } - } - } - } - //婴儿体重 - hisObj.setFtz(baby.getAvoirdupois().doubleValue()); - //分娩结果编号 - String childbirthMothed = baby.getChildbirthMothed(); - if (StringUtils.isNotBlank(childbirthMothed)) { - hisObj.setFresultbh(childbirthMothed); - //分娩结果 - if (null != childbirthResultMap && !childbirthResultMap.isEmpty()) { - for (Map.Entry keyMap : childbirthResultMap.entrySet()) { - if (keyMap.getKey().equals(childbirthMothed)) { - hisObj.setFresult(keyMap.getValue()); - break; - } - } - } - } - //转归编号 - String diagType = baby.getDiagType(); - if (StringUtils.isNotBlank(diagType)) { - hisObj.setFzgbh(diagType); - //转归 - if (null != childStatusMap && !childStatusMap.isEmpty()) { - for (Map.Entry keyMap : childStatusMap.entrySet()) { - if (keyMap.getKey().equals(diagType)) { - hisObj.setFzg(keyMap.getValue()); - break; - } - } - } - } - //婴儿抢救成功次数 - hisObj.setFbabysuc(Integer.valueOf(baby.getRescueTimes())); - //呼吸编号 - String breathing = baby.getBreathing(); - if (StringUtils.isNotBlank(breathing)) { - hisObj.setFhxbh(breathing); - //呼吸 - if (null != breathMap && !breathMap.isEmpty()) { - for (Map.Entry keyMap : breathMap.entrySet()) { - if (keyMap.getKey().equals(breathing)) { - hisObj.setFhx(keyMap.getValue()); - break; - } - } - } - } - //逐个添加进集合 - insertList.add(hisObj); - } - hisba5Mapper.SimpleInsert(insertList); - } - } - //插入HIS_BA6 肿瘤卡 - @DBSource("salve") - public void insertHisBa6(CommomVo commomVo,List dictionarys) throws Exception{ - String inpatientNo = commomVo.getInpatientNo(); - Short admissTimes = commomVo.getAdmissTimes(); - HISBA6 hisObj = new HISBA6(); - List hisba6s = hisba6Mapper.selectAllByParam(inpatientNo, admissTimes); - if(null != hisba6s && !hisba6s.isEmpty()){ - hisObj = hisba6s.get(0); - } - //放疗方式集合 - Map radiotherapyTypeMap = new HashMap<>(); - //放疗程式集合 - Map radiotherapyProgramMap = new HashMap<>(); - //放疗装置集合 - Map radiotherapyDeviceMap = new HashMap<>(); - //化疗方式集合 - Map chemotherapyTypeMap = new HashMap<>(); - //化疗方法集合 - Map chemotherapyMethodMap = new HashMap<>(); - if (null != dictionarys && !dictionarys.isEmpty()) { - for (Emr_Dictionary dictionary : dictionarys) { - //筛选放疗方式字典 - selectDictionaryByTypeCode("radiotherapy_type_code", radiotherapyTypeMap, dictionary); - //筛选放疗程式字典 - selectDictionaryByTypeCode("radiotherapy_program_code", radiotherapyProgramMap, dictionary); - //筛选放疗装置字典 - selectDictionaryByTypeCode("radiotherapy_device_code", radiotherapyDeviceMap, dictionary); - //筛选化疗方式字典 - selectDictionaryByTypeCode("chemotherapy_type_code", chemotherapyTypeMap, dictionary); - //筛选化疗方法字典 - selectDictionaryByTypeCode("chemotherapy_method_code", chemotherapyMethodMap, dictionary); - } - } - //病案号 - hisObj.setFprn(inpatientNo); - //次数 - hisObj.setFtimes(Integer.valueOf(admissTimes)); - //放疗方式 - String radiotherapyType = commomVo.getRadiotherapyType(); - if(StringUtils.isNotBlank(radiotherapyType)){ - hisObj.setFflfs(radiotherapyType); - //放疗方式编号 - if (null != radiotherapyTypeMap && !radiotherapyTypeMap.isEmpty()) { - for (Map.Entry keyMap : radiotherapyTypeMap.entrySet()) { - if (keyMap.getValue().equals(radiotherapyType)) { - hisObj.setFflfsbh(keyMap.getKey()); - break; - } - } - } - } - String radiotherapyProgram = commomVo.getRadiotherapyProgram(); - if(StringUtils.isNotBlank(radiotherapyProgram)){ - //放疗程式 - hisObj.setFflcx(radiotherapyProgram); - //放疗程式编号 - if (null != radiotherapyProgramMap && !radiotherapyProgramMap.isEmpty()) { - for (Map.Entry keyMap : radiotherapyProgramMap.entrySet()) { - if (keyMap.getValue().equals(radiotherapyProgram)) { - hisObj.setFflcxbh(keyMap.getKey()); - break; - } - } - } - } - //放疗装置 - String radiotherapyDevice = commomVo.getRadiotherapyDevice(); - if(StringUtils.isNotBlank(radiotherapyDevice)){ - hisObj.setFflzz(radiotherapyDevice); - //放疗装置编号 - if (null != radiotherapyDeviceMap && !radiotherapyDeviceMap.isEmpty()) { - for (Map.Entry keyMap : radiotherapyDeviceMap.entrySet()) { - if (keyMap.getValue().equals(radiotherapyDevice)) { - hisObj.setFflzzbh(keyMap.getKey()); - break; - } - } - } - } - //肿瘤分期类型 T N M - String tumorStagingType = commomVo.getTumorStagingType(); - if(StringUtils.isNotBlank(tumorStagingType)){ - //放疗服药天数 - Integer primaryTumorDay = commomVo.getPrimaryTumorDay(); - //放疗服药次数 - Integer primaryTumorTimes = commomVo.getPrimaryTumorTimes(); - //放疗服药剂量 - String primaryTumorDose = commomVo.getPrimaryTumorDose(); - //放疗服药起始时间 - String primaryTumorStarttime = commomVo.getPrimaryTumorStarttime(); - //放疗服药终止时间 - String primaryTumorEndtime = commomVo.getPrimaryTumorEndtime(); - - if("T".equals(tumorStagingType)){ - //1.原发灶剂量 - if(StringUtils.isNotBlank(primaryTumorDose)) - hisObj.setFyjy(Integer.valueOf(primaryTumorDose)); - //原发灶次数 - hisObj.setFycs(primaryTumorTimes); - //原发灶天数 - hisObj.setFyts(primaryTumorDay); - //原发灶开始日期dateTime - if(StringUtils.isNotBlank(primaryTumorStarttime)){ - hisObj.setFyrq1(fmt.parse(primaryTumorStarttime)); - } - //原发灶结束时间dateTime - if(StringUtils.isNotBlank(primaryTumorEndtime)){ - hisObj.setFyrq2(fmt.parse(primaryTumorEndtime)); - } - }else if("N".equals(tumorStagingType)){ - //2.区域淋巴结剂量 - if(StringUtils.isNotBlank(primaryTumorDose)) - hisObj.setFqjy(Integer.valueOf(primaryTumorDose)); - //区域淋巴结次数 - hisObj.setFqcs(primaryTumorTimes); - //区域淋巴结天数 - hisObj.setFqts(primaryTumorDay); - //区域淋巴结开始时间dateTime - if(StringUtils.isNotBlank(primaryTumorStarttime)){ - hisObj.setFqrq1(fmt.parse(primaryTumorStarttime)); - } - //区域淋巴结结束时间dateTime - if(StringUtils.isNotBlank(primaryTumorEndtime)){ - hisObj.setFqrq2(fmt.parse(primaryTumorEndtime)); - } - }else if("M".equals(tumorStagingType)){ - //3.转移灶剂量 - if(StringUtils.isNotBlank(primaryTumorDose)) - hisObj.setFzjy(Integer.valueOf(primaryTumorDose)); - //转移灶次数 - hisObj.setFzcs(primaryTumorTimes); - //转移灶天数 - hisObj.setFzts(primaryTumorDay); - //转移灶开始时间dateTime - if(StringUtils.isNotBlank(primaryTumorStarttime)){ - hisObj.setFzrq1(fmt.parse(primaryTumorStarttime)); - } - //转移灶结束时间dateTime - if(StringUtils.isNotBlank(primaryTumorEndtime)){ - hisObj.setFzrq2(fmt.parse(primaryTumorEndtime)); - } - } - } - //化疗方式 - String chemotherapyType = commomVo.getChemotherapyType(); - if(StringUtils.isNotBlank(chemotherapyType)){ - hisObj.setFhlfs(chemotherapyType); - //化疗方式编号 - if (null != chemotherapyTypeMap && !chemotherapyTypeMap.isEmpty()) { - for (Map.Entry keyMap : chemotherapyTypeMap.entrySet()) { - if (keyMap.getValue().equals(chemotherapyType)) { - hisObj.setFhlfsbh(keyMap.getKey()); - break; - } - } - } - } - //化疗方法 - String chemotherapyMethod = commomVo.getChemotherapyMethod(); - if(StringUtils.isNotBlank(chemotherapyMethod)){ - hisObj.setFhlff(chemotherapyMethod); - //化疗方法编号 - if (null != chemotherapyMethodMap && !chemotherapyMethodMap.isEmpty()) { - for (Map.Entry keyMap : chemotherapyMethodMap.entrySet()) { - if (keyMap.getValue().equals(chemotherapyMethod)) { - hisObj.setFhlffbh(keyMap.getKey()); - break; - } - } - } - } - if(null == hisObj.getFid()){ - //新增 - hisba6Mapper.insert(hisObj); - }else{ - //修改 - hisba6Mapper.updateByPrimaryKey(hisObj); - } - } - //插入HIS_BA7 化疗卡 - @DBSource("salve") - public void insertHisBa7(CommomVo commomVo,List dictionarys,List tTumourChemotherapies) throws Exception{ - String inpatientNo = commomVo.getInpatientNo(); - Short admissTimes = commomVo.getAdmissTimes(); - //先删除后新增 - hisba7Mapper.deleteAllByParam(inpatientNo,Integer.valueOf(admissTimes)); - //批量新增 - List insertList = new ArrayList<>(); - if(null != tTumourChemotherapies && !tTumourChemotherapies.isEmpty()){ - //化疗疗效集合 - Map curativeEffectMap = new HashMap<>(); - if (null != dictionarys && !dictionarys.isEmpty()) { - for (Emr_Dictionary dictionary : dictionarys) { - //筛选放疗方式字典 - selectDictionaryByTypeCode("curative_effect_code", curativeEffectMap, dictionary); - } - } - for (TTumourChemotherapy tumourChemotherapy : tTumourChemotherapies) { - HISBA7 hisObj = new HISBA7(); - //病案号 - hisObj.setFprn(inpatientNo); - //次数 - if(null != admissTimes) - hisObj.setFtimes(Integer.valueOf(admissTimes)); - //化疗开始日期dateTime - String startTime = tumourChemotherapy.getStartTime(); - if(StringUtils.isNotBlank(startTime)){ - hisObj.setFhlrq1(fmt.parse(startTime)); - } - //化疗结束日期dateTime - String endTime = tumourChemotherapy.getEndTime(); - if(StringUtils.isNotBlank(endTime)){ - hisObj.setFhlrq2(fmt.parse(endTime)); - } - //化疗药物名称及剂量 - hisObj.setFhldrug(tumourChemotherapy.getDrugNameAndDose()); - //化疗疗程 - hisObj.setFhlproc(tumourChemotherapy.getTreatmentCourse()); - //疗效编号 - String curativeEffect = tumourChemotherapy.getCurativeEffect(); - if(StringUtils.isNotBlank(curativeEffect)){ - hisObj.setFhllxbh(curativeEffect); - if (null != curativeEffectMap && !curativeEffectMap.isEmpty()) { - for (Map.Entry keyMap : curativeEffectMap.entrySet()) { - if (keyMap.getKey().equals(curativeEffect)) { - //疗效 - hisObj.setFhllx(keyMap.getValue()); - break; - } - } - } - } - //逐个添加进集合 - insertList.add(hisObj); - } - hisba7Mapper.SimpleInsert(insertList); - } - } -} diff --git a/src/main/java/com/emr/service/recordType/EmrTypeServiceImpl.java b/src/main/java/com/emr/service/recordType/EmrTypeServiceImpl.java index fafd246..ef6cd00 100644 --- a/src/main/java/com/emr/service/recordType/EmrTypeServiceImpl.java +++ b/src/main/java/com/emr/service/recordType/EmrTypeServiceImpl.java @@ -44,8 +44,8 @@ public class EmrTypeServiceImpl implements EmrTypeService { if(null != roleId && roleId == 0){ return emrTypeMapper.selectAllByCreater(null,isEffective); }else if(null != roleId && roleId == -100){ - String creaters = CommomService.creaters(request); - return emrTypeMapper.selectAllByCreater(creaters,isEffective); + StringBuilder creaters = CommomService.creaters(request); + return emrTypeMapper.selectAllByCreater(creaters.toString(),isEffective); }else{ //按创建者id查 userName = "'" + userName + "'"; diff --git a/src/main/java/com/emr/util/img2PdfUtil.java b/src/main/java/com/emr/util/img2PdfUtil.java index 8d8cd76..bc70109 100644 --- a/src/main/java/com/emr/util/img2PdfUtil.java +++ b/src/main/java/com/emr/util/img2PdfUtil.java @@ -299,6 +299,8 @@ public class img2PdfUtil { OutputStream out = new FileOutputStream(fileOutPath); // 加完水印的文件 PdfStamper stamper = new PdfStamper(reader,out); + //设置不允许打印 + stamper.setEncryption(null, null, ~(PdfWriter.ALLOW_COPY | PdfWriter.ALLOW_PRINTING ), PdfWriter.STANDARD_ENCRYPTION_128); // 设置字体 BaseFont font = BaseFont.createFont("STSong-Light", "UniGB-UCS2-H", BaseFont.EMBEDDED); // PDF总页数 diff --git a/src/main/resources/mapper/his/HISBA1Mapper.xml b/src/main/resources/mapper/his/HISBA1Mapper.xml deleted file mode 100644 index db0353b..0000000 --- a/src/main/resources/mapper/his/HISBA1Mapper.xml +++ /dev/null @@ -1,3353 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - FID, FIFINPUT, FPRN, FTIMES, FICDVERSION, FZYID, FAGE, FNAME, FSEXBH, FSEX, FBIRTHDAY, - FBIRTHPLACE, FIDCARD, FCOUNTRYBH, FCOUNTRY, FNATIONALITYBH, FNATIONALITY, FJOB, FSTATUSBH, - FSTATUS, FDWNAME, FDWADDR, FDWTELE, FDWPOST, FHKADDR, FHKPOST, FLXNAME, FRELATE, - FLXADDR, FLXTELE, FFBBH, FFB, FASCARD1, FASCARD2, FRYDATE, FRYTIME, FRYTYKH, FRYDEPT, - FRYBS, FCYDATE, FCYTIME, FCYTYKH, FCYDEPT, FCYBS, FDAYS, FMZZDBH, FMZZD, FMZDOCTBH, - FMZDOCT, FRYINFOBH, FRYINFO, FRYZDBH, FRYZD, FQZDATE, FPHZD, FGMYW, FHBSAGBH, FHBSAG, - FHCVABBH, FHCVAB, FHIVABBH, FHIVAB, FMZCYACCOBH, FMZCYACCO, FRYCYACCOBH, FRYCYACCO, - FLCBLACCOBH, FLCBLACCO, FFSBLACCOBH, FFSBLACCO, FOPACCOBH, FOPACCO, FQJTIMES, FQJSUCTIMES, - FKZRBH, FKZR, FZRDOCTBH, FZRDOCTOR, FZZDOCTBH, FZZDOCT, FZYDOCTBH, FZYDOCT, FJXDOCTBH, - FJXDOCT, FYJSSXDOCTBH, FYJSSXDOCT, FSXDOCTBH, FSXDOCT, FBMYBH, FBMY, FZLRBH, FZLR, - FQUALITYBH, FQUALITY, FZKDOCTBH, FZKDOCT, FZKNURSEBH, FZKNURSE, FZKRQ, FMZDEADBH, - FMZDEAD, FSUM1, FCWF, FHLF, FXYF, FZYF, FZCHYF, FZCYF, FFSF, FHYF, FSYF, FSXF, FZLF, - FSSF, FJSF, FJCF, FMZF, FYEF, FPCF, FQTF, FBODYBH, FBODY, FISOPFIRSTBH, FISOPFIRST, - FISZLFIRSTBH, FISZLFIRST, FISJCFIRSTBH, FISJCFIRST, FISZDFIRSTBH, FISZDFIRST, FISSZBH, - FISSZ, FSZQX, FSAMPLEBH, FSAMPLE, FBLOODBH, FBLOOD, FRHBH, FRH, FSXFYBH, FSXFY, FSYFYBH, - FSYFY, FREDCELL, FPLAQUE, FSEROUS, FALLBLOOD, FOTHERBLOOD, FHZYJ, FHZYC, FHLTJ, FHL1, - FHL2, FHL3, FHLZZ, FHLTS, FBABYNUM, FTWILL, FQJBR, FQJSUC, FTHREQZ, FBACK, FIFZDSS, - FIFDBZ, FZLFZY, FZKTYKH, FZKDEPT, FZKDATE, FZKTIME, FSRYBH, FSRY, FWORKRQ, FJBFXBH, - FJBFX, FFHGDBH, FFHGD, FSOURCEBH, FSOURCE, FIFSS, FIFFYK, FBFZ, FYNGR, FEXTEND1, - FEXTEND2, FEXTEND3, FEXTEND4, FEXTEND5, FEXTEND6, FEXTEND7, FEXTEND8, FEXTEND9, FEXTEND10, - FEXTEND11, FEXTEND12, FEXTEND13, FEXTEND14, FEXTEND15, FNATIVE, FCURRADDR, FCURRTELE, - FCURRPOST, FJOBBH, FCSTZ, FRYTZ, FYCLJBH, FYCLJ, FPHZDBH, FPHZDNUM, FIFGMYWBH, FIFGMYW, - FNURSEBH, FNURSE, FLYFSBH, FLYFS, FYZOUTHOSTITAL, FSQOUTHOSTITAL, FISAGAINRYBH, FISAGAINRY, - FISAGAINRYMD, FRYQHMDAYS, FRYQHMHOURS, FRYQHMMINS, FRYQHMCOUNTS, FRYHMDAYS, FRYHMHOURS, - FRYHMMINS, FRYHMCOUNTS, FFBBHNEW, FFBNEW, FZFJE, FZHFWLYLF, FZHFWLCZF, FZHFWLHLF, - FZHFWLQTF, FZDLBLF, FZDLSSSF, FZDLYXF, FZDLLCF, FZLLFFSSF, FZLLFWLZWLF, FZLLFSSF, - FZLLFMZF, FZLLFSSZLF, FKFLKFF, FZYLZF, FXYLGJF, FXYLXF, FXYLBQBF, FXYLQDBF, FXYLYXYZF, - FXYLXBYZF, FHCLCJF, FHCLZLF, FHCLSSF, FZHFWLYLF01, FZHFWLYLF02, FZYLZDF, FZYLZLF, - FZYLZLF01, FZYLZLF02, FZYLZLF03, FZYLZLF04, FZYLZLF05, FZYLZLF06, FZYLQTF, FZYLQTF01, - FZYLQTF02, FZCLJGZJF, FRYTJBH, FRYTJ, fcurraddrbh, fdwaddrbh, fhkaddrbh, flxaddrbh, - FBIRTHPLACEBH, FYHZWDJZQK, FZWDCSMC, FZBDZYQK, FWDCSMC, FYHXJSJ, fzwdjjreason, fzybsjjreason - - - - delete from HIS_BA1 - where FID = #{fid,jdbcType=BIGINT} - - - insert into HIS_BA1 (FIFINPUT, FPRN, - FTIMES, FICDVERSION, FZYID, - FAGE, FNAME, FSEXBH, - FSEX, FBIRTHDAY, FBIRTHPLACE, - FIDCARD, FCOUNTRYBH, FCOUNTRY, - FNATIONALITYBH, FNATIONALITY, FJOB, - FSTATUSBH, FSTATUS, FDWNAME, - FDWADDR, FDWTELE, FDWPOST, - FHKADDR, FHKPOST, FLXNAME, - FRELATE, FLXADDR, FLXTELE, - FFBBH, FFB, FASCARD1, - FASCARD2, FRYDATE, FRYTIME, - FRYTYKH, FRYDEPT, FRYBS, - FCYDATE, FCYTIME, FCYTYKH, - FCYDEPT, FCYBS, FDAYS, - FMZZDBH, FMZZD, FMZDOCTBH, - FMZDOCT, FRYINFOBH, FRYINFO, - FRYZDBH, FRYZD, FQZDATE, - FPHZD, FGMYW, FHBSAGBH, - FHBSAG, FHCVABBH, FHCVAB, - FHIVABBH, FHIVAB, FMZCYACCOBH, - FMZCYACCO, FRYCYACCOBH, FRYCYACCO, - FLCBLACCOBH, FLCBLACCO, FFSBLACCOBH, - FFSBLACCO, FOPACCOBH, FOPACCO, - FQJTIMES, FQJSUCTIMES, FKZRBH, - FKZR, FZRDOCTBH, FZRDOCTOR, - FZZDOCTBH, FZZDOCT, FZYDOCTBH, - FZYDOCT, FJXDOCTBH, FJXDOCT, - FYJSSXDOCTBH, FYJSSXDOCT, FSXDOCTBH, - FSXDOCT, FBMYBH, FBMY, - FZLRBH, FZLR, FQUALITYBH, - FQUALITY, FZKDOCTBH, FZKDOCT, - FZKNURSEBH, FZKNURSE, FZKRQ, - FMZDEADBH, FMZDEAD, FSUM1, - FCWF, FHLF, FXYF, FZYF, - FZCHYF, FZCYF, FFSF, - FHYF, FSYF, FSXF, FZLF, - FSSF, FJSF, FJCF, FMZF, - FYEF, FPCF, FQTF, FBODYBH, - FBODY, FISOPFIRSTBH, FISOPFIRST, - FISZLFIRSTBH, FISZLFIRST, FISJCFIRSTBH, - FISJCFIRST, FISZDFIRSTBH, FISZDFIRST, - FISSZBH, FISSZ, FSZQX, - FSAMPLEBH, FSAMPLE, FBLOODBH, - FBLOOD, FRHBH, FRH, - FSXFYBH, FSXFY, FSYFYBH, - FSYFY, FREDCELL, FPLAQUE, - FSEROUS, FALLBLOOD, FOTHERBLOOD, - FHZYJ, FHZYC, FHLTJ, - FHL1, FHL2, FHL3, FHLZZ, - FHLTS, FBABYNUM, FTWILL, - FQJBR, FQJSUC, FTHREQZ, FBACK, - FIFZDSS, FIFDBZ, FZLFZY, FZKTYKH, - FZKDEPT, FZKDATE, FZKTIME, - FSRYBH, FSRY, FWORKRQ, - FJBFXBH, FJBFX, FFHGDBH, - FFHGD, FSOURCEBH, FSOURCE, - FIFSS, FIFFYK, FBFZ, FYNGR, - FEXTEND1, FEXTEND2, FEXTEND3, - FEXTEND4, FEXTEND5, FEXTEND6, - FEXTEND7, FEXTEND8, FEXTEND9, - FEXTEND10, FEXTEND11, FEXTEND12, - FEXTEND13, FEXTEND14, FEXTEND15, - FNATIVE, FCURRADDR, FCURRTELE, - FCURRPOST, FJOBBH, FCSTZ, - FRYTZ, FYCLJBH, FYCLJ, - FPHZDBH, FPHZDNUM, FIFGMYWBH, - FIFGMYW, FNURSEBH, FNURSE, - FLYFSBH, FLYFS, FYZOUTHOSTITAL, - FSQOUTHOSTITAL, FISAGAINRYBH, FISAGAINRY, - FISAGAINRYMD, FRYQHMDAYS, FRYQHMHOURS, - FRYQHMMINS, FRYQHMCOUNTS, FRYHMDAYS, - FRYHMHOURS, FRYHMMINS, FRYHMCOUNTS, - FFBBHNEW, FFBNEW, FZFJE, - FZHFWLYLF, FZHFWLCZF, FZHFWLHLF, - FZHFWLQTF, FZDLBLF, FZDLSSSF, - FZDLYXF, FZDLLCF, FZLLFFSSF, - FZLLFWLZWLF, FZLLFSSF, FZLLFMZF, - FZLLFSSZLF, FKFLKFF, FZYLZF, - FXYLGJF, FXYLXF, FXYLBQBF, - FXYLQDBF, FXYLYXYZF, FXYLXBYZF, - FHCLCJF, FHCLZLF, FHCLSSF, - FZHFWLYLF01, FZHFWLYLF02, FZYLZDF, - FZYLZLF, FZYLZLF01, FZYLZLF02, - FZYLZLF03, FZYLZLF04, FZYLZLF05, - FZYLZLF06, FZYLQTF, FZYLQTF01, - FZYLQTF02, FZCLJGZJF, FRYTJBH, - FRYTJ, fcurraddrbh, fdwaddrbh, - fhkaddrbh, flxaddrbh, FBIRTHPLACEBH, - FYHZWDJZQK, FZWDCSMC, FZBDZYQK, - FWDCSMC, FYHXJSJ, fzwdjjreason, - fzybsjjreason) - values (#{fifinput,jdbcType=BIT}, #{fprn,jdbcType=VARCHAR}, - #{ftimes,jdbcType=INTEGER}, #{ficdversion,jdbcType=TINYINT}, #{fzyid,jdbcType=VARCHAR}, - #{fage,jdbcType=VARCHAR}, #{fname,jdbcType=VARCHAR}, #{fsexbh,jdbcType=VARCHAR}, - #{fsex,jdbcType=VARCHAR}, #{fbirthday,jdbcType=TIMESTAMP}, #{fbirthplace,jdbcType=VARCHAR}, - #{fidcard,jdbcType=VARCHAR}, #{fcountrybh,jdbcType=VARCHAR}, #{fcountry,jdbcType=VARCHAR}, - #{fnationalitybh,jdbcType=VARCHAR}, #{fnationality,jdbcType=VARCHAR}, #{fjob,jdbcType=VARCHAR}, - #{fstatusbh,jdbcType=VARCHAR}, #{fstatus,jdbcType=VARCHAR}, #{fdwname,jdbcType=VARCHAR}, - #{fdwaddr,jdbcType=VARCHAR}, #{fdwtele,jdbcType=VARCHAR}, #{fdwpost,jdbcType=VARCHAR}, - #{fhkaddr,jdbcType=VARCHAR}, #{fhkpost,jdbcType=VARCHAR}, #{flxname,jdbcType=VARCHAR}, - #{frelate,jdbcType=VARCHAR}, #{flxaddr,jdbcType=VARCHAR}, #{flxtele,jdbcType=VARCHAR}, - #{ffbbh,jdbcType=VARCHAR}, #{ffb,jdbcType=VARCHAR}, #{fascard1,jdbcType=VARCHAR}, - #{fascard2,jdbcType=VARCHAR}, #{frydate,jdbcType=TIMESTAMP}, #{frytime,jdbcType=VARCHAR}, - #{frytykh,jdbcType=VARCHAR}, #{frydept,jdbcType=VARCHAR}, #{frybs,jdbcType=VARCHAR}, - #{fcydate,jdbcType=TIMESTAMP}, #{fcytime,jdbcType=VARCHAR}, #{fcytykh,jdbcType=VARCHAR}, - #{fcydept,jdbcType=VARCHAR}, #{fcybs,jdbcType=VARCHAR}, #{fdays,jdbcType=INTEGER}, - #{fmzzdbh,jdbcType=VARCHAR}, #{fmzzd,jdbcType=VARCHAR}, #{fmzdoctbh,jdbcType=VARCHAR}, - #{fmzdoct,jdbcType=VARCHAR}, #{fryinfobh,jdbcType=VARCHAR}, #{fryinfo,jdbcType=VARCHAR}, - #{fryzdbh,jdbcType=VARCHAR}, #{fryzd,jdbcType=VARCHAR}, #{fqzdate,jdbcType=TIMESTAMP}, - #{fphzd,jdbcType=VARCHAR}, #{fgmyw,jdbcType=VARCHAR}, #{fhbsagbh,jdbcType=VARCHAR}, - #{fhbsag,jdbcType=VARCHAR}, #{fhcvabbh,jdbcType=VARCHAR}, #{fhcvab,jdbcType=VARCHAR}, - #{fhivabbh,jdbcType=VARCHAR}, #{fhivab,jdbcType=VARCHAR}, #{fmzcyaccobh,jdbcType=VARCHAR}, - #{fmzcyacco,jdbcType=VARCHAR}, #{frycyaccobh,jdbcType=VARCHAR}, #{frycyacco,jdbcType=VARCHAR}, - #{flcblaccobh,jdbcType=VARCHAR}, #{flcblacco,jdbcType=VARCHAR}, #{ffsblaccobh,jdbcType=VARCHAR}, - #{ffsblacco,jdbcType=VARCHAR}, #{fopaccobh,jdbcType=VARCHAR}, #{fopacco,jdbcType=VARCHAR}, - #{fqjtimes,jdbcType=INTEGER}, #{fqjsuctimes,jdbcType=INTEGER}, #{fkzrbh,jdbcType=VARCHAR}, - #{fkzr,jdbcType=VARCHAR}, #{fzrdoctbh,jdbcType=VARCHAR}, #{fzrdoctor,jdbcType=VARCHAR}, - #{fzzdoctbh,jdbcType=VARCHAR}, #{fzzdoct,jdbcType=VARCHAR}, #{fzydoctbh,jdbcType=VARCHAR}, - #{fzydoct,jdbcType=VARCHAR}, #{fjxdoctbh,jdbcType=VARCHAR}, #{fjxdoct,jdbcType=VARCHAR}, - #{fyjssxdoctbh,jdbcType=VARCHAR}, #{fyjssxdoct,jdbcType=VARCHAR}, #{fsxdoctbh,jdbcType=VARCHAR}, - #{fsxdoct,jdbcType=VARCHAR}, #{fbmybh,jdbcType=VARCHAR}, #{fbmy,jdbcType=VARCHAR}, - #{fzlrbh,jdbcType=VARCHAR}, #{fzlr,jdbcType=VARCHAR}, #{fqualitybh,jdbcType=VARCHAR}, - #{fquality,jdbcType=VARCHAR}, #{fzkdoctbh,jdbcType=VARCHAR}, #{fzkdoct,jdbcType=VARCHAR}, - #{fzknursebh,jdbcType=VARCHAR}, #{fzknurse,jdbcType=VARCHAR}, #{fzkrq,jdbcType=TIMESTAMP}, - #{fmzdeadbh,jdbcType=VARCHAR}, #{fmzdead,jdbcType=VARCHAR}, #{fsum1,jdbcType=NUMERIC}, - #{fcwf,jdbcType=NUMERIC}, #{fhlf,jdbcType=NUMERIC}, #{fxyf,jdbcType=NUMERIC}, #{fzyf,jdbcType=NUMERIC}, - #{fzchyf,jdbcType=NUMERIC}, #{fzcyf,jdbcType=NUMERIC}, #{ffsf,jdbcType=NUMERIC}, - #{fhyf,jdbcType=NUMERIC}, #{fsyf,jdbcType=NUMERIC}, #{fsxf,jdbcType=NUMERIC}, #{fzlf,jdbcType=NUMERIC}, - #{fssf,jdbcType=NUMERIC}, #{fjsf,jdbcType=NUMERIC}, #{fjcf,jdbcType=NUMERIC}, #{fmzf,jdbcType=NUMERIC}, - #{fyef,jdbcType=NUMERIC}, #{fpcf,jdbcType=NUMERIC}, #{fqtf,jdbcType=NUMERIC}, #{fbodybh,jdbcType=VARCHAR}, - #{fbody,jdbcType=VARCHAR}, #{fisopfirstbh,jdbcType=VARCHAR}, #{fisopfirst,jdbcType=VARCHAR}, - #{fiszlfirstbh,jdbcType=VARCHAR}, #{fiszlfirst,jdbcType=VARCHAR}, #{fisjcfirstbh,jdbcType=VARCHAR}, - #{fisjcfirst,jdbcType=VARCHAR}, #{fiszdfirstbh,jdbcType=VARCHAR}, #{fiszdfirst,jdbcType=VARCHAR}, - #{fisszbh,jdbcType=VARCHAR}, #{fissz,jdbcType=VARCHAR}, #{fszqx,jdbcType=VARCHAR}, - #{fsamplebh,jdbcType=VARCHAR}, #{fsample,jdbcType=VARCHAR}, #{fbloodbh,jdbcType=VARCHAR}, - #{fblood,jdbcType=VARCHAR}, #{frhbh,jdbcType=VARCHAR}, #{frh,jdbcType=VARCHAR}, - #{fsxfybh,jdbcType=VARCHAR}, #{fsxfy,jdbcType=VARCHAR}, #{fsyfybh,jdbcType=VARCHAR}, - #{fsyfy,jdbcType=VARCHAR}, #{fredcell,jdbcType=NUMERIC}, #{fplaque,jdbcType=NUMERIC}, - #{fserous,jdbcType=NUMERIC}, #{fallblood,jdbcType=NUMERIC}, #{fotherblood,jdbcType=NUMERIC}, - #{fhzyj,jdbcType=INTEGER}, #{fhzyc,jdbcType=INTEGER}, #{fhltj,jdbcType=NUMERIC}, - #{fhl1,jdbcType=NUMERIC}, #{fhl2,jdbcType=NUMERIC}, #{fhl3,jdbcType=NUMERIC}, #{fhlzz,jdbcType=INTEGER}, - #{fhlts,jdbcType=INTEGER}, #{fbabynum,jdbcType=INTEGER}, #{ftwill,jdbcType=BIT}, - #{fqjbr,jdbcType=BIT}, #{fqjsuc,jdbcType=BIT}, #{fthreqz,jdbcType=BIT}, #{fback,jdbcType=BIT}, - #{fifzdss,jdbcType=BIT}, #{fifdbz,jdbcType=BIT}, #{fzlfzy,jdbcType=NUMERIC}, #{fzktykh,jdbcType=VARCHAR}, - #{fzkdept,jdbcType=VARCHAR}, #{fzkdate,jdbcType=TIMESTAMP}, #{fzktime,jdbcType=VARCHAR}, - #{fsrybh,jdbcType=VARCHAR}, #{fsry,jdbcType=VARCHAR}, #{fworkrq,jdbcType=TIMESTAMP}, - #{fjbfxbh,jdbcType=VARCHAR}, #{fjbfx,jdbcType=VARCHAR}, #{ffhgdbh,jdbcType=VARCHAR}, - #{ffhgd,jdbcType=VARCHAR}, #{fsourcebh,jdbcType=VARCHAR}, #{fsource,jdbcType=VARCHAR}, - #{fifss,jdbcType=BIT}, #{fiffyk,jdbcType=BIT}, #{fbfz,jdbcType=BIT}, #{fyngr,jdbcType=INTEGER}, - #{fextend1,jdbcType=VARCHAR}, #{fextend2,jdbcType=VARCHAR}, #{fextend3,jdbcType=VARCHAR}, - #{fextend4,jdbcType=VARCHAR}, #{fextend5,jdbcType=VARCHAR}, #{fextend6,jdbcType=VARCHAR}, - #{fextend7,jdbcType=VARCHAR}, #{fextend8,jdbcType=VARCHAR}, #{fextend9,jdbcType=VARCHAR}, - #{fextend10,jdbcType=VARCHAR}, #{fextend11,jdbcType=VARCHAR}, #{fextend12,jdbcType=VARCHAR}, - #{fextend13,jdbcType=VARCHAR}, #{fextend14,jdbcType=VARCHAR}, #{fextend15,jdbcType=VARCHAR}, - #{fnative,jdbcType=VARCHAR}, #{fcurraddr,jdbcType=VARCHAR}, #{fcurrtele,jdbcType=VARCHAR}, - #{fcurrpost,jdbcType=VARCHAR}, #{fjobbh,jdbcType=VARCHAR}, #{fcstz,jdbcType=DOUBLE}, - #{frytz,jdbcType=DOUBLE}, #{fycljbh,jdbcType=VARCHAR}, #{fyclj,jdbcType=VARCHAR}, - #{fphzdbh,jdbcType=VARCHAR}, #{fphzdnum,jdbcType=VARCHAR}, #{fifgmywbh,jdbcType=VARCHAR}, - #{fifgmyw,jdbcType=VARCHAR}, #{fnursebh,jdbcType=VARCHAR}, #{fnurse,jdbcType=VARCHAR}, - #{flyfsbh,jdbcType=VARCHAR}, #{flyfs,jdbcType=VARCHAR}, #{fyzouthostital,jdbcType=VARCHAR}, - #{fsqouthostital,jdbcType=VARCHAR}, #{fisagainrybh,jdbcType=VARCHAR}, #{fisagainry,jdbcType=VARCHAR}, - #{fisagainrymd,jdbcType=VARCHAR}, #{fryqhmdays,jdbcType=INTEGER}, #{fryqhmhours,jdbcType=INTEGER}, - #{fryqhmmins,jdbcType=INTEGER}, #{fryqhmcounts,jdbcType=INTEGER}, #{fryhmdays,jdbcType=INTEGER}, - #{fryhmhours,jdbcType=INTEGER}, #{fryhmmins,jdbcType=INTEGER}, #{fryhmcounts,jdbcType=INTEGER}, - #{ffbbhnew,jdbcType=VARCHAR}, #{ffbnew,jdbcType=VARCHAR}, #{fzfje,jdbcType=NUMERIC}, - #{fzhfwlylf,jdbcType=NUMERIC}, #{fzhfwlczf,jdbcType=NUMERIC}, #{fzhfwlhlf,jdbcType=NUMERIC}, - #{fzhfwlqtf,jdbcType=NUMERIC}, #{fzdlblf,jdbcType=NUMERIC}, #{fzdlsssf,jdbcType=NUMERIC}, - #{fzdlyxf,jdbcType=NUMERIC}, #{fzdllcf,jdbcType=NUMERIC}, #{fzllffssf,jdbcType=NUMERIC}, - #{fzllfwlzwlf,jdbcType=NUMERIC}, #{fzllfssf,jdbcType=NUMERIC}, #{fzllfmzf,jdbcType=NUMERIC}, - #{fzllfsszlf,jdbcType=NUMERIC}, #{fkflkff,jdbcType=NUMERIC}, #{fzylzf,jdbcType=NUMERIC}, - #{fxylgjf,jdbcType=NUMERIC}, #{fxylxf,jdbcType=NUMERIC}, #{fxylbqbf,jdbcType=NUMERIC}, - #{fxylqdbf,jdbcType=NUMERIC}, #{fxylyxyzf,jdbcType=NUMERIC}, #{fxylxbyzf,jdbcType=NUMERIC}, - #{fhclcjf,jdbcType=NUMERIC}, #{fhclzlf,jdbcType=NUMERIC}, #{fhclssf,jdbcType=NUMERIC}, - #{fzhfwlylf01,jdbcType=NUMERIC}, #{fzhfwlylf02,jdbcType=NUMERIC}, #{fzylzdf,jdbcType=NUMERIC}, - #{fzylzlf,jdbcType=NUMERIC}, #{fzylzlf01,jdbcType=NUMERIC}, #{fzylzlf02,jdbcType=NUMERIC}, - #{fzylzlf03,jdbcType=NUMERIC}, #{fzylzlf04,jdbcType=NUMERIC}, #{fzylzlf05,jdbcType=NUMERIC}, - #{fzylzlf06,jdbcType=NUMERIC}, #{fzylqtf,jdbcType=NUMERIC}, #{fzylqtf01,jdbcType=NUMERIC}, - #{fzylqtf02,jdbcType=NUMERIC}, #{fzcljgzjf,jdbcType=NUMERIC}, #{frytjbh,jdbcType=VARCHAR}, - #{frytj,jdbcType=VARCHAR}, #{fcurraddrbh,jdbcType=VARCHAR}, #{fdwaddrbh,jdbcType=VARCHAR}, - #{fhkaddrbh,jdbcType=VARCHAR}, #{flxaddrbh,jdbcType=VARCHAR}, #{fbirthplacebh,jdbcType=VARCHAR}, - #{fyhzwdjzqk,jdbcType=VARCHAR}, #{fzwdcsmc,jdbcType=VARCHAR}, #{fzbdzyqk,jdbcType=VARCHAR}, - #{fwdcsmc,jdbcType=VARCHAR}, #{fyhxjsj,jdbcType=VARCHAR}, #{fzwdjjreason,jdbcType=VARCHAR}, - #{fzybsjjreason,jdbcType=VARCHAR}) - - - insert into HIS_BA1 - - - FID, - - - FIFINPUT, - - - FPRN, - - - FTIMES, - - - FICDVERSION, - - - FZYID, - - - FAGE, - - - FNAME, - - - FSEXBH, - - - FSEX, - - - FBIRTHDAY, - - - FBIRTHPLACE, - - - FIDCARD, - - - FCOUNTRYBH, - - - FCOUNTRY, - - - FNATIONALITYBH, - - - FNATIONALITY, - - - FJOB, - - - FSTATUSBH, - - - FSTATUS, - - - FDWNAME, - - - FDWADDR, - - - FDWTELE, - - - FDWPOST, - - - FHKADDR, - - - FHKPOST, - - - FLXNAME, - - - FRELATE, - - - FLXADDR, - - - FLXTELE, - - - FFBBH, - - - FFB, - - - FASCARD1, - - - FASCARD2, - - - FRYDATE, - - - FRYTIME, - - - FRYTYKH, - - - FRYDEPT, - - - FRYBS, - - - FCYDATE, - - - FCYTIME, - - - FCYTYKH, - - - FCYDEPT, - - - FCYBS, - - - FDAYS, - - - FMZZDBH, - - - FMZZD, - - - FMZDOCTBH, - - - FMZDOCT, - - - FRYINFOBH, - - - FRYINFO, - - - FRYZDBH, - - - FRYZD, - - - FQZDATE, - - - FPHZD, - - - FGMYW, - - - FHBSAGBH, - - - FHBSAG, - - - FHCVABBH, - - - FHCVAB, - - - FHIVABBH, - - - FHIVAB, - - - FMZCYACCOBH, - - - FMZCYACCO, - - - FRYCYACCOBH, - - - FRYCYACCO, - - - FLCBLACCOBH, - - - FLCBLACCO, - - - FFSBLACCOBH, - - - FFSBLACCO, - - - FOPACCOBH, - - - FOPACCO, - - - FQJTIMES, - - - FQJSUCTIMES, - - - FKZRBH, - - - FKZR, - - - FZRDOCTBH, - - - FZRDOCTOR, - - - FZZDOCTBH, - - - FZZDOCT, - - - FZYDOCTBH, - - - FZYDOCT, - - - FJXDOCTBH, - - - FJXDOCT, - - - FYJSSXDOCTBH, - - - FYJSSXDOCT, - - - FSXDOCTBH, - - - FSXDOCT, - - - FBMYBH, - - - FBMY, - - - FZLRBH, - - - FZLR, - - - FQUALITYBH, - - - FQUALITY, - - - FZKDOCTBH, - - - FZKDOCT, - - - FZKNURSEBH, - - - FZKNURSE, - - - FZKRQ, - - - FMZDEADBH, - - - FMZDEAD, - - - FSUM1, - - - FCWF, - - - FHLF, - - - FXYF, - - - FZYF, - - - FZCHYF, - - - FZCYF, - - - FFSF, - - - FHYF, - - - FSYF, - - - FSXF, - - - FZLF, - - - FSSF, - - - FJSF, - - - FJCF, - - - FMZF, - - - FYEF, - - - FPCF, - - - FQTF, - - - FBODYBH, - - - FBODY, - - - FISOPFIRSTBH, - - - FISOPFIRST, - - - FISZLFIRSTBH, - - - FISZLFIRST, - - - FISJCFIRSTBH, - - - FISJCFIRST, - - - FISZDFIRSTBH, - - - FISZDFIRST, - - - FISSZBH, - - - FISSZ, - - - FSZQX, - - - FSAMPLEBH, - - - FSAMPLE, - - - FBLOODBH, - - - FBLOOD, - - - FRHBH, - - - FRH, - - - FSXFYBH, - - - FSXFY, - - - FSYFYBH, - - - FSYFY, - - - FREDCELL, - - - FPLAQUE, - - - FSEROUS, - - - FALLBLOOD, - - - FOTHERBLOOD, - - - FHZYJ, - - - FHZYC, - - - FHLTJ, - - - FHL1, - - - FHL2, - - - FHL3, - - - FHLZZ, - - - FHLTS, - - - FBABYNUM, - - - FTWILL, - - - FQJBR, - - - FQJSUC, - - - FTHREQZ, - - - FBACK, - - - FIFZDSS, - - - FIFDBZ, - - - FZLFZY, - - - FZKTYKH, - - - FZKDEPT, - - - FZKDATE, - - - FZKTIME, - - - FSRYBH, - - - FSRY, - - - FWORKRQ, - - - FJBFXBH, - - - FJBFX, - - - FFHGDBH, - - - FFHGD, - - - FSOURCEBH, - - - FSOURCE, - - - FIFSS, - - - FIFFYK, - - - FBFZ, - - - FYNGR, - - - FEXTEND1, - - - FEXTEND2, - - - FEXTEND3, - - - FEXTEND4, - - - FEXTEND5, - - - FEXTEND6, - - - FEXTEND7, - - - FEXTEND8, - - - FEXTEND9, - - - FEXTEND10, - - - FEXTEND11, - - - FEXTEND12, - - - FEXTEND13, - - - FEXTEND14, - - - FEXTEND15, - - - FNATIVE, - - - FCURRADDR, - - - FCURRTELE, - - - FCURRPOST, - - - FJOBBH, - - - FCSTZ, - - - FRYTZ, - - - FYCLJBH, - - - FYCLJ, - - - FPHZDBH, - - - FPHZDNUM, - - - FIFGMYWBH, - - - FIFGMYW, - - - FNURSEBH, - - - FNURSE, - - - FLYFSBH, - - - FLYFS, - - - FYZOUTHOSTITAL, - - - FSQOUTHOSTITAL, - - - FISAGAINRYBH, - - - FISAGAINRY, - - - FISAGAINRYMD, - - - FRYQHMDAYS, - - - FRYQHMHOURS, - - - FRYQHMMINS, - - - FRYQHMCOUNTS, - - - FRYHMDAYS, - - - FRYHMHOURS, - - - FRYHMMINS, - - - FRYHMCOUNTS, - - - FFBBHNEW, - - - FFBNEW, - - - FZFJE, - - - FZHFWLYLF, - - - FZHFWLCZF, - - - FZHFWLHLF, - - - FZHFWLQTF, - - - FZDLBLF, - - - FZDLSSSF, - - - FZDLYXF, - - - FZDLLCF, - - - FZLLFFSSF, - - - FZLLFWLZWLF, - - - FZLLFSSF, - - - FZLLFMZF, - - - FZLLFSSZLF, - - - FKFLKFF, - - - FZYLZF, - - - FXYLGJF, - - - FXYLXF, - - - FXYLBQBF, - - - FXYLQDBF, - - - FXYLYXYZF, - - - FXYLXBYZF, - - - FHCLCJF, - - - FHCLZLF, - - - FHCLSSF, - - - FZHFWLYLF01, - - - FZHFWLYLF02, - - - FZYLZDF, - - - FZYLZLF, - - - FZYLZLF01, - - - FZYLZLF02, - - - FZYLZLF03, - - - FZYLZLF04, - - - FZYLZLF05, - - - FZYLZLF06, - - - FZYLQTF, - - - FZYLQTF01, - - - FZYLQTF02, - - - FZCLJGZJF, - - - FRYTJBH, - - - FRYTJ, - - - fcurraddrbh, - - - fdwaddrbh, - - - fhkaddrbh, - - - flxaddrbh, - - - FBIRTHPLACEBH, - - - FYHZWDJZQK, - - - FZWDCSMC, - - - FZBDZYQK, - - - FWDCSMC, - - - FYHXJSJ, - - - fzwdjjreason, - - - fzybsjjreason, - - - - - #{fid,jdbcType=BIGINT}, - - - #{fifinput,jdbcType=BIT}, - - - #{fprn,jdbcType=VARCHAR}, - - - #{ftimes,jdbcType=INTEGER}, - - - #{ficdversion,jdbcType=TINYINT}, - - - #{fzyid,jdbcType=VARCHAR}, - - - #{fage,jdbcType=VARCHAR}, - - - #{fname,jdbcType=VARCHAR}, - - - #{fsexbh,jdbcType=VARCHAR}, - - - #{fsex,jdbcType=VARCHAR}, - - - #{fbirthday,jdbcType=TIMESTAMP}, - - - #{fbirthplace,jdbcType=VARCHAR}, - - - #{fidcard,jdbcType=VARCHAR}, - - - #{fcountrybh,jdbcType=VARCHAR}, - - - #{fcountry,jdbcType=VARCHAR}, - - - #{fnationalitybh,jdbcType=VARCHAR}, - - - #{fnationality,jdbcType=VARCHAR}, - - - #{fjob,jdbcType=VARCHAR}, - - - #{fstatusbh,jdbcType=VARCHAR}, - - - #{fstatus,jdbcType=VARCHAR}, - - - #{fdwname,jdbcType=VARCHAR}, - - - #{fdwaddr,jdbcType=VARCHAR}, - - - #{fdwtele,jdbcType=VARCHAR}, - - - #{fdwpost,jdbcType=VARCHAR}, - - - #{fhkaddr,jdbcType=VARCHAR}, - - - #{fhkpost,jdbcType=VARCHAR}, - - - #{flxname,jdbcType=VARCHAR}, - - - #{frelate,jdbcType=VARCHAR}, - - - #{flxaddr,jdbcType=VARCHAR}, - - - #{flxtele,jdbcType=VARCHAR}, - - - #{ffbbh,jdbcType=VARCHAR}, - - - #{ffb,jdbcType=VARCHAR}, - - - #{fascard1,jdbcType=VARCHAR}, - - - #{fascard2,jdbcType=VARCHAR}, - - - #{frydate,jdbcType=TIMESTAMP}, - - - #{frytime,jdbcType=VARCHAR}, - - - #{frytykh,jdbcType=VARCHAR}, - - - #{frydept,jdbcType=VARCHAR}, - - - #{frybs,jdbcType=VARCHAR}, - - - #{fcydate,jdbcType=TIMESTAMP}, - - - #{fcytime,jdbcType=VARCHAR}, - - - #{fcytykh,jdbcType=VARCHAR}, - - - #{fcydept,jdbcType=VARCHAR}, - - - #{fcybs,jdbcType=VARCHAR}, - - - #{fdays,jdbcType=INTEGER}, - - - #{fmzzdbh,jdbcType=VARCHAR}, - - - #{fmzzd,jdbcType=VARCHAR}, - - - #{fmzdoctbh,jdbcType=VARCHAR}, - - - #{fmzdoct,jdbcType=VARCHAR}, - - - #{fryinfobh,jdbcType=VARCHAR}, - - - #{fryinfo,jdbcType=VARCHAR}, - - - #{fryzdbh,jdbcType=VARCHAR}, - - - #{fryzd,jdbcType=VARCHAR}, - - - #{fqzdate,jdbcType=TIMESTAMP}, - - - #{fphzd,jdbcType=VARCHAR}, - - - #{fgmyw,jdbcType=VARCHAR}, - - - #{fhbsagbh,jdbcType=VARCHAR}, - - - #{fhbsag,jdbcType=VARCHAR}, - - - #{fhcvabbh,jdbcType=VARCHAR}, - - - #{fhcvab,jdbcType=VARCHAR}, - - - #{fhivabbh,jdbcType=VARCHAR}, - - - #{fhivab,jdbcType=VARCHAR}, - - - #{fmzcyaccobh,jdbcType=VARCHAR}, - - - #{fmzcyacco,jdbcType=VARCHAR}, - - - #{frycyaccobh,jdbcType=VARCHAR}, - - - #{frycyacco,jdbcType=VARCHAR}, - - - #{flcblaccobh,jdbcType=VARCHAR}, - - - #{flcblacco,jdbcType=VARCHAR}, - - - #{ffsblaccobh,jdbcType=VARCHAR}, - - - #{ffsblacco,jdbcType=VARCHAR}, - - - #{fopaccobh,jdbcType=VARCHAR}, - - - #{fopacco,jdbcType=VARCHAR}, - - - #{fqjtimes,jdbcType=INTEGER}, - - - #{fqjsuctimes,jdbcType=INTEGER}, - - - #{fkzrbh,jdbcType=VARCHAR}, - - - #{fkzr,jdbcType=VARCHAR}, - - - #{fzrdoctbh,jdbcType=VARCHAR}, - - - #{fzrdoctor,jdbcType=VARCHAR}, - - - #{fzzdoctbh,jdbcType=VARCHAR}, - - - #{fzzdoct,jdbcType=VARCHAR}, - - - #{fzydoctbh,jdbcType=VARCHAR}, - - - #{fzydoct,jdbcType=VARCHAR}, - - - #{fjxdoctbh,jdbcType=VARCHAR}, - - - #{fjxdoct,jdbcType=VARCHAR}, - - - #{fyjssxdoctbh,jdbcType=VARCHAR}, - - - #{fyjssxdoct,jdbcType=VARCHAR}, - - - #{fsxdoctbh,jdbcType=VARCHAR}, - - - #{fsxdoct,jdbcType=VARCHAR}, - - - #{fbmybh,jdbcType=VARCHAR}, - - - #{fbmy,jdbcType=VARCHAR}, - - - #{fzlrbh,jdbcType=VARCHAR}, - - - #{fzlr,jdbcType=VARCHAR}, - - - #{fqualitybh,jdbcType=VARCHAR}, - - - #{fquality,jdbcType=VARCHAR}, - - - #{fzkdoctbh,jdbcType=VARCHAR}, - - - #{fzkdoct,jdbcType=VARCHAR}, - - - #{fzknursebh,jdbcType=VARCHAR}, - - - #{fzknurse,jdbcType=VARCHAR}, - - - #{fzkrq,jdbcType=TIMESTAMP}, - - - #{fmzdeadbh,jdbcType=VARCHAR}, - - - #{fmzdead,jdbcType=VARCHAR}, - - - #{fsum1,jdbcType=NUMERIC}, - - - #{fcwf,jdbcType=NUMERIC}, - - - #{fhlf,jdbcType=NUMERIC}, - - - #{fxyf,jdbcType=NUMERIC}, - - - #{fzyf,jdbcType=NUMERIC}, - - - #{fzchyf,jdbcType=NUMERIC}, - - - #{fzcyf,jdbcType=NUMERIC}, - - - #{ffsf,jdbcType=NUMERIC}, - - - #{fhyf,jdbcType=NUMERIC}, - - - #{fsyf,jdbcType=NUMERIC}, - - - #{fsxf,jdbcType=NUMERIC}, - - - #{fzlf,jdbcType=NUMERIC}, - - - #{fssf,jdbcType=NUMERIC}, - - - #{fjsf,jdbcType=NUMERIC}, - - - #{fjcf,jdbcType=NUMERIC}, - - - #{fmzf,jdbcType=NUMERIC}, - - - #{fyef,jdbcType=NUMERIC}, - - - #{fpcf,jdbcType=NUMERIC}, - - - #{fqtf,jdbcType=NUMERIC}, - - - #{fbodybh,jdbcType=VARCHAR}, - - - #{fbody,jdbcType=VARCHAR}, - - - #{fisopfirstbh,jdbcType=VARCHAR}, - - - #{fisopfirst,jdbcType=VARCHAR}, - - - #{fiszlfirstbh,jdbcType=VARCHAR}, - - - #{fiszlfirst,jdbcType=VARCHAR}, - - - #{fisjcfirstbh,jdbcType=VARCHAR}, - - - #{fisjcfirst,jdbcType=VARCHAR}, - - - #{fiszdfirstbh,jdbcType=VARCHAR}, - - - #{fiszdfirst,jdbcType=VARCHAR}, - - - #{fisszbh,jdbcType=VARCHAR}, - - - #{fissz,jdbcType=VARCHAR}, - - - #{fszqx,jdbcType=VARCHAR}, - - - #{fsamplebh,jdbcType=VARCHAR}, - - - #{fsample,jdbcType=VARCHAR}, - - - #{fbloodbh,jdbcType=VARCHAR}, - - - #{fblood,jdbcType=VARCHAR}, - - - #{frhbh,jdbcType=VARCHAR}, - - - #{frh,jdbcType=VARCHAR}, - - - #{fsxfybh,jdbcType=VARCHAR}, - - - #{fsxfy,jdbcType=VARCHAR}, - - - #{fsyfybh,jdbcType=VARCHAR}, - - - #{fsyfy,jdbcType=VARCHAR}, - - - #{fredcell,jdbcType=NUMERIC}, - - - #{fplaque,jdbcType=NUMERIC}, - - - #{fserous,jdbcType=NUMERIC}, - - - #{fallblood,jdbcType=NUMERIC}, - - - #{fotherblood,jdbcType=NUMERIC}, - - - #{fhzyj,jdbcType=INTEGER}, - - - #{fhzyc,jdbcType=INTEGER}, - - - #{fhltj,jdbcType=NUMERIC}, - - - #{fhl1,jdbcType=NUMERIC}, - - - #{fhl2,jdbcType=NUMERIC}, - - - #{fhl3,jdbcType=NUMERIC}, - - - #{fhlzz,jdbcType=INTEGER}, - - - #{fhlts,jdbcType=INTEGER}, - - - #{fbabynum,jdbcType=INTEGER}, - - - #{ftwill,jdbcType=BIT}, - - - #{fqjbr,jdbcType=BIT}, - - - #{fqjsuc,jdbcType=BIT}, - - - #{fthreqz,jdbcType=BIT}, - - - #{fback,jdbcType=BIT}, - - - #{fifzdss,jdbcType=BIT}, - - - #{fifdbz,jdbcType=BIT}, - - - #{fzlfzy,jdbcType=NUMERIC}, - - - #{fzktykh,jdbcType=VARCHAR}, - - - #{fzkdept,jdbcType=VARCHAR}, - - - #{fzkdate,jdbcType=TIMESTAMP}, - - - #{fzktime,jdbcType=VARCHAR}, - - - #{fsrybh,jdbcType=VARCHAR}, - - - #{fsry,jdbcType=VARCHAR}, - - - #{fworkrq,jdbcType=TIMESTAMP}, - - - #{fjbfxbh,jdbcType=VARCHAR}, - - - #{fjbfx,jdbcType=VARCHAR}, - - - #{ffhgdbh,jdbcType=VARCHAR}, - - - #{ffhgd,jdbcType=VARCHAR}, - - - #{fsourcebh,jdbcType=VARCHAR}, - - - #{fsource,jdbcType=VARCHAR}, - - - #{fifss,jdbcType=BIT}, - - - #{fiffyk,jdbcType=BIT}, - - - #{fbfz,jdbcType=BIT}, - - - #{fyngr,jdbcType=INTEGER}, - - - #{fextend1,jdbcType=VARCHAR}, - - - #{fextend2,jdbcType=VARCHAR}, - - - #{fextend3,jdbcType=VARCHAR}, - - - #{fextend4,jdbcType=VARCHAR}, - - - #{fextend5,jdbcType=VARCHAR}, - - - #{fextend6,jdbcType=VARCHAR}, - - - #{fextend7,jdbcType=VARCHAR}, - - - #{fextend8,jdbcType=VARCHAR}, - - - #{fextend9,jdbcType=VARCHAR}, - - - #{fextend10,jdbcType=VARCHAR}, - - - #{fextend11,jdbcType=VARCHAR}, - - - #{fextend12,jdbcType=VARCHAR}, - - - #{fextend13,jdbcType=VARCHAR}, - - - #{fextend14,jdbcType=VARCHAR}, - - - #{fextend15,jdbcType=VARCHAR}, - - - #{fnative,jdbcType=VARCHAR}, - - - #{fcurraddr,jdbcType=VARCHAR}, - - - #{fcurrtele,jdbcType=VARCHAR}, - - - #{fcurrpost,jdbcType=VARCHAR}, - - - #{fjobbh,jdbcType=VARCHAR}, - - - #{fcstz,jdbcType=DOUBLE}, - - - #{frytz,jdbcType=DOUBLE}, - - - #{fycljbh,jdbcType=VARCHAR}, - - - #{fyclj,jdbcType=VARCHAR}, - - - #{fphzdbh,jdbcType=VARCHAR}, - - - #{fphzdnum,jdbcType=VARCHAR}, - - - #{fifgmywbh,jdbcType=VARCHAR}, - - - #{fifgmyw,jdbcType=VARCHAR}, - - - #{fnursebh,jdbcType=VARCHAR}, - - - #{fnurse,jdbcType=VARCHAR}, - - - #{flyfsbh,jdbcType=VARCHAR}, - - - #{flyfs,jdbcType=VARCHAR}, - - - #{fyzouthostital,jdbcType=VARCHAR}, - - - #{fsqouthostital,jdbcType=VARCHAR}, - - - #{fisagainrybh,jdbcType=VARCHAR}, - - - #{fisagainry,jdbcType=VARCHAR}, - - - #{fisagainrymd,jdbcType=VARCHAR}, - - - #{fryqhmdays,jdbcType=INTEGER}, - - - #{fryqhmhours,jdbcType=INTEGER}, - - - #{fryqhmmins,jdbcType=INTEGER}, - - - #{fryqhmcounts,jdbcType=INTEGER}, - - - #{fryhmdays,jdbcType=INTEGER}, - - - #{fryhmhours,jdbcType=INTEGER}, - - - #{fryhmmins,jdbcType=INTEGER}, - - - #{fryhmcounts,jdbcType=INTEGER}, - - - #{ffbbhnew,jdbcType=VARCHAR}, - - - #{ffbnew,jdbcType=VARCHAR}, - - - #{fzfje,jdbcType=NUMERIC}, - - - #{fzhfwlylf,jdbcType=NUMERIC}, - - - #{fzhfwlczf,jdbcType=NUMERIC}, - - - #{fzhfwlhlf,jdbcType=NUMERIC}, - - - #{fzhfwlqtf,jdbcType=NUMERIC}, - - - #{fzdlblf,jdbcType=NUMERIC}, - - - #{fzdlsssf,jdbcType=NUMERIC}, - - - #{fzdlyxf,jdbcType=NUMERIC}, - - - #{fzdllcf,jdbcType=NUMERIC}, - - - #{fzllffssf,jdbcType=NUMERIC}, - - - #{fzllfwlzwlf,jdbcType=NUMERIC}, - - - #{fzllfssf,jdbcType=NUMERIC}, - - - #{fzllfmzf,jdbcType=NUMERIC}, - - - #{fzllfsszlf,jdbcType=NUMERIC}, - - - #{fkflkff,jdbcType=NUMERIC}, - - - #{fzylzf,jdbcType=NUMERIC}, - - - #{fxylgjf,jdbcType=NUMERIC}, - - - #{fxylxf,jdbcType=NUMERIC}, - - - #{fxylbqbf,jdbcType=NUMERIC}, - - - #{fxylqdbf,jdbcType=NUMERIC}, - - - #{fxylyxyzf,jdbcType=NUMERIC}, - - - #{fxylxbyzf,jdbcType=NUMERIC}, - - - #{fhclcjf,jdbcType=NUMERIC}, - - - #{fhclzlf,jdbcType=NUMERIC}, - - - #{fhclssf,jdbcType=NUMERIC}, - - - #{fzhfwlylf01,jdbcType=NUMERIC}, - - - #{fzhfwlylf02,jdbcType=NUMERIC}, - - - #{fzylzdf,jdbcType=NUMERIC}, - - - #{fzylzlf,jdbcType=NUMERIC}, - - - #{fzylzlf01,jdbcType=NUMERIC}, - - - #{fzylzlf02,jdbcType=NUMERIC}, - - - #{fzylzlf03,jdbcType=NUMERIC}, - - - #{fzylzlf04,jdbcType=NUMERIC}, - - - #{fzylzlf05,jdbcType=NUMERIC}, - - - #{fzylzlf06,jdbcType=NUMERIC}, - - - #{fzylqtf,jdbcType=NUMERIC}, - - - #{fzylqtf01,jdbcType=NUMERIC}, - - - #{fzylqtf02,jdbcType=NUMERIC}, - - - #{fzcljgzjf,jdbcType=NUMERIC}, - - - #{frytjbh,jdbcType=VARCHAR}, - - - #{frytj,jdbcType=VARCHAR}, - - - #{fcurraddrbh,jdbcType=VARCHAR}, - - - #{fdwaddrbh,jdbcType=VARCHAR}, - - - #{fhkaddrbh,jdbcType=VARCHAR}, - - - #{flxaddrbh,jdbcType=VARCHAR}, - - - #{fbirthplacebh,jdbcType=VARCHAR}, - - - #{fyhzwdjzqk,jdbcType=VARCHAR}, - - - #{fzwdcsmc,jdbcType=VARCHAR}, - - - #{fzbdzyqk,jdbcType=VARCHAR}, - - - #{fwdcsmc,jdbcType=VARCHAR}, - - - #{fyhxjsj,jdbcType=VARCHAR}, - - - #{fzwdjjreason,jdbcType=VARCHAR}, - - - #{fzybsjjreason,jdbcType=VARCHAR}, - - - - - update HIS_BA1 - - - FIFINPUT = #{fifinput,jdbcType=BIT}, - - - FPRN = #{fprn,jdbcType=VARCHAR}, - - - FTIMES = #{ftimes,jdbcType=INTEGER}, - - - FICDVERSION = #{ficdversion,jdbcType=TINYINT}, - - - FZYID = #{fzyid,jdbcType=VARCHAR}, - - - FAGE = #{fage,jdbcType=VARCHAR}, - - - FNAME = #{fname,jdbcType=VARCHAR}, - - - FSEXBH = #{fsexbh,jdbcType=VARCHAR}, - - - FSEX = #{fsex,jdbcType=VARCHAR}, - - - FBIRTHDAY = #{fbirthday,jdbcType=TIMESTAMP}, - - - FBIRTHPLACE = #{fbirthplace,jdbcType=VARCHAR}, - - - FIDCARD = #{fidcard,jdbcType=VARCHAR}, - - - FCOUNTRYBH = #{fcountrybh,jdbcType=VARCHAR}, - - - FCOUNTRY = #{fcountry,jdbcType=VARCHAR}, - - - FNATIONALITYBH = #{fnationalitybh,jdbcType=VARCHAR}, - - - FNATIONALITY = #{fnationality,jdbcType=VARCHAR}, - - - FJOB = #{fjob,jdbcType=VARCHAR}, - - - FSTATUSBH = #{fstatusbh,jdbcType=VARCHAR}, - - - FSTATUS = #{fstatus,jdbcType=VARCHAR}, - - - FDWNAME = #{fdwname,jdbcType=VARCHAR}, - - - FDWADDR = #{fdwaddr,jdbcType=VARCHAR}, - - - FDWTELE = #{fdwtele,jdbcType=VARCHAR}, - - - FDWPOST = #{fdwpost,jdbcType=VARCHAR}, - - - FHKADDR = #{fhkaddr,jdbcType=VARCHAR}, - - - FHKPOST = #{fhkpost,jdbcType=VARCHAR}, - - - FLXNAME = #{flxname,jdbcType=VARCHAR}, - - - FRELATE = #{frelate,jdbcType=VARCHAR}, - - - FLXADDR = #{flxaddr,jdbcType=VARCHAR}, - - - FLXTELE = #{flxtele,jdbcType=VARCHAR}, - - - FFBBH = #{ffbbh,jdbcType=VARCHAR}, - - - FFB = #{ffb,jdbcType=VARCHAR}, - - - FASCARD1 = #{fascard1,jdbcType=VARCHAR}, - - - FASCARD2 = #{fascard2,jdbcType=VARCHAR}, - - - FRYDATE = #{frydate,jdbcType=TIMESTAMP}, - - - FRYTIME = #{frytime,jdbcType=VARCHAR}, - - - FRYTYKH = #{frytykh,jdbcType=VARCHAR}, - - - FRYDEPT = #{frydept,jdbcType=VARCHAR}, - - - FRYBS = #{frybs,jdbcType=VARCHAR}, - - - FCYDATE = #{fcydate,jdbcType=TIMESTAMP}, - - - FCYTIME = #{fcytime,jdbcType=VARCHAR}, - - - FCYTYKH = #{fcytykh,jdbcType=VARCHAR}, - - - FCYDEPT = #{fcydept,jdbcType=VARCHAR}, - - - FCYBS = #{fcybs,jdbcType=VARCHAR}, - - - FDAYS = #{fdays,jdbcType=INTEGER}, - - - FMZZDBH = #{fmzzdbh,jdbcType=VARCHAR}, - - - FMZZD = #{fmzzd,jdbcType=VARCHAR}, - - - FMZDOCTBH = #{fmzdoctbh,jdbcType=VARCHAR}, - - - FMZDOCT = #{fmzdoct,jdbcType=VARCHAR}, - - - FRYINFOBH = #{fryinfobh,jdbcType=VARCHAR}, - - - FRYINFO = #{fryinfo,jdbcType=VARCHAR}, - - - FRYZDBH = #{fryzdbh,jdbcType=VARCHAR}, - - - FRYZD = #{fryzd,jdbcType=VARCHAR}, - - - FQZDATE = #{fqzdate,jdbcType=TIMESTAMP}, - - - FPHZD = #{fphzd,jdbcType=VARCHAR}, - - - FGMYW = #{fgmyw,jdbcType=VARCHAR}, - - - FHBSAGBH = #{fhbsagbh,jdbcType=VARCHAR}, - - - FHBSAG = #{fhbsag,jdbcType=VARCHAR}, - - - FHCVABBH = #{fhcvabbh,jdbcType=VARCHAR}, - - - FHCVAB = #{fhcvab,jdbcType=VARCHAR}, - - - FHIVABBH = #{fhivabbh,jdbcType=VARCHAR}, - - - FHIVAB = #{fhivab,jdbcType=VARCHAR}, - - - FMZCYACCOBH = #{fmzcyaccobh,jdbcType=VARCHAR}, - - - FMZCYACCO = #{fmzcyacco,jdbcType=VARCHAR}, - - - FRYCYACCOBH = #{frycyaccobh,jdbcType=VARCHAR}, - - - FRYCYACCO = #{frycyacco,jdbcType=VARCHAR}, - - - FLCBLACCOBH = #{flcblaccobh,jdbcType=VARCHAR}, - - - FLCBLACCO = #{flcblacco,jdbcType=VARCHAR}, - - - FFSBLACCOBH = #{ffsblaccobh,jdbcType=VARCHAR}, - - - FFSBLACCO = #{ffsblacco,jdbcType=VARCHAR}, - - - FOPACCOBH = #{fopaccobh,jdbcType=VARCHAR}, - - - FOPACCO = #{fopacco,jdbcType=VARCHAR}, - - - FQJTIMES = #{fqjtimes,jdbcType=INTEGER}, - - - FQJSUCTIMES = #{fqjsuctimes,jdbcType=INTEGER}, - - - FKZRBH = #{fkzrbh,jdbcType=VARCHAR}, - - - FKZR = #{fkzr,jdbcType=VARCHAR}, - - - FZRDOCTBH = #{fzrdoctbh,jdbcType=VARCHAR}, - - - FZRDOCTOR = #{fzrdoctor,jdbcType=VARCHAR}, - - - FZZDOCTBH = #{fzzdoctbh,jdbcType=VARCHAR}, - - - FZZDOCT = #{fzzdoct,jdbcType=VARCHAR}, - - - FZYDOCTBH = #{fzydoctbh,jdbcType=VARCHAR}, - - - FZYDOCT = #{fzydoct,jdbcType=VARCHAR}, - - - FJXDOCTBH = #{fjxdoctbh,jdbcType=VARCHAR}, - - - FJXDOCT = #{fjxdoct,jdbcType=VARCHAR}, - - - FYJSSXDOCTBH = #{fyjssxdoctbh,jdbcType=VARCHAR}, - - - FYJSSXDOCT = #{fyjssxdoct,jdbcType=VARCHAR}, - - - FSXDOCTBH = #{fsxdoctbh,jdbcType=VARCHAR}, - - - FSXDOCT = #{fsxdoct,jdbcType=VARCHAR}, - - - FBMYBH = #{fbmybh,jdbcType=VARCHAR}, - - - FBMY = #{fbmy,jdbcType=VARCHAR}, - - - FZLRBH = #{fzlrbh,jdbcType=VARCHAR}, - - - FZLR = #{fzlr,jdbcType=VARCHAR}, - - - FQUALITYBH = #{fqualitybh,jdbcType=VARCHAR}, - - - FQUALITY = #{fquality,jdbcType=VARCHAR}, - - - FZKDOCTBH = #{fzkdoctbh,jdbcType=VARCHAR}, - - - FZKDOCT = #{fzkdoct,jdbcType=VARCHAR}, - - - FZKNURSEBH = #{fzknursebh,jdbcType=VARCHAR}, - - - FZKNURSE = #{fzknurse,jdbcType=VARCHAR}, - - - FZKRQ = #{fzkrq,jdbcType=TIMESTAMP}, - - - FMZDEADBH = #{fmzdeadbh,jdbcType=VARCHAR}, - - - FMZDEAD = #{fmzdead,jdbcType=VARCHAR}, - - - FSUM1 = #{fsum1,jdbcType=NUMERIC}, - - - FCWF = #{fcwf,jdbcType=NUMERIC}, - - - FHLF = #{fhlf,jdbcType=NUMERIC}, - - - FXYF = #{fxyf,jdbcType=NUMERIC}, - - - FZYF = #{fzyf,jdbcType=NUMERIC}, - - - FZCHYF = #{fzchyf,jdbcType=NUMERIC}, - - - FZCYF = #{fzcyf,jdbcType=NUMERIC}, - - - FFSF = #{ffsf,jdbcType=NUMERIC}, - - - FHYF = #{fhyf,jdbcType=NUMERIC}, - - - FSYF = #{fsyf,jdbcType=NUMERIC}, - - - FSXF = #{fsxf,jdbcType=NUMERIC}, - - - FZLF = #{fzlf,jdbcType=NUMERIC}, - - - FSSF = #{fssf,jdbcType=NUMERIC}, - - - FJSF = #{fjsf,jdbcType=NUMERIC}, - - - FJCF = #{fjcf,jdbcType=NUMERIC}, - - - FMZF = #{fmzf,jdbcType=NUMERIC}, - - - FYEF = #{fyef,jdbcType=NUMERIC}, - - - FPCF = #{fpcf,jdbcType=NUMERIC}, - - - FQTF = #{fqtf,jdbcType=NUMERIC}, - - - FBODYBH = #{fbodybh,jdbcType=VARCHAR}, - - - FBODY = #{fbody,jdbcType=VARCHAR}, - - - FISOPFIRSTBH = #{fisopfirstbh,jdbcType=VARCHAR}, - - - FISOPFIRST = #{fisopfirst,jdbcType=VARCHAR}, - - - FISZLFIRSTBH = #{fiszlfirstbh,jdbcType=VARCHAR}, - - - FISZLFIRST = #{fiszlfirst,jdbcType=VARCHAR}, - - - FISJCFIRSTBH = #{fisjcfirstbh,jdbcType=VARCHAR}, - - - FISJCFIRST = #{fisjcfirst,jdbcType=VARCHAR}, - - - FISZDFIRSTBH = #{fiszdfirstbh,jdbcType=VARCHAR}, - - - FISZDFIRST = #{fiszdfirst,jdbcType=VARCHAR}, - - - FISSZBH = #{fisszbh,jdbcType=VARCHAR}, - - - FISSZ = #{fissz,jdbcType=VARCHAR}, - - - FSZQX = #{fszqx,jdbcType=VARCHAR}, - - - FSAMPLEBH = #{fsamplebh,jdbcType=VARCHAR}, - - - FSAMPLE = #{fsample,jdbcType=VARCHAR}, - - - FBLOODBH = #{fbloodbh,jdbcType=VARCHAR}, - - - FBLOOD = #{fblood,jdbcType=VARCHAR}, - - - FRHBH = #{frhbh,jdbcType=VARCHAR}, - - - FRH = #{frh,jdbcType=VARCHAR}, - - - FSXFYBH = #{fsxfybh,jdbcType=VARCHAR}, - - - FSXFY = #{fsxfy,jdbcType=VARCHAR}, - - - FSYFYBH = #{fsyfybh,jdbcType=VARCHAR}, - - - FSYFY = #{fsyfy,jdbcType=VARCHAR}, - - - FREDCELL = #{fredcell,jdbcType=NUMERIC}, - - - FPLAQUE = #{fplaque,jdbcType=NUMERIC}, - - - FSEROUS = #{fserous,jdbcType=NUMERIC}, - - - FALLBLOOD = #{fallblood,jdbcType=NUMERIC}, - - - FOTHERBLOOD = #{fotherblood,jdbcType=NUMERIC}, - - - FHZYJ = #{fhzyj,jdbcType=INTEGER}, - - - FHZYC = #{fhzyc,jdbcType=INTEGER}, - - - FHLTJ = #{fhltj,jdbcType=NUMERIC}, - - - FHL1 = #{fhl1,jdbcType=NUMERIC}, - - - FHL2 = #{fhl2,jdbcType=NUMERIC}, - - - FHL3 = #{fhl3,jdbcType=NUMERIC}, - - - FHLZZ = #{fhlzz,jdbcType=INTEGER}, - - - FHLTS = #{fhlts,jdbcType=INTEGER}, - - - FBABYNUM = #{fbabynum,jdbcType=INTEGER}, - - - FTWILL = #{ftwill,jdbcType=BIT}, - - - FQJBR = #{fqjbr,jdbcType=BIT}, - - - FQJSUC = #{fqjsuc,jdbcType=BIT}, - - - FTHREQZ = #{fthreqz,jdbcType=BIT}, - - - FBACK = #{fback,jdbcType=BIT}, - - - FIFZDSS = #{fifzdss,jdbcType=BIT}, - - - FIFDBZ = #{fifdbz,jdbcType=BIT}, - - - FZLFZY = #{fzlfzy,jdbcType=NUMERIC}, - - - FZKTYKH = #{fzktykh,jdbcType=VARCHAR}, - - - FZKDEPT = #{fzkdept,jdbcType=VARCHAR}, - - - FZKDATE = #{fzkdate,jdbcType=TIMESTAMP}, - - - FZKTIME = #{fzktime,jdbcType=VARCHAR}, - - - FSRYBH = #{fsrybh,jdbcType=VARCHAR}, - - - FSRY = #{fsry,jdbcType=VARCHAR}, - - - FWORKRQ = #{fworkrq,jdbcType=TIMESTAMP}, - - - FJBFXBH = #{fjbfxbh,jdbcType=VARCHAR}, - - - FJBFX = #{fjbfx,jdbcType=VARCHAR}, - - - FFHGDBH = #{ffhgdbh,jdbcType=VARCHAR}, - - - FFHGD = #{ffhgd,jdbcType=VARCHAR}, - - - FSOURCEBH = #{fsourcebh,jdbcType=VARCHAR}, - - - FSOURCE = #{fsource,jdbcType=VARCHAR}, - - - FIFSS = #{fifss,jdbcType=BIT}, - - - FIFFYK = #{fiffyk,jdbcType=BIT}, - - - FBFZ = #{fbfz,jdbcType=BIT}, - - - FYNGR = #{fyngr,jdbcType=INTEGER}, - - - FEXTEND1 = #{fextend1,jdbcType=VARCHAR}, - - - FEXTEND2 = #{fextend2,jdbcType=VARCHAR}, - - - FEXTEND3 = #{fextend3,jdbcType=VARCHAR}, - - - FEXTEND4 = #{fextend4,jdbcType=VARCHAR}, - - - FEXTEND5 = #{fextend5,jdbcType=VARCHAR}, - - - FEXTEND6 = #{fextend6,jdbcType=VARCHAR}, - - - FEXTEND7 = #{fextend7,jdbcType=VARCHAR}, - - - FEXTEND8 = #{fextend8,jdbcType=VARCHAR}, - - - FEXTEND9 = #{fextend9,jdbcType=VARCHAR}, - - - FEXTEND10 = #{fextend10,jdbcType=VARCHAR}, - - - FEXTEND11 = #{fextend11,jdbcType=VARCHAR}, - - - FEXTEND12 = #{fextend12,jdbcType=VARCHAR}, - - - FEXTEND13 = #{fextend13,jdbcType=VARCHAR}, - - - FEXTEND14 = #{fextend14,jdbcType=VARCHAR}, - - - FEXTEND15 = #{fextend15,jdbcType=VARCHAR}, - - - FNATIVE = #{fnative,jdbcType=VARCHAR}, - - - FCURRADDR = #{fcurraddr,jdbcType=VARCHAR}, - - - FCURRTELE = #{fcurrtele,jdbcType=VARCHAR}, - - - FCURRPOST = #{fcurrpost,jdbcType=VARCHAR}, - - - FJOBBH = #{fjobbh,jdbcType=VARCHAR}, - - - FCSTZ = #{fcstz,jdbcType=DOUBLE}, - - - FRYTZ = #{frytz,jdbcType=DOUBLE}, - - - FYCLJBH = #{fycljbh,jdbcType=VARCHAR}, - - - FYCLJ = #{fyclj,jdbcType=VARCHAR}, - - - FPHZDBH = #{fphzdbh,jdbcType=VARCHAR}, - - - FPHZDNUM = #{fphzdnum,jdbcType=VARCHAR}, - - - FIFGMYWBH = #{fifgmywbh,jdbcType=VARCHAR}, - - - FIFGMYW = #{fifgmyw,jdbcType=VARCHAR}, - - - FNURSEBH = #{fnursebh,jdbcType=VARCHAR}, - - - FNURSE = #{fnurse,jdbcType=VARCHAR}, - - - FLYFSBH = #{flyfsbh,jdbcType=VARCHAR}, - - - FLYFS = #{flyfs,jdbcType=VARCHAR}, - - - FYZOUTHOSTITAL = #{fyzouthostital,jdbcType=VARCHAR}, - - - FSQOUTHOSTITAL = #{fsqouthostital,jdbcType=VARCHAR}, - - - FISAGAINRYBH = #{fisagainrybh,jdbcType=VARCHAR}, - - - FISAGAINRY = #{fisagainry,jdbcType=VARCHAR}, - - - FISAGAINRYMD = #{fisagainrymd,jdbcType=VARCHAR}, - - - FRYQHMDAYS = #{fryqhmdays,jdbcType=INTEGER}, - - - FRYQHMHOURS = #{fryqhmhours,jdbcType=INTEGER}, - - - FRYQHMMINS = #{fryqhmmins,jdbcType=INTEGER}, - - - FRYQHMCOUNTS = #{fryqhmcounts,jdbcType=INTEGER}, - - - FRYHMDAYS = #{fryhmdays,jdbcType=INTEGER}, - - - FRYHMHOURS = #{fryhmhours,jdbcType=INTEGER}, - - - FRYHMMINS = #{fryhmmins,jdbcType=INTEGER}, - - - FRYHMCOUNTS = #{fryhmcounts,jdbcType=INTEGER}, - - - FFBBHNEW = #{ffbbhnew,jdbcType=VARCHAR}, - - - FFBNEW = #{ffbnew,jdbcType=VARCHAR}, - - - FZFJE = #{fzfje,jdbcType=NUMERIC}, - - - FZHFWLYLF = #{fzhfwlylf,jdbcType=NUMERIC}, - - - FZHFWLCZF = #{fzhfwlczf,jdbcType=NUMERIC}, - - - FZHFWLHLF = #{fzhfwlhlf,jdbcType=NUMERIC}, - - - FZHFWLQTF = #{fzhfwlqtf,jdbcType=NUMERIC}, - - - FZDLBLF = #{fzdlblf,jdbcType=NUMERIC}, - - - FZDLSSSF = #{fzdlsssf,jdbcType=NUMERIC}, - - - FZDLYXF = #{fzdlyxf,jdbcType=NUMERIC}, - - - FZDLLCF = #{fzdllcf,jdbcType=NUMERIC}, - - - FZLLFFSSF = #{fzllffssf,jdbcType=NUMERIC}, - - - FZLLFWLZWLF = #{fzllfwlzwlf,jdbcType=NUMERIC}, - - - FZLLFSSF = #{fzllfssf,jdbcType=NUMERIC}, - - - FZLLFMZF = #{fzllfmzf,jdbcType=NUMERIC}, - - - FZLLFSSZLF = #{fzllfsszlf,jdbcType=NUMERIC}, - - - FKFLKFF = #{fkflkff,jdbcType=NUMERIC}, - - - FZYLZF = #{fzylzf,jdbcType=NUMERIC}, - - - FXYLGJF = #{fxylgjf,jdbcType=NUMERIC}, - - - FXYLXF = #{fxylxf,jdbcType=NUMERIC}, - - - FXYLBQBF = #{fxylbqbf,jdbcType=NUMERIC}, - - - FXYLQDBF = #{fxylqdbf,jdbcType=NUMERIC}, - - - FXYLYXYZF = #{fxylyxyzf,jdbcType=NUMERIC}, - - - FXYLXBYZF = #{fxylxbyzf,jdbcType=NUMERIC}, - - - FHCLCJF = #{fhclcjf,jdbcType=NUMERIC}, - - - FHCLZLF = #{fhclzlf,jdbcType=NUMERIC}, - - - FHCLSSF = #{fhclssf,jdbcType=NUMERIC}, - - - FZHFWLYLF01 = #{fzhfwlylf01,jdbcType=NUMERIC}, - - - FZHFWLYLF02 = #{fzhfwlylf02,jdbcType=NUMERIC}, - - - FZYLZDF = #{fzylzdf,jdbcType=NUMERIC}, - - - FZYLZLF = #{fzylzlf,jdbcType=NUMERIC}, - - - FZYLZLF01 = #{fzylzlf01,jdbcType=NUMERIC}, - - - FZYLZLF02 = #{fzylzlf02,jdbcType=NUMERIC}, - - - FZYLZLF03 = #{fzylzlf03,jdbcType=NUMERIC}, - - - FZYLZLF04 = #{fzylzlf04,jdbcType=NUMERIC}, - - - FZYLZLF05 = #{fzylzlf05,jdbcType=NUMERIC}, - - - FZYLZLF06 = #{fzylzlf06,jdbcType=NUMERIC}, - - - FZYLQTF = #{fzylqtf,jdbcType=NUMERIC}, - - - FZYLQTF01 = #{fzylqtf01,jdbcType=NUMERIC}, - - - FZYLQTF02 = #{fzylqtf02,jdbcType=NUMERIC}, - - - FZCLJGZJF = #{fzcljgzjf,jdbcType=NUMERIC}, - - - FRYTJBH = #{frytjbh,jdbcType=VARCHAR}, - - - FRYTJ = #{frytj,jdbcType=VARCHAR}, - - - fcurraddrbh = #{fcurraddrbh,jdbcType=VARCHAR}, - - - fdwaddrbh = #{fdwaddrbh,jdbcType=VARCHAR}, - - - fhkaddrbh = #{fhkaddrbh,jdbcType=VARCHAR}, - - - flxaddrbh = #{flxaddrbh,jdbcType=VARCHAR}, - - - FBIRTHPLACEBH = #{fbirthplacebh,jdbcType=VARCHAR}, - - - FYHZWDJZQK = #{fyhzwdjzqk,jdbcType=VARCHAR}, - - - FZWDCSMC = #{fzwdcsmc,jdbcType=VARCHAR}, - - - FZBDZYQK = #{fzbdzyqk,jdbcType=VARCHAR}, - - - FWDCSMC = #{fwdcsmc,jdbcType=VARCHAR}, - - - FYHXJSJ = #{fyhxjsj,jdbcType=VARCHAR}, - - - fzwdjjreason = #{fzwdjjreason,jdbcType=VARCHAR}, - - - fzybsjjreason = #{fzybsjjreason,jdbcType=VARCHAR}, - - - where FID = #{fid,jdbcType=BIGINT} - - - update HIS_BA1 - set FIFINPUT = #{fifinput,jdbcType=BIT}, - FPRN = #{fprn,jdbcType=VARCHAR}, - FTIMES = #{ftimes,jdbcType=INTEGER}, - FICDVERSION = #{ficdversion,jdbcType=TINYINT}, - FZYID = #{fzyid,jdbcType=VARCHAR}, - FAGE = #{fage,jdbcType=VARCHAR}, - FNAME = #{fname,jdbcType=VARCHAR}, - FSEXBH = #{fsexbh,jdbcType=VARCHAR}, - FSEX = #{fsex,jdbcType=VARCHAR}, - FBIRTHDAY = #{fbirthday,jdbcType=TIMESTAMP}, - FBIRTHPLACE = #{fbirthplace,jdbcType=VARCHAR}, - FIDCARD = #{fidcard,jdbcType=VARCHAR}, - FCOUNTRYBH = #{fcountrybh,jdbcType=VARCHAR}, - FCOUNTRY = #{fcountry,jdbcType=VARCHAR}, - FNATIONALITYBH = #{fnationalitybh,jdbcType=VARCHAR}, - FNATIONALITY = #{fnationality,jdbcType=VARCHAR}, - FJOB = #{fjob,jdbcType=VARCHAR}, - FSTATUSBH = #{fstatusbh,jdbcType=VARCHAR}, - FSTATUS = #{fstatus,jdbcType=VARCHAR}, - FDWNAME = #{fdwname,jdbcType=VARCHAR}, - FDWADDR = #{fdwaddr,jdbcType=VARCHAR}, - FDWTELE = #{fdwtele,jdbcType=VARCHAR}, - FDWPOST = #{fdwpost,jdbcType=VARCHAR}, - FHKADDR = #{fhkaddr,jdbcType=VARCHAR}, - FHKPOST = #{fhkpost,jdbcType=VARCHAR}, - FLXNAME = #{flxname,jdbcType=VARCHAR}, - FRELATE = #{frelate,jdbcType=VARCHAR}, - FLXADDR = #{flxaddr,jdbcType=VARCHAR}, - FLXTELE = #{flxtele,jdbcType=VARCHAR}, - FFBBH = #{ffbbh,jdbcType=VARCHAR}, - FFB = #{ffb,jdbcType=VARCHAR}, - FASCARD1 = #{fascard1,jdbcType=VARCHAR}, - FASCARD2 = #{fascard2,jdbcType=VARCHAR}, - FRYDATE = #{frydate,jdbcType=TIMESTAMP}, - FRYTIME = #{frytime,jdbcType=VARCHAR}, - FRYTYKH = #{frytykh,jdbcType=VARCHAR}, - FRYDEPT = #{frydept,jdbcType=VARCHAR}, - FRYBS = #{frybs,jdbcType=VARCHAR}, - FCYDATE = #{fcydate,jdbcType=TIMESTAMP}, - FCYTIME = #{fcytime,jdbcType=VARCHAR}, - FCYTYKH = #{fcytykh,jdbcType=VARCHAR}, - FCYDEPT = #{fcydept,jdbcType=VARCHAR}, - FCYBS = #{fcybs,jdbcType=VARCHAR}, - FDAYS = #{fdays,jdbcType=INTEGER}, - FMZZDBH = #{fmzzdbh,jdbcType=VARCHAR}, - FMZZD = #{fmzzd,jdbcType=VARCHAR}, - FMZDOCTBH = #{fmzdoctbh,jdbcType=VARCHAR}, - FMZDOCT = #{fmzdoct,jdbcType=VARCHAR}, - FRYINFOBH = #{fryinfobh,jdbcType=VARCHAR}, - FRYINFO = #{fryinfo,jdbcType=VARCHAR}, - FRYZDBH = #{fryzdbh,jdbcType=VARCHAR}, - FRYZD = #{fryzd,jdbcType=VARCHAR}, - FQZDATE = #{fqzdate,jdbcType=TIMESTAMP}, - FPHZD = #{fphzd,jdbcType=VARCHAR}, - FGMYW = #{fgmyw,jdbcType=VARCHAR}, - FHBSAGBH = #{fhbsagbh,jdbcType=VARCHAR}, - FHBSAG = #{fhbsag,jdbcType=VARCHAR}, - FHCVABBH = #{fhcvabbh,jdbcType=VARCHAR}, - FHCVAB = #{fhcvab,jdbcType=VARCHAR}, - FHIVABBH = #{fhivabbh,jdbcType=VARCHAR}, - FHIVAB = #{fhivab,jdbcType=VARCHAR}, - FMZCYACCOBH = #{fmzcyaccobh,jdbcType=VARCHAR}, - FMZCYACCO = #{fmzcyacco,jdbcType=VARCHAR}, - FRYCYACCOBH = #{frycyaccobh,jdbcType=VARCHAR}, - FRYCYACCO = #{frycyacco,jdbcType=VARCHAR}, - FLCBLACCOBH = #{flcblaccobh,jdbcType=VARCHAR}, - FLCBLACCO = #{flcblacco,jdbcType=VARCHAR}, - FFSBLACCOBH = #{ffsblaccobh,jdbcType=VARCHAR}, - FFSBLACCO = #{ffsblacco,jdbcType=VARCHAR}, - FOPACCOBH = #{fopaccobh,jdbcType=VARCHAR}, - FOPACCO = #{fopacco,jdbcType=VARCHAR}, - FQJTIMES = #{fqjtimes,jdbcType=INTEGER}, - FQJSUCTIMES = #{fqjsuctimes,jdbcType=INTEGER}, - FKZRBH = #{fkzrbh,jdbcType=VARCHAR}, - FKZR = #{fkzr,jdbcType=VARCHAR}, - FZRDOCTBH = #{fzrdoctbh,jdbcType=VARCHAR}, - FZRDOCTOR = #{fzrdoctor,jdbcType=VARCHAR}, - FZZDOCTBH = #{fzzdoctbh,jdbcType=VARCHAR}, - FZZDOCT = #{fzzdoct,jdbcType=VARCHAR}, - FZYDOCTBH = #{fzydoctbh,jdbcType=VARCHAR}, - FZYDOCT = #{fzydoct,jdbcType=VARCHAR}, - FJXDOCTBH = #{fjxdoctbh,jdbcType=VARCHAR}, - FJXDOCT = #{fjxdoct,jdbcType=VARCHAR}, - FYJSSXDOCTBH = #{fyjssxdoctbh,jdbcType=VARCHAR}, - FYJSSXDOCT = #{fyjssxdoct,jdbcType=VARCHAR}, - FSXDOCTBH = #{fsxdoctbh,jdbcType=VARCHAR}, - FSXDOCT = #{fsxdoct,jdbcType=VARCHAR}, - FBMYBH = #{fbmybh,jdbcType=VARCHAR}, - FBMY = #{fbmy,jdbcType=VARCHAR}, - FZLRBH = #{fzlrbh,jdbcType=VARCHAR}, - FZLR = #{fzlr,jdbcType=VARCHAR}, - FQUALITYBH = #{fqualitybh,jdbcType=VARCHAR}, - FQUALITY = #{fquality,jdbcType=VARCHAR}, - FZKDOCTBH = #{fzkdoctbh,jdbcType=VARCHAR}, - FZKDOCT = #{fzkdoct,jdbcType=VARCHAR}, - FZKNURSEBH = #{fzknursebh,jdbcType=VARCHAR}, - FZKNURSE = #{fzknurse,jdbcType=VARCHAR}, - FZKRQ = #{fzkrq,jdbcType=TIMESTAMP}, - FMZDEADBH = #{fmzdeadbh,jdbcType=VARCHAR}, - FMZDEAD = #{fmzdead,jdbcType=VARCHAR}, - FSUM1 = #{fsum1,jdbcType=NUMERIC}, - FCWF = #{fcwf,jdbcType=NUMERIC}, - FHLF = #{fhlf,jdbcType=NUMERIC}, - FXYF = #{fxyf,jdbcType=NUMERIC}, - FZYF = #{fzyf,jdbcType=NUMERIC}, - FZCHYF = #{fzchyf,jdbcType=NUMERIC}, - FZCYF = #{fzcyf,jdbcType=NUMERIC}, - FFSF = #{ffsf,jdbcType=NUMERIC}, - FHYF = #{fhyf,jdbcType=NUMERIC}, - FSYF = #{fsyf,jdbcType=NUMERIC}, - FSXF = #{fsxf,jdbcType=NUMERIC}, - FZLF = #{fzlf,jdbcType=NUMERIC}, - FSSF = #{fssf,jdbcType=NUMERIC}, - FJSF = #{fjsf,jdbcType=NUMERIC}, - FJCF = #{fjcf,jdbcType=NUMERIC}, - FMZF = #{fmzf,jdbcType=NUMERIC}, - FYEF = #{fyef,jdbcType=NUMERIC}, - FPCF = #{fpcf,jdbcType=NUMERIC}, - FQTF = #{fqtf,jdbcType=NUMERIC}, - FBODYBH = #{fbodybh,jdbcType=VARCHAR}, - FBODY = #{fbody,jdbcType=VARCHAR}, - FISOPFIRSTBH = #{fisopfirstbh,jdbcType=VARCHAR}, - FISOPFIRST = #{fisopfirst,jdbcType=VARCHAR}, - FISZLFIRSTBH = #{fiszlfirstbh,jdbcType=VARCHAR}, - FISZLFIRST = #{fiszlfirst,jdbcType=VARCHAR}, - FISJCFIRSTBH = #{fisjcfirstbh,jdbcType=VARCHAR}, - FISJCFIRST = #{fisjcfirst,jdbcType=VARCHAR}, - FISZDFIRSTBH = #{fiszdfirstbh,jdbcType=VARCHAR}, - FISZDFIRST = #{fiszdfirst,jdbcType=VARCHAR}, - FISSZBH = #{fisszbh,jdbcType=VARCHAR}, - FISSZ = #{fissz,jdbcType=VARCHAR}, - FSZQX = #{fszqx,jdbcType=VARCHAR}, - FSAMPLEBH = #{fsamplebh,jdbcType=VARCHAR}, - FSAMPLE = #{fsample,jdbcType=VARCHAR}, - FBLOODBH = #{fbloodbh,jdbcType=VARCHAR}, - FBLOOD = #{fblood,jdbcType=VARCHAR}, - FRHBH = #{frhbh,jdbcType=VARCHAR}, - FRH = #{frh,jdbcType=VARCHAR}, - FSXFYBH = #{fsxfybh,jdbcType=VARCHAR}, - FSXFY = #{fsxfy,jdbcType=VARCHAR}, - FSYFYBH = #{fsyfybh,jdbcType=VARCHAR}, - FSYFY = #{fsyfy,jdbcType=VARCHAR}, - FREDCELL = #{fredcell,jdbcType=NUMERIC}, - FPLAQUE = #{fplaque,jdbcType=NUMERIC}, - FSEROUS = #{fserous,jdbcType=NUMERIC}, - FALLBLOOD = #{fallblood,jdbcType=NUMERIC}, - FOTHERBLOOD = #{fotherblood,jdbcType=NUMERIC}, - FHZYJ = #{fhzyj,jdbcType=INTEGER}, - FHZYC = #{fhzyc,jdbcType=INTEGER}, - FHLTJ = #{fhltj,jdbcType=NUMERIC}, - FHL1 = #{fhl1,jdbcType=NUMERIC}, - FHL2 = #{fhl2,jdbcType=NUMERIC}, - FHL3 = #{fhl3,jdbcType=NUMERIC}, - FHLZZ = #{fhlzz,jdbcType=INTEGER}, - FHLTS = #{fhlts,jdbcType=INTEGER}, - FBABYNUM = #{fbabynum,jdbcType=INTEGER}, - FTWILL = #{ftwill,jdbcType=BIT}, - FQJBR = #{fqjbr,jdbcType=BIT}, - FQJSUC = #{fqjsuc,jdbcType=BIT}, - FTHREQZ = #{fthreqz,jdbcType=BIT}, - FBACK = #{fback,jdbcType=BIT}, - FIFZDSS = #{fifzdss,jdbcType=BIT}, - FIFDBZ = #{fifdbz,jdbcType=BIT}, - FZLFZY = #{fzlfzy,jdbcType=NUMERIC}, - FZKTYKH = #{fzktykh,jdbcType=VARCHAR}, - FZKDEPT = #{fzkdept,jdbcType=VARCHAR}, - FZKDATE = #{fzkdate,jdbcType=TIMESTAMP}, - FZKTIME = #{fzktime,jdbcType=VARCHAR}, - FSRYBH = #{fsrybh,jdbcType=VARCHAR}, - FSRY = #{fsry,jdbcType=VARCHAR}, - FWORKRQ = #{fworkrq,jdbcType=TIMESTAMP}, - FJBFXBH = #{fjbfxbh,jdbcType=VARCHAR}, - FJBFX = #{fjbfx,jdbcType=VARCHAR}, - FFHGDBH = #{ffhgdbh,jdbcType=VARCHAR}, - FFHGD = #{ffhgd,jdbcType=VARCHAR}, - FSOURCEBH = #{fsourcebh,jdbcType=VARCHAR}, - FSOURCE = #{fsource,jdbcType=VARCHAR}, - FIFSS = #{fifss,jdbcType=BIT}, - FIFFYK = #{fiffyk,jdbcType=BIT}, - FBFZ = #{fbfz,jdbcType=BIT}, - FYNGR = #{fyngr,jdbcType=INTEGER}, - FEXTEND1 = #{fextend1,jdbcType=VARCHAR}, - FEXTEND2 = #{fextend2,jdbcType=VARCHAR}, - FEXTEND3 = #{fextend3,jdbcType=VARCHAR}, - FEXTEND4 = #{fextend4,jdbcType=VARCHAR}, - FEXTEND5 = #{fextend5,jdbcType=VARCHAR}, - FEXTEND6 = #{fextend6,jdbcType=VARCHAR}, - FEXTEND7 = #{fextend7,jdbcType=VARCHAR}, - FEXTEND8 = #{fextend8,jdbcType=VARCHAR}, - FEXTEND9 = #{fextend9,jdbcType=VARCHAR}, - FEXTEND10 = #{fextend10,jdbcType=VARCHAR}, - FEXTEND11 = #{fextend11,jdbcType=VARCHAR}, - FEXTEND12 = #{fextend12,jdbcType=VARCHAR}, - FEXTEND13 = #{fextend13,jdbcType=VARCHAR}, - FEXTEND14 = #{fextend14,jdbcType=VARCHAR}, - FEXTEND15 = #{fextend15,jdbcType=VARCHAR}, - FNATIVE = #{fnative,jdbcType=VARCHAR}, - FCURRADDR = #{fcurraddr,jdbcType=VARCHAR}, - FCURRTELE = #{fcurrtele,jdbcType=VARCHAR}, - FCURRPOST = #{fcurrpost,jdbcType=VARCHAR}, - FJOBBH = #{fjobbh,jdbcType=VARCHAR}, - FCSTZ = #{fcstz,jdbcType=DOUBLE}, - FRYTZ = #{frytz,jdbcType=DOUBLE}, - FYCLJBH = #{fycljbh,jdbcType=VARCHAR}, - FYCLJ = #{fyclj,jdbcType=VARCHAR}, - FPHZDBH = #{fphzdbh,jdbcType=VARCHAR}, - FPHZDNUM = #{fphzdnum,jdbcType=VARCHAR}, - FIFGMYWBH = #{fifgmywbh,jdbcType=VARCHAR}, - FIFGMYW = #{fifgmyw,jdbcType=VARCHAR}, - FNURSEBH = #{fnursebh,jdbcType=VARCHAR}, - FNURSE = #{fnurse,jdbcType=VARCHAR}, - FLYFSBH = #{flyfsbh,jdbcType=VARCHAR}, - FLYFS = #{flyfs,jdbcType=VARCHAR}, - FYZOUTHOSTITAL = #{fyzouthostital,jdbcType=VARCHAR}, - FSQOUTHOSTITAL = #{fsqouthostital,jdbcType=VARCHAR}, - FISAGAINRYBH = #{fisagainrybh,jdbcType=VARCHAR}, - FISAGAINRY = #{fisagainry,jdbcType=VARCHAR}, - FISAGAINRYMD = #{fisagainrymd,jdbcType=VARCHAR}, - FRYQHMDAYS = #{fryqhmdays,jdbcType=INTEGER}, - FRYQHMHOURS = #{fryqhmhours,jdbcType=INTEGER}, - FRYQHMMINS = #{fryqhmmins,jdbcType=INTEGER}, - FRYQHMCOUNTS = #{fryqhmcounts,jdbcType=INTEGER}, - FRYHMDAYS = #{fryhmdays,jdbcType=INTEGER}, - FRYHMHOURS = #{fryhmhours,jdbcType=INTEGER}, - FRYHMMINS = #{fryhmmins,jdbcType=INTEGER}, - FRYHMCOUNTS = #{fryhmcounts,jdbcType=INTEGER}, - FFBBHNEW = #{ffbbhnew,jdbcType=VARCHAR}, - FFBNEW = #{ffbnew,jdbcType=VARCHAR}, - FZFJE = #{fzfje,jdbcType=NUMERIC}, - FZHFWLYLF = #{fzhfwlylf,jdbcType=NUMERIC}, - FZHFWLCZF = #{fzhfwlczf,jdbcType=NUMERIC}, - FZHFWLHLF = #{fzhfwlhlf,jdbcType=NUMERIC}, - FZHFWLQTF = #{fzhfwlqtf,jdbcType=NUMERIC}, - FZDLBLF = #{fzdlblf,jdbcType=NUMERIC}, - FZDLSSSF = #{fzdlsssf,jdbcType=NUMERIC}, - FZDLYXF = #{fzdlyxf,jdbcType=NUMERIC}, - FZDLLCF = #{fzdllcf,jdbcType=NUMERIC}, - FZLLFFSSF = #{fzllffssf,jdbcType=NUMERIC}, - FZLLFWLZWLF = #{fzllfwlzwlf,jdbcType=NUMERIC}, - FZLLFSSF = #{fzllfssf,jdbcType=NUMERIC}, - FZLLFMZF = #{fzllfmzf,jdbcType=NUMERIC}, - FZLLFSSZLF = #{fzllfsszlf,jdbcType=NUMERIC}, - FKFLKFF = #{fkflkff,jdbcType=NUMERIC}, - FZYLZF = #{fzylzf,jdbcType=NUMERIC}, - FXYLGJF = #{fxylgjf,jdbcType=NUMERIC}, - FXYLXF = #{fxylxf,jdbcType=NUMERIC}, - FXYLBQBF = #{fxylbqbf,jdbcType=NUMERIC}, - FXYLQDBF = #{fxylqdbf,jdbcType=NUMERIC}, - FXYLYXYZF = #{fxylyxyzf,jdbcType=NUMERIC}, - FXYLXBYZF = #{fxylxbyzf,jdbcType=NUMERIC}, - FHCLCJF = #{fhclcjf,jdbcType=NUMERIC}, - FHCLZLF = #{fhclzlf,jdbcType=NUMERIC}, - FHCLSSF = #{fhclssf,jdbcType=NUMERIC}, - FZHFWLYLF01 = #{fzhfwlylf01,jdbcType=NUMERIC}, - FZHFWLYLF02 = #{fzhfwlylf02,jdbcType=NUMERIC}, - FZYLZDF = #{fzylzdf,jdbcType=NUMERIC}, - FZYLZLF = #{fzylzlf,jdbcType=NUMERIC}, - FZYLZLF01 = #{fzylzlf01,jdbcType=NUMERIC}, - FZYLZLF02 = #{fzylzlf02,jdbcType=NUMERIC}, - FZYLZLF03 = #{fzylzlf03,jdbcType=NUMERIC}, - FZYLZLF04 = #{fzylzlf04,jdbcType=NUMERIC}, - FZYLZLF05 = #{fzylzlf05,jdbcType=NUMERIC}, - FZYLZLF06 = #{fzylzlf06,jdbcType=NUMERIC}, - FZYLQTF = #{fzylqtf,jdbcType=NUMERIC}, - FZYLQTF01 = #{fzylqtf01,jdbcType=NUMERIC}, - FZYLQTF02 = #{fzylqtf02,jdbcType=NUMERIC}, - FZCLJGZJF = #{fzcljgzjf,jdbcType=NUMERIC}, - FRYTJBH = #{frytjbh,jdbcType=VARCHAR}, - FRYTJ = #{frytj,jdbcType=VARCHAR}, - fcurraddrbh = #{fcurraddrbh,jdbcType=VARCHAR}, - fdwaddrbh = #{fdwaddrbh,jdbcType=VARCHAR}, - fhkaddrbh = #{fhkaddrbh,jdbcType=VARCHAR}, - flxaddrbh = #{flxaddrbh,jdbcType=VARCHAR}, - FBIRTHPLACEBH = #{fbirthplacebh,jdbcType=VARCHAR}, - FYHZWDJZQK = #{fyhzwdjzqk,jdbcType=VARCHAR}, - FZWDCSMC = #{fzwdcsmc,jdbcType=VARCHAR}, - FZBDZYQK = #{fzbdzyqk,jdbcType=VARCHAR}, - FWDCSMC = #{fwdcsmc,jdbcType=VARCHAR}, - FYHXJSJ = #{fyhxjsj,jdbcType=VARCHAR}, - fzwdjjreason = #{fzwdjjreason,jdbcType=VARCHAR}, - fzybsjjreason = #{fzybsjjreason,jdbcType=VARCHAR} - where FID = #{fid,jdbcType=BIGINT} - - - \ No newline at end of file diff --git a/src/main/resources/mapper/his/HISBA2Mapper.xml b/src/main/resources/mapper/his/HISBA2Mapper.xml deleted file mode 100644 index 675ba99..0000000 --- a/src/main/resources/mapper/his/HISBA2Mapper.xml +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - - - - - - - - - FID, FPRN, FTIMES, FZKTYKH, FZKDEPT, FZKDATE, FZKTIME - - - - delete from HIS_BA2 - where FID = #{fid,jdbcType=BIGINT} - - - insert into HIS_BA2 (FPRN, FTIMES, - FZKTYKH, FZKDEPT, FZKDATE, - FZKTIME) - values (#{fprn,jdbcType=VARCHAR}, #{ftimes,jdbcType=INTEGER}, - #{fzktykh,jdbcType=VARCHAR}, #{fzkdept,jdbcType=VARCHAR}, #{fzkdate,jdbcType=TIMESTAMP}, - #{fzktime,jdbcType=VARCHAR}) - - - insert into HIS_BA2 - - - FID, - - - FPRN, - - - FTIMES, - - - FZKTYKH, - - - FZKDEPT, - - - FZKDATE, - - - FZKTIME, - - - - - #{fid,jdbcType=BIGINT}, - - - #{fprn,jdbcType=VARCHAR}, - - - #{ftimes,jdbcType=INTEGER}, - - - #{fzktykh,jdbcType=VARCHAR}, - - - #{fzkdept,jdbcType=VARCHAR}, - - - #{fzkdate,jdbcType=TIMESTAMP}, - - - #{fzktime,jdbcType=VARCHAR}, - - - - - update HIS_BA2 - - - FPRN = #{fprn,jdbcType=VARCHAR}, - - - FTIMES = #{ftimes,jdbcType=INTEGER}, - - - FZKTYKH = #{fzktykh,jdbcType=VARCHAR}, - - - FZKDEPT = #{fzkdept,jdbcType=VARCHAR}, - - - FZKDATE = #{fzkdate,jdbcType=TIMESTAMP}, - - - FZKTIME = #{fzktime,jdbcType=VARCHAR}, - - - where FID = #{fid,jdbcType=BIGINT} - - - update HIS_BA2 - set FPRN = #{fprn,jdbcType=VARCHAR}, - FTIMES = #{ftimes,jdbcType=INTEGER}, - FZKTYKH = #{fzktykh,jdbcType=VARCHAR}, - FZKDEPT = #{fzkdept,jdbcType=VARCHAR}, - FZKDATE = #{fzkdate,jdbcType=TIMESTAMP}, - FZKTIME = #{fzktime,jdbcType=VARCHAR} - where FID = #{fid,jdbcType=BIGINT} - - - - - - insert into HIS_BA2( - FPRN, FTIMES, - FZKTYKH, FZKDEPT, FZKDATE, - FZKTIME - ) - values - - ( - #{items.fprn,jdbcType=VARCHAR}, #{items.ftimes,jdbcType=INTEGER}, - #{items.fzktykh,jdbcType=VARCHAR}, #{items.fzkdept,jdbcType=VARCHAR}, #{items.fzkdate,jdbcType=TIMESTAMP}, - #{items.fzktime,jdbcType=VARCHAR} - ) - - - - - - update HIS_BA2 - set FPRN = #{items.fprn,jdbcType=VARCHAR}, - FTIMES = #{items.ftimes,jdbcType=INTEGER}, - FZKTYKH = #{items.fzktykh,jdbcType=VARCHAR}, - FZKDEPT = #{items.fzkdept,jdbcType=VARCHAR}, - FZKDATE = #{items.fzkdate,jdbcType=TIMESTAMP}, - FZKTIME = #{items.fzktime,jdbcType=VARCHAR} - where FID = #{items.fid,jdbcType=BIGINT} - - - - - delete from HIS_BA2 where FID in (${ids}) - - \ No newline at end of file diff --git a/src/main/resources/mapper/his/HISBA3Mapper.xml b/src/main/resources/mapper/his/HISBA3Mapper.xml deleted file mode 100644 index 051be65..0000000 --- a/src/main/resources/mapper/his/HISBA3Mapper.xml +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - - FID, FPRN, FTIMES, FZDLX, FICDVERSION, FICDM, FJBNAME, FZLJGBH, FZLJG, FRYBQBH, FRYBQ - - - - delete from HIS_BA3 - where FID = #{fid,jdbcType=BIGINT} - - - insert into HIS_BA3 (FPRN, FTIMES, - FZDLX, FICDVERSION, FICDM, - FJBNAME, FZLJGBH, FZLJG, - FRYBQBH, FRYBQ) - values (#{fprn,jdbcType=VARCHAR}, #{ftimes,jdbcType=INTEGER}, - #{fzdlx,jdbcType=VARCHAR}, #{ficdversion,jdbcType=TINYINT}, #{ficdm,jdbcType=VARCHAR}, - #{fjbname,jdbcType=VARCHAR}, #{fzljgbh,jdbcType=VARCHAR}, #{fzljg,jdbcType=VARCHAR}, - #{frybqbh,jdbcType=VARCHAR}, #{frybq,jdbcType=VARCHAR}) - - - insert into HIS_BA3 - - - FID, - - - FPRN, - - - FTIMES, - - - FZDLX, - - - FICDVERSION, - - - FICDM, - - - FJBNAME, - - - FZLJGBH, - - - FZLJG, - - - FRYBQBH, - - - FRYBQ, - - - - - #{fid,jdbcType=BIGINT}, - - - #{fprn,jdbcType=VARCHAR}, - - - #{ftimes,jdbcType=INTEGER}, - - - #{fzdlx,jdbcType=VARCHAR}, - - - #{ficdversion,jdbcType=TINYINT}, - - - #{ficdm,jdbcType=VARCHAR}, - - - #{fjbname,jdbcType=VARCHAR}, - - - #{fzljgbh,jdbcType=VARCHAR}, - - - #{fzljg,jdbcType=VARCHAR}, - - - #{frybqbh,jdbcType=VARCHAR}, - - - #{frybq,jdbcType=VARCHAR}, - - - - - update HIS_BA3 - - - FPRN = #{fprn,jdbcType=VARCHAR}, - - - FTIMES = #{ftimes,jdbcType=INTEGER}, - - - FZDLX = #{fzdlx,jdbcType=VARCHAR}, - - - FICDVERSION = #{ficdversion,jdbcType=TINYINT}, - - - FICDM = #{ficdm,jdbcType=VARCHAR}, - - - FJBNAME = #{fjbname,jdbcType=VARCHAR}, - - - FZLJGBH = #{fzljgbh,jdbcType=VARCHAR}, - - - FZLJG = #{fzljg,jdbcType=VARCHAR}, - - - FRYBQBH = #{frybqbh,jdbcType=VARCHAR}, - - - FRYBQ = #{frybq,jdbcType=VARCHAR}, - - - where FID = #{fid,jdbcType=BIGINT} - - - update HIS_BA3 - set FPRN = #{fprn,jdbcType=VARCHAR}, - FTIMES = #{ftimes,jdbcType=INTEGER}, - FZDLX = #{fzdlx,jdbcType=VARCHAR}, - FICDVERSION = #{ficdversion,jdbcType=TINYINT}, - FICDM = #{ficdm,jdbcType=VARCHAR}, - FJBNAME = #{fjbname,jdbcType=VARCHAR}, - FZLJGBH = #{fzljgbh,jdbcType=VARCHAR}, - FZLJG = #{fzljg,jdbcType=VARCHAR}, - FRYBQBH = #{frybqbh,jdbcType=VARCHAR}, - FRYBQ = #{frybq,jdbcType=VARCHAR} - where FID = #{fid,jdbcType=BIGINT} - - - - - - DELETE FROM HIS_BA3 WHERE FPRN = #{fprn,jdbcType=VARCHAR} AND FTIMES = #{ftimes,jdbcType=INTEGER} - - - - insert into HIS_BA3( - FPRN, FTIMES, - FZDLX, FICDVERSION, FICDM, - FJBNAME, FZLJGBH, FZLJG, - FRYBQBH, FRYBQ - ) - values - - ( - #{items.fprn,jdbcType=VARCHAR}, #{items.ftimes,jdbcType=INTEGER}, - #{items.fzdlx,jdbcType=VARCHAR}, #{items.ficdversion,jdbcType=TINYINT}, #{items.ficdm,jdbcType=VARCHAR}, - #{items.fjbname,jdbcType=VARCHAR}, #{items.fzljgbh,jdbcType=VARCHAR}, #{items.fzljg,jdbcType=VARCHAR}, - #{items.frybqbh,jdbcType=VARCHAR}, #{items.frybq,jdbcType=VARCHAR} - ) - - - \ No newline at end of file diff --git a/src/main/resources/mapper/his/HISBA4Mapper.xml b/src/main/resources/mapper/his/HISBA4Mapper.xml deleted file mode 100644 index 2169510..0000000 --- a/src/main/resources/mapper/his/HISBA4Mapper.xml +++ /dev/null @@ -1,413 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - FID, FPRN, FTIMES, FNAME, FOPTIMES, FOPCODE, FOP, FOPDATE, FQIEKOUBH, FQIEKOU, FYUHEBH, - FYUHE, FDOCBH, FDOCNAME, FMAZUIBH, FMAZUI, FIFFSOP, FOPDOCT1BH, FOPDOCT1, FOPDOCT2BH, - FOPDOCT2, FMZDOCTBH, FMZDOCT, FOPTYKH, FOPKSNAME, FZQSSBH, FZQSS, FSSJBBH, FSSJB - - - - delete from HIS_BA4 - where FID = #{fid,jdbcType=BIGINT} - - - insert into HIS_BA4 (FPRN, FTIMES, - FNAME, FOPTIMES, FOPCODE, - FOP, FOPDATE, FQIEKOUBH, - FQIEKOU, FYUHEBH, FYUHE, - FDOCBH, FDOCNAME, FMAZUIBH, - FMAZUI, FIFFSOP, FOPDOCT1BH, - FOPDOCT1, FOPDOCT2BH, FOPDOCT2, - FMZDOCTBH, FMZDOCT, FOPTYKH, - FOPKSNAME, FZQSSBH, FZQSS, - FSSJBBH, FSSJB) - values (#{fprn,jdbcType=VARCHAR}, #{ftimes,jdbcType=INTEGER}, - #{fname,jdbcType=VARCHAR}, #{foptimes,jdbcType=INTEGER}, #{fopcode,jdbcType=VARCHAR}, - #{fop,jdbcType=VARCHAR}, #{fopdate,jdbcType=TIMESTAMP}, #{fqiekoubh,jdbcType=VARCHAR}, - #{fqiekou,jdbcType=VARCHAR}, #{fyuhebh,jdbcType=VARCHAR}, #{fyuhe,jdbcType=VARCHAR}, - #{fdocbh,jdbcType=VARCHAR}, #{fdocname,jdbcType=VARCHAR}, #{fmazuibh,jdbcType=VARCHAR}, - #{fmazui,jdbcType=VARCHAR}, #{fiffsop,jdbcType=BIT}, #{fopdoct1bh,jdbcType=VARCHAR}, - #{fopdoct1,jdbcType=VARCHAR}, #{fopdoct2bh,jdbcType=VARCHAR}, #{fopdoct2,jdbcType=VARCHAR}, - #{fmzdoctbh,jdbcType=VARCHAR}, #{fmzdoct,jdbcType=VARCHAR}, #{foptykh,jdbcType=VARCHAR}, - #{fopksname,jdbcType=VARCHAR}, #{fzqssbh,jdbcType=VARCHAR}, #{fzqss,jdbcType=VARCHAR}, - #{fssjbbh,jdbcType=VARCHAR}, #{fssjb,jdbcType=VARCHAR}) - - - insert into HIS_BA4 - - - FID, - - - FPRN, - - - FTIMES, - - - FNAME, - - - FOPTIMES, - - - FOPCODE, - - - FOP, - - - FOPDATE, - - - FQIEKOUBH, - - - FQIEKOU, - - - FYUHEBH, - - - FYUHE, - - - FDOCBH, - - - FDOCNAME, - - - FMAZUIBH, - - - FMAZUI, - - - FIFFSOP, - - - FOPDOCT1BH, - - - FOPDOCT1, - - - FOPDOCT2BH, - - - FOPDOCT2, - - - FMZDOCTBH, - - - FMZDOCT, - - - FOPTYKH, - - - FOPKSNAME, - - - FZQSSBH, - - - FZQSS, - - - FSSJBBH, - - - FSSJB, - - - - - #{fid,jdbcType=BIGINT}, - - - #{fprn,jdbcType=VARCHAR}, - - - #{ftimes,jdbcType=INTEGER}, - - - #{fname,jdbcType=VARCHAR}, - - - #{foptimes,jdbcType=INTEGER}, - - - #{fopcode,jdbcType=VARCHAR}, - - - #{fop,jdbcType=VARCHAR}, - - - #{fopdate,jdbcType=TIMESTAMP}, - - - #{fqiekoubh,jdbcType=VARCHAR}, - - - #{fqiekou,jdbcType=VARCHAR}, - - - #{fyuhebh,jdbcType=VARCHAR}, - - - #{fyuhe,jdbcType=VARCHAR}, - - - #{fdocbh,jdbcType=VARCHAR}, - - - #{fdocname,jdbcType=VARCHAR}, - - - #{fmazuibh,jdbcType=VARCHAR}, - - - #{fmazui,jdbcType=VARCHAR}, - - - #{fiffsop,jdbcType=BIT}, - - - #{fopdoct1bh,jdbcType=VARCHAR}, - - - #{fopdoct1,jdbcType=VARCHAR}, - - - #{fopdoct2bh,jdbcType=VARCHAR}, - - - #{fopdoct2,jdbcType=VARCHAR}, - - - #{fmzdoctbh,jdbcType=VARCHAR}, - - - #{fmzdoct,jdbcType=VARCHAR}, - - - #{foptykh,jdbcType=VARCHAR}, - - - #{fopksname,jdbcType=VARCHAR}, - - - #{fzqssbh,jdbcType=VARCHAR}, - - - #{fzqss,jdbcType=VARCHAR}, - - - #{fssjbbh,jdbcType=VARCHAR}, - - - #{fssjb,jdbcType=VARCHAR}, - - - - - update HIS_BA4 - - - FPRN = #{fprn,jdbcType=VARCHAR}, - - - FTIMES = #{ftimes,jdbcType=INTEGER}, - - - FNAME = #{fname,jdbcType=VARCHAR}, - - - FOPTIMES = #{foptimes,jdbcType=INTEGER}, - - - FOPCODE = #{fopcode,jdbcType=VARCHAR}, - - - FOP = #{fop,jdbcType=VARCHAR}, - - - FOPDATE = #{fopdate,jdbcType=TIMESTAMP}, - - - FQIEKOUBH = #{fqiekoubh,jdbcType=VARCHAR}, - - - FQIEKOU = #{fqiekou,jdbcType=VARCHAR}, - - - FYUHEBH = #{fyuhebh,jdbcType=VARCHAR}, - - - FYUHE = #{fyuhe,jdbcType=VARCHAR}, - - - FDOCBH = #{fdocbh,jdbcType=VARCHAR}, - - - FDOCNAME = #{fdocname,jdbcType=VARCHAR}, - - - FMAZUIBH = #{fmazuibh,jdbcType=VARCHAR}, - - - FMAZUI = #{fmazui,jdbcType=VARCHAR}, - - - FIFFSOP = #{fiffsop,jdbcType=BIT}, - - - FOPDOCT1BH = #{fopdoct1bh,jdbcType=VARCHAR}, - - - FOPDOCT1 = #{fopdoct1,jdbcType=VARCHAR}, - - - FOPDOCT2BH = #{fopdoct2bh,jdbcType=VARCHAR}, - - - FOPDOCT2 = #{fopdoct2,jdbcType=VARCHAR}, - - - FMZDOCTBH = #{fmzdoctbh,jdbcType=VARCHAR}, - - - FMZDOCT = #{fmzdoct,jdbcType=VARCHAR}, - - - FOPTYKH = #{foptykh,jdbcType=VARCHAR}, - - - FOPKSNAME = #{fopksname,jdbcType=VARCHAR}, - - - FZQSSBH = #{fzqssbh,jdbcType=VARCHAR}, - - - FZQSS = #{fzqss,jdbcType=VARCHAR}, - - - FSSJBBH = #{fssjbbh,jdbcType=VARCHAR}, - - - FSSJB = #{fssjb,jdbcType=VARCHAR}, - - - where FID = #{fid,jdbcType=BIGINT} - - - update HIS_BA4 - set FPRN = #{fprn,jdbcType=VARCHAR}, - FTIMES = #{ftimes,jdbcType=INTEGER}, - FNAME = #{fname,jdbcType=VARCHAR}, - FOPTIMES = #{foptimes,jdbcType=INTEGER}, - FOPCODE = #{fopcode,jdbcType=VARCHAR}, - FOP = #{fop,jdbcType=VARCHAR}, - FOPDATE = #{fopdate,jdbcType=TIMESTAMP}, - FQIEKOUBH = #{fqiekoubh,jdbcType=VARCHAR}, - FQIEKOU = #{fqiekou,jdbcType=VARCHAR}, - FYUHEBH = #{fyuhebh,jdbcType=VARCHAR}, - FYUHE = #{fyuhe,jdbcType=VARCHAR}, - FDOCBH = #{fdocbh,jdbcType=VARCHAR}, - FDOCNAME = #{fdocname,jdbcType=VARCHAR}, - FMAZUIBH = #{fmazuibh,jdbcType=VARCHAR}, - FMAZUI = #{fmazui,jdbcType=VARCHAR}, - FIFFSOP = #{fiffsop,jdbcType=BIT}, - FOPDOCT1BH = #{fopdoct1bh,jdbcType=VARCHAR}, - FOPDOCT1 = #{fopdoct1,jdbcType=VARCHAR}, - FOPDOCT2BH = #{fopdoct2bh,jdbcType=VARCHAR}, - FOPDOCT2 = #{fopdoct2,jdbcType=VARCHAR}, - FMZDOCTBH = #{fmzdoctbh,jdbcType=VARCHAR}, - FMZDOCT = #{fmzdoct,jdbcType=VARCHAR}, - FOPTYKH = #{foptykh,jdbcType=VARCHAR}, - FOPKSNAME = #{fopksname,jdbcType=VARCHAR}, - FZQSSBH = #{fzqssbh,jdbcType=VARCHAR}, - FZQSS = #{fzqss,jdbcType=VARCHAR}, - FSSJBBH = #{fssjbbh,jdbcType=VARCHAR}, - FSSJB = #{fssjb,jdbcType=VARCHAR} - where FID = #{fid,jdbcType=BIGINT} - - - - - - DELETE FROM HIS_BA4 WHERE FPRN = #{fprn,jdbcType=VARCHAR} AND FTIMES = #{ftimes,jdbcType=INTEGER} - - - - insert into HIS_BA4( - FPRN, FTIMES, - FNAME, FOPTIMES, FOPCODE, - FOP, FOPDATE, FQIEKOUBH, - FQIEKOU, FYUHEBH, FYUHE, - FDOCBH, FDOCNAME, FMAZUIBH, - FMAZUI, FIFFSOP, FOPDOCT1BH, - FOPDOCT1, FOPDOCT2BH, FOPDOCT2, - FMZDOCTBH, FMZDOCT, FOPTYKH, - FOPKSNAME, FZQSSBH, FZQSS, - FSSJBBH, FSSJB - ) - values - - ( - #{items.fprn,jdbcType=VARCHAR}, #{items.ftimes,jdbcType=INTEGER}, - #{items.fname,jdbcType=VARCHAR}, #{items.foptimes,jdbcType=INTEGER}, #{items.fopcode,jdbcType=VARCHAR}, - #{items.fop,jdbcType=VARCHAR}, #{items.fopdate,jdbcType=TIMESTAMP}, #{items.fqiekoubh,jdbcType=VARCHAR}, - #{items.fqiekou,jdbcType=VARCHAR}, #{items.fyuhebh,jdbcType=VARCHAR}, #{items.fyuhe,jdbcType=VARCHAR}, - #{items.fdocbh,jdbcType=VARCHAR}, #{items.fdocname,jdbcType=VARCHAR}, #{items.fmazuibh,jdbcType=VARCHAR}, - #{items.fmazui,jdbcType=VARCHAR}, #{items.fiffsop,jdbcType=BIT}, #{items.fopdoct1bh,jdbcType=VARCHAR}, - #{items.fopdoct1,jdbcType=VARCHAR}, #{items.fopdoct2bh,jdbcType=VARCHAR}, #{items.fopdoct2,jdbcType=VARCHAR}, - #{items.fmzdoctbh,jdbcType=VARCHAR}, #{items.fmzdoct,jdbcType=VARCHAR}, #{items.foptykh,jdbcType=VARCHAR}, - #{items.fopksname,jdbcType=VARCHAR}, #{items.fzqssbh,jdbcType=VARCHAR}, #{items.fzqss,jdbcType=VARCHAR}, - #{items.fssjbbh,jdbcType=VARCHAR}, #{items.fssjb,jdbcType=VARCHAR} - ) - - - \ No newline at end of file diff --git a/src/main/resources/mapper/his/HISBA5Mapper.xml b/src/main/resources/mapper/his/HISBA5Mapper.xml deleted file mode 100644 index 5a04377..0000000 --- a/src/main/resources/mapper/his/HISBA5Mapper.xml +++ /dev/null @@ -1,290 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - FID, FPRN, FTIMES, FBABYNUM, FNAME, FBABYSEXBH, FBABYSEX, FTZ, FRESULTBH, FRESULT, - FZGBH, FZG, FGRICD10, FGRNAME, FBABYGR, FBABYQJ, FBABYSUC, FHXBH, FHX - - - - delete from HIS_BA5 - where FID = #{fid,jdbcType=BIGINT} - - - insert into HIS_BA5 (FPRN, FTIMES, - FBABYNUM, FNAME, FBABYSEXBH, - FBABYSEX, FTZ, FRESULTBH, - FRESULT, FZGBH, FZG, - FGRICD10, FGRNAME, FBABYGR, - FBABYQJ, FBABYSUC, FHXBH, - FHX) - values (#{fprn,jdbcType=VARCHAR}, #{ftimes,jdbcType=INTEGER}, - #{fbabynum,jdbcType=INTEGER}, #{fname,jdbcType=VARCHAR}, #{fbabysexbh,jdbcType=VARCHAR}, - #{fbabysex,jdbcType=VARCHAR}, #{ftz,jdbcType=DOUBLE}, #{fresultbh,jdbcType=VARCHAR}, - #{fresult,jdbcType=VARCHAR}, #{fzgbh,jdbcType=VARCHAR}, #{fzg,jdbcType=VARCHAR}, - #{fgricd10,jdbcType=VARCHAR}, #{fgrname,jdbcType=VARCHAR}, #{fbabygr,jdbcType=INTEGER}, - #{fbabyqj,jdbcType=INTEGER}, #{fbabysuc,jdbcType=INTEGER}, #{fhxbh,jdbcType=VARCHAR}, - #{fhx,jdbcType=VARCHAR}) - - - insert into HIS_BA5 - - - FID, - - - FPRN, - - - FTIMES, - - - FBABYNUM, - - - FNAME, - - - FBABYSEXBH, - - - FBABYSEX, - - - FTZ, - - - FRESULTBH, - - - FRESULT, - - - FZGBH, - - - FZG, - - - FGRICD10, - - - FGRNAME, - - - FBABYGR, - - - FBABYQJ, - - - FBABYSUC, - - - FHXBH, - - - FHX, - - - - - #{fid,jdbcType=BIGINT}, - - - #{fprn,jdbcType=VARCHAR}, - - - #{ftimes,jdbcType=INTEGER}, - - - #{fbabynum,jdbcType=INTEGER}, - - - #{fname,jdbcType=VARCHAR}, - - - #{fbabysexbh,jdbcType=VARCHAR}, - - - #{fbabysex,jdbcType=VARCHAR}, - - - #{ftz,jdbcType=DOUBLE}, - - - #{fresultbh,jdbcType=VARCHAR}, - - - #{fresult,jdbcType=VARCHAR}, - - - #{fzgbh,jdbcType=VARCHAR}, - - - #{fzg,jdbcType=VARCHAR}, - - - #{fgricd10,jdbcType=VARCHAR}, - - - #{fgrname,jdbcType=VARCHAR}, - - - #{fbabygr,jdbcType=INTEGER}, - - - #{fbabyqj,jdbcType=INTEGER}, - - - #{fbabysuc,jdbcType=INTEGER}, - - - #{fhxbh,jdbcType=VARCHAR}, - - - #{fhx,jdbcType=VARCHAR}, - - - - - update HIS_BA5 - - - FPRN = #{fprn,jdbcType=VARCHAR}, - - - FTIMES = #{ftimes,jdbcType=INTEGER}, - - - FBABYNUM = #{fbabynum,jdbcType=INTEGER}, - - - FNAME = #{fname,jdbcType=VARCHAR}, - - - FBABYSEXBH = #{fbabysexbh,jdbcType=VARCHAR}, - - - FBABYSEX = #{fbabysex,jdbcType=VARCHAR}, - - - FTZ = #{ftz,jdbcType=DOUBLE}, - - - FRESULTBH = #{fresultbh,jdbcType=VARCHAR}, - - - FRESULT = #{fresult,jdbcType=VARCHAR}, - - - FZGBH = #{fzgbh,jdbcType=VARCHAR}, - - - FZG = #{fzg,jdbcType=VARCHAR}, - - - FGRICD10 = #{fgricd10,jdbcType=VARCHAR}, - - - FGRNAME = #{fgrname,jdbcType=VARCHAR}, - - - FBABYGR = #{fbabygr,jdbcType=INTEGER}, - - - FBABYQJ = #{fbabyqj,jdbcType=INTEGER}, - - - FBABYSUC = #{fbabysuc,jdbcType=INTEGER}, - - - FHXBH = #{fhxbh,jdbcType=VARCHAR}, - - - FHX = #{fhx,jdbcType=VARCHAR}, - - - where FID = #{fid,jdbcType=BIGINT} - - - update HIS_BA5 - set FPRN = #{fprn,jdbcType=VARCHAR}, - FTIMES = #{ftimes,jdbcType=INTEGER}, - FBABYNUM = #{fbabynum,jdbcType=INTEGER}, - FNAME = #{fname,jdbcType=VARCHAR}, - FBABYSEXBH = #{fbabysexbh,jdbcType=VARCHAR}, - FBABYSEX = #{fbabysex,jdbcType=VARCHAR}, - FTZ = #{ftz,jdbcType=DOUBLE}, - FRESULTBH = #{fresultbh,jdbcType=VARCHAR}, - FRESULT = #{fresult,jdbcType=VARCHAR}, - FZGBH = #{fzgbh,jdbcType=VARCHAR}, - FZG = #{fzg,jdbcType=VARCHAR}, - FGRICD10 = #{fgricd10,jdbcType=VARCHAR}, - FGRNAME = #{fgrname,jdbcType=VARCHAR}, - FBABYGR = #{fbabygr,jdbcType=INTEGER}, - FBABYQJ = #{fbabyqj,jdbcType=INTEGER}, - FBABYSUC = #{fbabysuc,jdbcType=INTEGER}, - FHXBH = #{fhxbh,jdbcType=VARCHAR}, - FHX = #{fhx,jdbcType=VARCHAR} - where FID = #{fid,jdbcType=BIGINT} - - - - - - DELETE FROM HIS_BA5 WHERE FPRN = #{fprn,jdbcType=VARCHAR} AND FTIMES = #{ftimes,jdbcType=INTEGER} - - - - insert into HIS_BA5( - FPRN, FTIMES, - FBABYNUM, FNAME, FBABYSEXBH, - FBABYSEX, FTZ, FRESULTBH, - FRESULT, FZGBH, FZG, - FGRICD10, FGRNAME, FBABYGR, - FBABYQJ, FBABYSUC, FHXBH, - FHX - ) - values - - ( - #{items.fprn,jdbcType=VARCHAR}, #{items.ftimes,jdbcType=INTEGER}, - #{items.fbabynum,jdbcType=INTEGER}, #{items.fname,jdbcType=VARCHAR}, #{items.fbabysexbh,jdbcType=VARCHAR}, - #{items.fbabysex,jdbcType=VARCHAR}, #{items.ftz,jdbcType=DOUBLE}, #{items.fresultbh,jdbcType=VARCHAR}, - #{items.fresult,jdbcType=VARCHAR}, #{items.fzgbh,jdbcType=VARCHAR}, #{items.fzg,jdbcType=VARCHAR}, - #{items.fgricd10,jdbcType=VARCHAR}, #{items.fgrname,jdbcType=VARCHAR}, #{items.fbabygr,jdbcType=INTEGER}, - #{items.fbabyqj,jdbcType=INTEGER}, #{items.fbabysuc,jdbcType=INTEGER}, #{items.fhxbh,jdbcType=VARCHAR}, - #{items.fhx,jdbcType=VARCHAR} - ) - - - \ No newline at end of file diff --git a/src/main/resources/mapper/his/HISBA6Mapper.xml b/src/main/resources/mapper/his/HISBA6Mapper.xml deleted file mode 100644 index 24e189d..0000000 --- a/src/main/resources/mapper/his/HISBA6Mapper.xml +++ /dev/null @@ -1,449 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - FID, FPRN, FTIMES, FFLFSBH, FFLFS, FFLCXBH, FFLCX, FFLZZBH, FFLZZ, FYJY, FYCS, FYTS, - FYRQ1, FYRQ2, FQJY, FQCS, FQTS, FQRQ1, FQRQ2, FZNAME, FZJY, FZCS, FZTS, FZRQ1, FZRQ2, - FHLFSBH, FHLFS, FHLFFBH, FHLFF, FQTYPE, FQT, FQN, FQM, FQALL, FQALLBH - - - - delete from HIS_BA6 - where FID = #{fid,jdbcType=BIGINT} - - - insert into HIS_BA6 (FPRN, FTIMES, - FFLFSBH, FFLFS, FFLCXBH, - FFLCX, FFLZZBH, FFLZZ, - FYJY, FYCS, FYTS, FYRQ1, - FYRQ2, FQJY, FQCS, - FQTS, FQRQ1, FQRQ2, - FZNAME, FZJY, FZCS, - FZTS, FZRQ1, FZRQ2, - FHLFSBH, FHLFS, FHLFFBH, - FHLFF, FQTYPE, FQT, - FQN, FQM, FQALL, FQALLBH - ) - values (#{fprn,jdbcType=VARCHAR}, #{ftimes,jdbcType=INTEGER}, - #{fflfsbh,jdbcType=VARCHAR}, #{fflfs,jdbcType=VARCHAR}, #{fflcxbh,jdbcType=VARCHAR}, - #{fflcx,jdbcType=VARCHAR}, #{fflzzbh,jdbcType=VARCHAR}, #{fflzz,jdbcType=VARCHAR}, - #{fyjy,jdbcType=INTEGER}, #{fycs,jdbcType=INTEGER}, #{fyts,jdbcType=INTEGER}, #{fyrq1,jdbcType=TIMESTAMP}, - #{fyrq2,jdbcType=TIMESTAMP}, #{fqjy,jdbcType=INTEGER}, #{fqcs,jdbcType=INTEGER}, - #{fqts,jdbcType=INTEGER}, #{fqrq1,jdbcType=TIMESTAMP}, #{fqrq2,jdbcType=TIMESTAMP}, - #{fzname,jdbcType=VARCHAR}, #{fzjy,jdbcType=INTEGER}, #{fzcs,jdbcType=INTEGER}, - #{fzts,jdbcType=INTEGER}, #{fzrq1,jdbcType=TIMESTAMP}, #{fzrq2,jdbcType=TIMESTAMP}, - #{fhlfsbh,jdbcType=VARCHAR}, #{fhlfs,jdbcType=VARCHAR}, #{fhlffbh,jdbcType=VARCHAR}, - #{fhlff,jdbcType=VARCHAR}, #{fqtype,jdbcType=VARCHAR}, #{fqt,jdbcType=VARCHAR}, - #{fqn,jdbcType=VARCHAR}, #{fqm,jdbcType=VARCHAR}, #{fqall,jdbcType=VARCHAR}, #{fqallbh,jdbcType=VARCHAR} - ) - - - insert into HIS_BA6 - - - FID, - - - FPRN, - - - FTIMES, - - - FFLFSBH, - - - FFLFS, - - - FFLCXBH, - - - FFLCX, - - - FFLZZBH, - - - FFLZZ, - - - FYJY, - - - FYCS, - - - FYTS, - - - FYRQ1, - - - FYRQ2, - - - FQJY, - - - FQCS, - - - FQTS, - - - FQRQ1, - - - FQRQ2, - - - FZNAME, - - - FZJY, - - - FZCS, - - - FZTS, - - - FZRQ1, - - - FZRQ2, - - - FHLFSBH, - - - FHLFS, - - - FHLFFBH, - - - FHLFF, - - - FQTYPE, - - - FQT, - - - FQN, - - - FQM, - - - FQALL, - - - FQALLBH, - - - - - #{fid,jdbcType=BIGINT}, - - - #{fprn,jdbcType=VARCHAR}, - - - #{ftimes,jdbcType=INTEGER}, - - - #{fflfsbh,jdbcType=VARCHAR}, - - - #{fflfs,jdbcType=VARCHAR}, - - - #{fflcxbh,jdbcType=VARCHAR}, - - - #{fflcx,jdbcType=VARCHAR}, - - - #{fflzzbh,jdbcType=VARCHAR}, - - - #{fflzz,jdbcType=VARCHAR}, - - - #{fyjy,jdbcType=INTEGER}, - - - #{fycs,jdbcType=INTEGER}, - - - #{fyts,jdbcType=INTEGER}, - - - #{fyrq1,jdbcType=TIMESTAMP}, - - - #{fyrq2,jdbcType=TIMESTAMP}, - - - #{fqjy,jdbcType=INTEGER}, - - - #{fqcs,jdbcType=INTEGER}, - - - #{fqts,jdbcType=INTEGER}, - - - #{fqrq1,jdbcType=TIMESTAMP}, - - - #{fqrq2,jdbcType=TIMESTAMP}, - - - #{fzname,jdbcType=VARCHAR}, - - - #{fzjy,jdbcType=INTEGER}, - - - #{fzcs,jdbcType=INTEGER}, - - - #{fzts,jdbcType=INTEGER}, - - - #{fzrq1,jdbcType=TIMESTAMP}, - - - #{fzrq2,jdbcType=TIMESTAMP}, - - - #{fhlfsbh,jdbcType=VARCHAR}, - - - #{fhlfs,jdbcType=VARCHAR}, - - - #{fhlffbh,jdbcType=VARCHAR}, - - - #{fhlff,jdbcType=VARCHAR}, - - - #{fqtype,jdbcType=VARCHAR}, - - - #{fqt,jdbcType=VARCHAR}, - - - #{fqn,jdbcType=VARCHAR}, - - - #{fqm,jdbcType=VARCHAR}, - - - #{fqall,jdbcType=VARCHAR}, - - - #{fqallbh,jdbcType=VARCHAR}, - - - - - update HIS_BA6 - - - FPRN = #{fprn,jdbcType=VARCHAR}, - - - FTIMES = #{ftimes,jdbcType=INTEGER}, - - - FFLFSBH = #{fflfsbh,jdbcType=VARCHAR}, - - - FFLFS = #{fflfs,jdbcType=VARCHAR}, - - - FFLCXBH = #{fflcxbh,jdbcType=VARCHAR}, - - - FFLCX = #{fflcx,jdbcType=VARCHAR}, - - - FFLZZBH = #{fflzzbh,jdbcType=VARCHAR}, - - - FFLZZ = #{fflzz,jdbcType=VARCHAR}, - - - FYJY = #{fyjy,jdbcType=INTEGER}, - - - FYCS = #{fycs,jdbcType=INTEGER}, - - - FYTS = #{fyts,jdbcType=INTEGER}, - - - FYRQ1 = #{fyrq1,jdbcType=TIMESTAMP}, - - - FYRQ2 = #{fyrq2,jdbcType=TIMESTAMP}, - - - FQJY = #{fqjy,jdbcType=INTEGER}, - - - FQCS = #{fqcs,jdbcType=INTEGER}, - - - FQTS = #{fqts,jdbcType=INTEGER}, - - - FQRQ1 = #{fqrq1,jdbcType=TIMESTAMP}, - - - FQRQ2 = #{fqrq2,jdbcType=TIMESTAMP}, - - - FZNAME = #{fzname,jdbcType=VARCHAR}, - - - FZJY = #{fzjy,jdbcType=INTEGER}, - - - FZCS = #{fzcs,jdbcType=INTEGER}, - - - FZTS = #{fzts,jdbcType=INTEGER}, - - - FZRQ1 = #{fzrq1,jdbcType=TIMESTAMP}, - - - FZRQ2 = #{fzrq2,jdbcType=TIMESTAMP}, - - - FHLFSBH = #{fhlfsbh,jdbcType=VARCHAR}, - - - FHLFS = #{fhlfs,jdbcType=VARCHAR}, - - - FHLFFBH = #{fhlffbh,jdbcType=VARCHAR}, - - - FHLFF = #{fhlff,jdbcType=VARCHAR}, - - - FQTYPE = #{fqtype,jdbcType=VARCHAR}, - - - FQT = #{fqt,jdbcType=VARCHAR}, - - - FQN = #{fqn,jdbcType=VARCHAR}, - - - FQM = #{fqm,jdbcType=VARCHAR}, - - - FQALL = #{fqall,jdbcType=VARCHAR}, - - - FQALLBH = #{fqallbh,jdbcType=VARCHAR}, - - - where FID = #{fid,jdbcType=BIGINT} - - - update HIS_BA6 - set FPRN = #{fprn,jdbcType=VARCHAR}, - FTIMES = #{ftimes,jdbcType=INTEGER}, - FFLFSBH = #{fflfsbh,jdbcType=VARCHAR}, - FFLFS = #{fflfs,jdbcType=VARCHAR}, - FFLCXBH = #{fflcxbh,jdbcType=VARCHAR}, - FFLCX = #{fflcx,jdbcType=VARCHAR}, - FFLZZBH = #{fflzzbh,jdbcType=VARCHAR}, - FFLZZ = #{fflzz,jdbcType=VARCHAR}, - FYJY = #{fyjy,jdbcType=INTEGER}, - FYCS = #{fycs,jdbcType=INTEGER}, - FYTS = #{fyts,jdbcType=INTEGER}, - FYRQ1 = #{fyrq1,jdbcType=TIMESTAMP}, - FYRQ2 = #{fyrq2,jdbcType=TIMESTAMP}, - FQJY = #{fqjy,jdbcType=INTEGER}, - FQCS = #{fqcs,jdbcType=INTEGER}, - FQTS = #{fqts,jdbcType=INTEGER}, - FQRQ1 = #{fqrq1,jdbcType=TIMESTAMP}, - FQRQ2 = #{fqrq2,jdbcType=TIMESTAMP}, - FZNAME = #{fzname,jdbcType=VARCHAR}, - FZJY = #{fzjy,jdbcType=INTEGER}, - FZCS = #{fzcs,jdbcType=INTEGER}, - FZTS = #{fzts,jdbcType=INTEGER}, - FZRQ1 = #{fzrq1,jdbcType=TIMESTAMP}, - FZRQ2 = #{fzrq2,jdbcType=TIMESTAMP}, - FHLFSBH = #{fhlfsbh,jdbcType=VARCHAR}, - FHLFS = #{fhlfs,jdbcType=VARCHAR}, - FHLFFBH = #{fhlffbh,jdbcType=VARCHAR}, - FHLFF = #{fhlff,jdbcType=VARCHAR}, - FQTYPE = #{fqtype,jdbcType=VARCHAR}, - FQT = #{fqt,jdbcType=VARCHAR}, - FQN = #{fqn,jdbcType=VARCHAR}, - FQM = #{fqm,jdbcType=VARCHAR}, - FQALL = #{fqall,jdbcType=VARCHAR}, - FQALLBH = #{fqallbh,jdbcType=VARCHAR} - where FID = #{fid,jdbcType=BIGINT} - - - - \ No newline at end of file diff --git a/src/main/resources/mapper/his/HISBA7Mapper.xml b/src/main/resources/mapper/his/HISBA7Mapper.xml deleted file mode 100644 index 999a99b..0000000 --- a/src/main/resources/mapper/his/HISBA7Mapper.xml +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - - - - - - - - - - - FID, FPRN, FTIMES, FHLRQ1, FHLRQ2, FHLDRUG, FHLPROC, FHLLXBH, FHLLX - - - - delete from HIS_BA7 - where FID = #{fid,jdbcType=BIGINT} - - - insert into HIS_BA7 (FPRN, FTIMES, - FHLRQ1, FHLRQ2, FHLDRUG, - FHLPROC, FHLLXBH, FHLLX - ) - values (#{fprn,jdbcType=VARCHAR}, #{ftimes,jdbcType=INTEGER}, - #{fhlrq1,jdbcType=TIMESTAMP}, #{fhlrq2,jdbcType=TIMESTAMP}, #{fhldrug,jdbcType=VARCHAR}, - #{fhlproc,jdbcType=VARCHAR}, #{fhllxbh,jdbcType=VARCHAR}, #{fhllx,jdbcType=VARCHAR} - ) - - - insert into HIS_BA7 - - - FID, - - - FPRN, - - - FTIMES, - - - FHLRQ1, - - - FHLRQ2, - - - FHLDRUG, - - - FHLPROC, - - - FHLLXBH, - - - FHLLX, - - - - - #{fid,jdbcType=BIGINT}, - - - #{fprn,jdbcType=VARCHAR}, - - - #{ftimes,jdbcType=INTEGER}, - - - #{fhlrq1,jdbcType=TIMESTAMP}, - - - #{fhlrq2,jdbcType=TIMESTAMP}, - - - #{fhldrug,jdbcType=VARCHAR}, - - - #{fhlproc,jdbcType=VARCHAR}, - - - #{fhllxbh,jdbcType=VARCHAR}, - - - #{fhllx,jdbcType=VARCHAR}, - - - - - update HIS_BA7 - - - FPRN = #{fprn,jdbcType=VARCHAR}, - - - FTIMES = #{ftimes,jdbcType=INTEGER}, - - - FHLRQ1 = #{fhlrq1,jdbcType=TIMESTAMP}, - - - FHLRQ2 = #{fhlrq2,jdbcType=TIMESTAMP}, - - - FHLDRUG = #{fhldrug,jdbcType=VARCHAR}, - - - FHLPROC = #{fhlproc,jdbcType=VARCHAR}, - - - FHLLXBH = #{fhllxbh,jdbcType=VARCHAR}, - - - FHLLX = #{fhllx,jdbcType=VARCHAR}, - - - where FID = #{fid,jdbcType=BIGINT} - - - update HIS_BA7 - set FPRN = #{fprn,jdbcType=VARCHAR}, - FTIMES = #{ftimes,jdbcType=INTEGER}, - FHLRQ1 = #{fhlrq1,jdbcType=TIMESTAMP}, - FHLRQ2 = #{fhlrq2,jdbcType=TIMESTAMP}, - FHLDRUG = #{fhldrug,jdbcType=VARCHAR}, - FHLPROC = #{fhlproc,jdbcType=VARCHAR}, - FHLLXBH = #{fhllxbh,jdbcType=VARCHAR}, - FHLLX = #{fhllx,jdbcType=VARCHAR} - where FID = #{fid,jdbcType=BIGINT} - - - - - - DELETE FROM HIS_BA7 WHERE FPRN = #{fprn,jdbcType=VARCHAR} AND FTIMES = #{ftimes,jdbcType=INTEGER} - - - - insert into HIS_BA7( - FPRN, FTIMES, - FHLRQ1, FHLRQ2, FHLDRUG, - FHLPROC, FHLLXBH, FHLLX - ) - values - - ( - #{items.fprn,jdbcType=VARCHAR}, #{items.ftimes,jdbcType=INTEGER}, - #{items.fhlrq1,jdbcType=TIMESTAMP}, #{items.fhlrq2,jdbcType=TIMESTAMP}, #{items.fhldrug,jdbcType=VARCHAR}, - #{items.fhlproc,jdbcType=VARCHAR}, #{items.fhllxbh,jdbcType=VARCHAR}, #{items.fhllx,jdbcType=VARCHAR} - ) - - - \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/font/showPdfFrameFont.jsp b/src/main/webapp/WEB-INF/views/font/showPdfFrameFont.jsp index 0576862..f9ab4fc 100644 --- a/src/main/webapp/WEB-INF/views/font/showPdfFrameFont.jsp +++ b/src/main/webapp/WEB-INF/views/font/showPdfFrameFont.jsp @@ -13,10 +13,22 @@ var path = "${path}"; - +

- + @@ -26,5 +38,5 @@

- - \ No newline at end of file + + \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/recordManage/printing/printManage.jsp b/src/main/webapp/WEB-INF/views/recordManage/printing/printManage.jsp index d918829..6467629 100644 --- a/src/main/webapp/WEB-INF/views/recordManage/printing/printManage.jsp +++ b/src/main/webapp/WEB-INF/views/recordManage/printing/printManage.jsp @@ -160,7 +160,7 @@
+ oninput="if(value.length>4)value=value.slice(0,4)" min="0">
@@ -181,7 +181,9 @@
- 选中类别为当前使用 +
diff --git a/src/main/webapp/WEB-INF/views/recordManage/templateSearch/templateSelectIframe.jsp b/src/main/webapp/WEB-INF/views/recordManage/templateSearch/templateSelectIframe.jsp index 565544d..fbd6dc5 100644 --- a/src/main/webapp/WEB-INF/views/recordManage/templateSearch/templateSelectIframe.jsp +++ b/src/main/webapp/WEB-INF/views/recordManage/templateSearch/templateSelectIframe.jsp @@ -182,7 +182,7 @@
+ id="effeTime1" value="${emrModle.effeTime}" autocomplete="off">
diff --git a/src/main/webapp/WEB-INF/views/recordManage/templateSearch/templateSelectList.jsp b/src/main/webapp/WEB-INF/views/recordManage/templateSearch/templateSelectList.jsp index f1a6eb1..36c0d98 100644 --- a/src/main/webapp/WEB-INF/views/recordManage/templateSearch/templateSelectList.jsp +++ b/src/main/webapp/WEB-INF/views/recordManage/templateSearch/templateSelectList.jsp @@ -133,7 +133,7 @@
- +
@@ -157,7 +157,7 @@
- +
@@ -175,7 +175,9 @@
- 选中模板为当前使用 +
diff --git a/src/main/webapp/static/js/font/showRecordFont.js b/src/main/webapp/static/js/font/showRecordFont.js index 1f71291..e6f6b23 100644 --- a/src/main/webapp/static/js/font/showRecordFont.js +++ b/src/main/webapp/static/js/font/showRecordFont.js @@ -9,15 +9,17 @@ $(function(){ $('.contentDiv').css('height', '100%').css('height', '-=140px'); //加载iframe //谷歌 - $("#iframe").prop("src",path+"/commom/showRecordIframeBlood?patientId="+$("#patientId").val()+"&flag=file_path"+"&rootPaths="+$("#rootPaths").val()); - /*var ie = isIE(8); + //$("#iframe").prop("src",path+"/commom/showRecordIframeBlood?patientId="+$("#patientId").val()+"&flag=file_path"+"&rootPaths="+$("#rootPaths").val()); + //ie8加载iframe + //$("#iframe").prop("src",path+"/font/showRecordIframeBloodFont?patientId="+$("#patientId").val()+"&flag=file_path"); + var ie = isIE(8); if(ie) { //ie8加载iframe $("#iframe").prop("src",path+"/font/showRecordIframeBloodFont?patientId="+$("#patientId").val()+"&flag=file_path"); }else{ //谷歌 $("#iframe").prop("src",path+"/commom/showRecordIframeBlood?patientId="+$("#patientId").val()+"&flag=file_path"+"&rootPaths="+$("#rootPaths").val()); - }*/ + } //加载其他诊断名称鼠标滑过显示全部文本 //loadQtip('.otherDiagName'); //加载病案信息