|
@@ -25,36 +25,47 @@ export default {
|
|
|
'deleteDiseaseRecord': '/tran/diseaseConfig/deleteRecord', //诊断-删除映射关系
|
|
|
'exportDiseaseRecord': '/tran/diseaseConfig/exportExcel', //诊断-数据导出
|
|
|
'importDiseaseRecord': '/tran/diseaseConfig/importExcel', //诊断-数据导入
|
|
|
+ 'exportDiseaseModule': '/tran/diseaseConfig/exportExcelModule', //诊断-数据导入模板导出
|
|
|
+
|
|
|
'getLisPage': '/tran/lisConfig/getPage', //检验列表
|
|
|
'lisIsExistRecord': '/tran/lisConfig/isExistRecord', //检验-映射关系是否已存在
|
|
|
'saveOrUpdateLisRecord': '/tran/lisConfig/saveOrUpdateRecord', //检验-保存或修改映射关系
|
|
|
'deleteLisRecord': '/tran/lisConfig/deleteRecord', //检验-删除映射关系
|
|
|
'exportLisRecord': '/tran/lisConfig/exportExcel', //检验-数据导出
|
|
|
'importLisRecord': '/tran/lisConfig/importExcel', //检验-数据导入
|
|
|
+ 'exportLisModule': '/tran/lisConfig/exportExcelModule', //科室-数据导入模板导出
|
|
|
+
|
|
|
'getpacsPage': '/tran/pacsConfig/getPage', //检查列表
|
|
|
'pacsIsExistRecord': '/tran/pacsConfig/isExistRecord', //检查-映射关系是否已存在
|
|
|
'saveOrUpdatePacsRecord': '/tran/pacsConfig/saveOrUpdateRecord', //检查-保存或修改映射关系
|
|
|
'deletePacsRecord': '/tran/pacsConfig/deleteRecord', //检查-删除映射关系
|
|
|
'exportPacsRecord': '/tran/pacsConfig/exportExcel', //检查-数据导出
|
|
|
'importPacsRecord': '/tran/pacsConfig/importExcel', //检查-数据导入
|
|
|
+ 'exportPacsModule': '/tran/pacsConfig/exportExcelModule', //科室-数据导入模板导出
|
|
|
+
|
|
|
'getDrugPage': '/tran/drugConfig/getPage', //药品列表
|
|
|
'drugIsExistRecord': '/tran/drugConfig/isExistRecord', //药品-映射关系是否已存在
|
|
|
'saveOrUpdateDrugRecord': '/tran/drugConfig/saveOrUpdateRecord', //药品-保存或修改映射关系
|
|
|
'deleteDrugRecord': '/tran/drugConfig/deleteRecord', //药品-删除映射关系
|
|
|
'exportDrugRecord': '/tran/drugConfig/exportExcel', //药品-数据导出
|
|
|
'importDrugRecord': '/tran/drugConfig/importExcel', //药品-数据导入
|
|
|
+ 'exportDrugModule': '/tran/drugConfig/exportExcelModule', //科室-数据导入模板导出
|
|
|
+
|
|
|
'getOperationPage': '/tran/operationConfig/getPage', //手术/操作列表
|
|
|
'operationIsExistRecord': '/tran/operationConfig/isExistRecord', //手术/操作-映射关系是否已存在
|
|
|
'saveOrUpdateOperationRecord': '/tran/operationConfig/saveOrUpdateRecord', //手术/操作-保存或修改映射关系
|
|
|
'deleteOperationRecord': '/tran/operationConfig/deleteRecord', //手术/操作-删除映射关系
|
|
|
'exportOperationRecord': '/tran/operationConfig/exportExcel', //手术/操作-数据导出
|
|
|
'importOperationRecord': '/tran/operationConfig/importExcel', //手术/操作-数据导入
|
|
|
+ 'exportOperationModule': '/tran/operationConfig/exportExcelModule', //科室-数据导入模板导出
|
|
|
+
|
|
|
'getFusionPage': '/tran/transfusionConfig/getPage', //输血列表
|
|
|
'fusionIsExistRecord': '/tran/transfusionConfig/isExistRecord', //输血-映射关系是否已存在
|
|
|
'saveOrUpdateFusionRecord': '/tran/transfusionConfig/saveOrUpdateRecord', //输血-保存或修改映射关系
|
|
|
'deleteFusionRecord': '/tran/transfusionConfig/deleteRecord', //输血-删除映射关系
|
|
|
'exportFusionRecord': '/tran/transfusionConfig/exportExcel', //输血-数据导出
|
|
|
'importFusionRecord': '/tran/transfusionConfig/importExcel', //输血-数据导入
|
|
|
+ 'exportFusionModule': '/tran/transfusionConfig/exportExcelModule', //科室-数据导入模板导出
|
|
|
|
|
|
'getDeptPage': '/tran/deptConfig/getPage', //科室列表
|
|
|
'deptIsExistRecord': '/tran/deptConfig/isExistRecord', //科室-映射关系是否已存在
|
|
@@ -62,6 +73,8 @@ export default {
|
|
|
'deleteDeptRecord': '/tran/deptConfig/deleteRecord', //科室-删除映射关系
|
|
|
'exportDeptRecord': '/tran/deptConfig/exportExcel', //科室-数据导出
|
|
|
'importDeptRecord': '/tran/deptConfig/importExcel', //科室-数据导入
|
|
|
+ 'exportDeptModule': '/tran/deptConfig/exportExcelModule', //科室-数据导入模板导出
|
|
|
+
|
|
|
|
|
|
'getHospitalInfo': '/tran/hospitalInfo/getHospitalInfo', //医院信息——获取医院信息
|
|
|
'saveHospitalInfoRecord': '/tran/hospitalInfo/saveRecord', //医院信息——修改医院信息
|