|
@@ -59,8 +59,8 @@ import VersionDetail from '@components/icss/VersionDetail.vue'; //版本信息-
|
|
import AddVersion from '@components/icss/AddVersion.vue'; //版本信息-添加/修改
|
|
import AddVersion from '@components/icss/AddVersion.vue'; //版本信息-添加/修改
|
|
import MedicalName from '@components/icss/MedicalName.vue'; //医学术语维护-命名维护
|
|
import MedicalName from '@components/icss/MedicalName.vue'; //医学术语维护-命名维护
|
|
import AddMedicalName from '@components/icss/AddMedicalName.vue'; //医学术语维护-命名维护/添加修改
|
|
import AddMedicalName from '@components/icss/AddMedicalName.vue'; //医学术语维护-命名维护/添加修改
|
|
-import MedicalRelation from '@components/knowledgeExtra/RuleManager.vue';//'@components/icss/MedicalRelation.vue'; //医学术语维护-关系维护
|
|
|
|
-import AddMedicalRelation from '@components/knowledgeExtra/AddNewRule.vue';//'@components/icss/AddMedicalRelation.vue'; //医学术语维护-关系维护-添加
|
|
|
|
|
|
+import MedicalRelation from '@components/icss/MedicalRelation.vue'; //医学术语维护-关系维护
|
|
|
|
+import AddMedicalRelation from '@components/icss/AddMedicalRelation.vue'; //医学术语维护-关系维护-添加
|
|
import MedicalInfo from '@components/icss/MedicalInfo.vue'; //医学术语维护-信息维护(属性维护)
|
|
import MedicalInfo from '@components/icss/MedicalInfo.vue'; //医学术语维护-信息维护(属性维护)
|
|
import AddMedicalInfo from '@components/icss/AddMedicalInfo.vue'; //医学术语维护-信息维护(属性维护)-添加
|
|
import AddMedicalInfo from '@components/icss/AddMedicalInfo.vue'; //医学术语维护-信息维护(属性维护)-添加
|
|
import DiagnosisList from '@components/icss/DiagnosisList.vue'; //诊断标签维护 -- 列表显示
|
|
import DiagnosisList from '@components/icss/DiagnosisList.vue'; //诊断标签维护 -- 列表显示
|
|
@@ -202,403 +202,415 @@ import BasicPartOfSpeech from '@components/basicKnow/BasicPartOfSpeech.vue' //
|
|
import AddTerm from '@components/basicKnow/AddTerm.vue' //知识库基础维护-基础词性类型维护-编辑
|
|
import AddTerm from '@components/basicKnow/AddTerm.vue' //知识库基础维护-基础词性类型维护-编辑
|
|
import StaticInfo from '@components/knowledgeExtra/StaticInfo.vue' //知识库扩展维护-静态信息维护
|
|
import StaticInfo from '@components/knowledgeExtra/StaticInfo.vue' //知识库扩展维护-静态信息维护
|
|
import AddDevKnow from '@components/knowledgeExtra/AddDevKnow.vue' //知识库扩展维护-静态信息维护-编辑
|
|
import AddDevKnow from '@components/knowledgeExtra/AddDevKnow.vue' //知识库扩展维护-静态信息维护-编辑
|
|
|
|
+import ZskRuleManager from '@components/knowledgeExtra/RuleManager.vue'; //知识库规则维护
|
|
|
|
+import AddZskRule from '@components/knowledgeExtra/AddNewRule.vue'; //知识库添加规则
|
|
|
|
|
|
export default [
|
|
export default [
|
|
- {
|
|
|
|
- path: '/',
|
|
|
|
- name: 'login',
|
|
|
|
- component: Login,
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: '/register',
|
|
|
|
- name: 'Register',
|
|
|
|
- component: Register,
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: '/forgetPassword',
|
|
|
|
- name: 'FindPassword',
|
|
|
|
- component: ForgetPassword,
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- //用户后台
|
|
|
|
- path: '/user',
|
|
|
|
- component: HomePage,
|
|
|
|
- meta: {
|
|
|
|
- requireAuth: true,
|
|
|
|
|
|
+ {
|
|
|
|
+ path: '/',
|
|
|
|
+ name: 'login',
|
|
|
|
+ component: Login,
|
|
},
|
|
},
|
|
- children: [
|
|
|
|
- // {path: '/', component: Console},
|
|
|
|
- { path: 'YH-KZT', component: Console }, //控制台
|
|
|
|
- { path: 'YH-GDFW', component: MoreService }, //更多服务
|
|
|
|
- { path: 'YH-JGZX', component: Information }, //机构中心
|
|
|
|
- { path: 'YH-JGZX-YKTCP', component: OpenedProduct }, //已开通产品
|
|
|
|
- { path: 'TJFWD', component: AddServiceProduct }, //添加服务端
|
|
|
|
- { path: 'YH-JGZX-GLFFD', component: ManageService }, //管理服务端
|
|
|
|
- { path: 'YH-JGZX-YSCLP', component: AlreadyToken }, //已生成令牌
|
|
|
|
- { path: 'CKLPXQ', component: CreatedToken }, //查看生成令牌
|
|
|
|
- { path: 'YH-JGZX-AQSZ', component: UserSetting }, //安全设置
|
|
|
|
- { path: 'YH-JGZX-ZHXX', component: Information }, //账号信息
|
|
|
|
- ],
|
|
|
|
- },
|
|
|
|
-
|
|
|
|
- {
|
|
|
|
- //朗通后台
|
|
|
|
- path: '/admin',
|
|
|
|
- component: HomePage,
|
|
|
|
- meta: {
|
|
|
|
- requireAuth: true,
|
|
|
|
|
|
+ {
|
|
|
|
+ path: '/register',
|
|
|
|
+ name: 'Register',
|
|
|
|
+ component: Register,
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/forgetPassword',
|
|
|
|
+ name: 'FindPassword',
|
|
|
|
+ component: ForgetPassword,
|
|
},
|
|
},
|
|
- children: [
|
|
|
|
- // {path: '/', component: AdminConsole},
|
|
|
|
- { path: 'LT-KZT', component: AdminConsole },
|
|
|
|
- { path: 'LT-JGZX', component: AdminConsole },
|
|
|
|
- {
|
|
|
|
- path: 'LT-KHZX-ZCYH',
|
|
|
|
- component: RegisterAdmin,
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'LT-YRZCGXX',
|
|
|
|
- component: AuthedAdmin,
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- name: 'organizationInfo',
|
|
|
|
- path: 'LT-KHZX-JGXX', //机构信息
|
|
|
|
- component: OrganizationInfo,
|
|
|
|
|
|
+ {
|
|
|
|
+ //用户后台
|
|
|
|
+ path: '/user',
|
|
|
|
+ component: HomePage,
|
|
meta: {
|
|
meta: {
|
|
- keepAlive: true,
|
|
|
|
|
|
+ requireAuth: true,
|
|
},
|
|
},
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'LT-KHZX-TJJG', //添加机构
|
|
|
|
- component: AddOrganization,
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'LT-KHZX-XGJG', //修改机构
|
|
|
|
- component: ModifinedOrga,
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- name: 'superAdmin',
|
|
|
|
- path: 'LT-KHZX-CGXX',
|
|
|
|
- component: SuperAdmin,
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'LT-DDXT-TJCG',
|
|
|
|
- component: AddAdmin,
|
|
|
|
- name: 'addAdmin',
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'LT-DDXT-CPXSQLB',
|
|
|
|
- component: ProductLines,
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'LT-CPXGL-CPXXQ',
|
|
|
|
- component: ProductDetail,
|
|
|
|
- name: 'productDetail',
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'LT-CPXFLB',
|
|
|
|
- component: Renew,
|
|
|
|
- },
|
|
|
|
- { path: 'LT-GRZX', component: PersonCenter },
|
|
|
|
- { path: 'LT-CPXGL', component: ProductLinesManage },
|
|
|
|
- { path: 'LT-CPXGL-TJCPX', component: AddProductLine, name: 'editProductLine' },
|
|
|
|
- { path: 'LT-GRZX/CHANGE', component: ChangePwd }, //个人中心--修改密码
|
|
|
|
- { path: 'LT-YXSJWH-BQZWH', component: LabelGroup, name: 'labelGroup' }, //医学数据维护--标签组维护
|
|
|
|
- { path: 'LT-YXSJWH-TJBQZ', component: NoiseTemplate, name: 'AddLabelGroup' }, //医学数据维护--标签组维护--添加标签组
|
|
|
|
- { path: 'LT-YXSJWH-KSWH', component: DeptInfo, name: 'deptInfo' }, //医学数据维护--科室维护
|
|
|
|
- { path: 'LT-YXSJWH-KSXQ', component: DeptInfoDetail, name: 'DeptInfoDetail' }, //科室维护--详情
|
|
|
|
- { path: 'LT-YXSJWH-TJKS', component: AddDeptInfo, name: 'AddDeptInfo' }, //科室维护--添加
|
|
|
|
- { path: 'LT-YXSJWH-DLLXBQWH', component: IndeptLabel, name: 'IndeptLabel' }, //独立标签维护--详情
|
|
|
|
- { path: 'LT-YXSJWH-TJDLBQ', component: AddIndeptLabel, name: 'AddIndeptLabel' }, //独立标签维护--添加
|
|
|
|
- { path: 'LT-YXSJWH-TSXXWH', component: PromptInfo, name: 'PromptInfo' }, //提示信息维护
|
|
|
|
- { path: 'LT-YXSJWH-BMWH', component: SimilarName, name: 'SimilarName' }, //别名维护
|
|
|
|
- { path: 'LT-YXSJWH-CJXXWH', component: CommonSymptom, name: 'CommonSymptom' }, //常见症状维护
|
|
|
|
- { path: 'LT-YXSJWH-TJCJZZ', component: AddCommonSymptom, name: 'AddCommonSymptom' }, //常见症状维护--添加
|
|
|
|
- { path: 'LT-YXSJWH-TJBM', component: AddSimilarName, name: 'AddSimilarName' }, //别名维护-添加/修改
|
|
|
|
- // {path:'LT-YXSJWH-MZSMWH',component:DisclaimerInformation,name:'DisclaimerInformation'}, //免责声明
|
|
|
|
- {
|
|
|
|
- path: 'LT-YXSJKWH-MZSMWH',
|
|
|
|
- component: DisclaimerInformation,
|
|
|
|
- name: 'DisclaimerInformation',
|
|
|
|
- }, //免责声明
|
|
|
|
- { path: 'LT-YXSJWH-MZSMXQ', component: DiscInfoDetail, name: 'DiscInfoDetail' }, //免责声明-详情
|
|
|
|
- { path: 'LT-YXSJWH-TJMZSM', component: AddDisclInfo, name: 'AddDisclInfo' }, //免责声明-添加/修改
|
|
|
|
- { path: 'LT-YXSJWH-MBWH', component: TemplateMaintenance, name: 'TemplateMaintenance' }, //模板维护
|
|
|
|
- { path: 'LT-YXSJWH-CTMBWH', component: PhysicalExamTemplate, name: 'PhysicalExamTemplate' }, //查体模板维护
|
|
|
|
- { path: 'LT-YXSJWH-TJCTMB', component: AddPhysicalExamTemp, name: 'AddPhysicalExamTemp' }, //查体模板维护--添加
|
|
|
|
- {
|
|
|
|
- path: 'LT-YXSJWH-TJMBWH',
|
|
|
|
- component: TemplateMaintenanceWrap,
|
|
|
|
- name: 'TemplateMaintenanceWrap',
|
|
|
|
- }, //模板维护-添加修改
|
|
|
|
- { path: 'LT-YXSJWH-TJTSXX', component: AddPromptInfo, name: 'AddPromptInfo' }, //提示信息维护-添加
|
|
|
|
- { path: 'LT-YXSJWH-TSXXXQ', component: PromptDetail, name: 'PromptDetail' }, //提示信息维护详情
|
|
|
|
- { path: 'LT-YXSYKWH-YXSYJTZSWH', component: MedicinePrompt, name: 'MedicinePrompt' }, //医学术语提示信息维护
|
|
|
|
- { path: 'LT-YXSYKWH-TJYXSYJTZS', component: AddMedicinePrompt, name: 'AddMedicinePrompt' }, //医学术语提示信息维护添加
|
|
|
|
- { path: 'LT-GBBXXWH-BBXXWH', component: VersionInfo, name: 'VersionInfo' }, //版本信息
|
|
|
|
- { path: 'LT-YXSJWH-BBXXXQ', component: VersionDetail, name: 'VersionDetail' }, //版本信息-详情
|
|
|
|
- { path: 'LT-YXSJWH-TJBBXX', component: AddVersion, name: 'AddVersion' }, //版本信息-添加/修改
|
|
|
|
- { path: 'LT-YXSYKWH-YXSYMMWH', component: MedicalName, name: 'MedicalName' }, //医学术语--命名维护
|
|
|
|
- { path: 'LT-YXSYKWH-TJYXSY', component: AddMedicalName, name: 'AddMedicalName' }, //医学术语--命名维护
|
|
|
|
- { path: 'LT-YXSYKWH-YXSYGXWH', component: MedicalRelation, name: 'MedicalRelation' }, //医学术语--关系维护
|
|
|
|
- { path: 'LT-YXSYKWH-TJYXSYGX', component: AddMedicalRelation, name: 'AddMedicalRelation' }, //医学术语--关系维护-添加
|
|
|
|
- { path: 'LT-YXSYKWH-SYYXSXWH', component: MedicalInfo, name: 'MedicalInfo' }, //医学术语维护-信息维护(属性维护)
|
|
|
|
- { path: 'LT-YXSYKWH-TJYXSYXX', component: AddMedicalInfo, name: 'AddMedicalInfo' }, //医学术语维护-信息维护(属性维护) -- 添加
|
|
|
|
- { path: 'LT-YXSJWH-ZDBQWH', component: DiagnosisList, name: 'DiagnosisList' }, //诊断标签维护 -- 列表显示
|
|
|
|
- { path: 'LT-YXSJWH-ZDBQTJ', component: DiagnosisTemplate, name: 'DiagnosisTemplate' }, //诊断标签维护 -- 添加
|
|
|
|
- {
|
|
|
|
- path: 'LT-YXSYKWH-LBJGWH',
|
|
|
|
- component: ChronicDiseaseStructureList,
|
|
|
|
- name: 'ChronicDiseaseStructureList',
|
|
|
|
- }, //量表结构维护 -- 列表
|
|
|
|
- { path: 'LT-YXSJWH-LBJGTJ', component: ChronicDiseaseAdd, name: 'ChronicDiseaseAdd' }, //量表结构维护 -- 添加
|
|
|
|
- { path: 'LT-YXSJWH-MBGLYPG', component: ChronicDiseaseManage, name: 'ChronicDiseaseManage' }, //慢病管理评估维护 -- 列表
|
|
|
|
- {
|
|
|
|
- path: 'LT-YXSJWH-MBGLYTJ',
|
|
|
|
- component: ChronicDiseaseManageAdd,
|
|
|
|
- name: 'ChronicDiseaseManageAdd',
|
|
|
|
- }, //慢病管理评估维护 -- 添加
|
|
|
|
- {
|
|
|
|
- path: 'LT-YXSJWH-HYDXXYGBXDY',
|
|
|
|
- component: ChemicalAndCommonMapping,
|
|
|
|
- name: 'ChemicalAndCommonMapping',
|
|
|
|
- }, //化验大小项与公表维护
|
|
|
|
- {
|
|
|
|
- path: 'LT-YXSJWH-TJHYDXXYGBXDY',
|
|
|
|
- component: AddChemicalAndCommonMapping,
|
|
|
|
- name: 'AddChemicalAndCommonMapping',
|
|
|
|
- }, //化验大小项与公表维护--添加关联
|
|
|
|
- { path: 'LT-YXSYKWH-YXSYLXWH', component: MedicalType, name: 'MedicalType' }, //医学术语--类型维护
|
|
|
|
- {
|
|
|
|
- path: 'LT-YXSYKWH-MBZBZGLWH',
|
|
|
|
- component: ChronicAndIndexRelation,
|
|
|
|
- name: 'ChronicAndIndexRelation',
|
|
|
|
- }, //医学数据--慢病指标值关联维护
|
|
|
|
- {
|
|
|
|
- path: 'LT-YXSYKWH-TJMBZBZGL',
|
|
|
|
- component: AddChronicAndIndexRelation,
|
|
|
|
- name: 'AddChronicAndIndexRelation',
|
|
|
|
- }, //医学数据--添加慢病指标值关联维护
|
|
|
|
- { path: 'LT-YXSJWH-LBGLWH', component: DisAndScaleRelation, name: 'DisAndScaleRelation' }, //医学数据--量表关联维护
|
|
|
|
- {
|
|
|
|
- path: 'LT-YXSJWH-TJLBGL',
|
|
|
|
- component: AddDisAndScaleRelation,
|
|
|
|
- name: 'AddDisAndScaleRelation',
|
|
|
|
- }, //医学数据--添加量表关联
|
|
|
|
- { path: 'LT-YXSYKWH-HYZXWH', component: AssaySon, name: 'AssaySon' }, //医学数据--化验子项维护
|
|
|
|
- { path: 'LT-YXSYKWH-TJHYZX', component: AddAssaySon, name: 'AddAssaySon' }, //医学数据--化验子项添加修改
|
|
|
|
- { path: 'LT-YXSYKWH-YXSYGLWH', component: ConceptRelation, name: 'ConceptRelation' }, //医学数据--医学术语关联维护
|
|
|
|
- // {path:'LT-YXSYKWH-YXSYLXWH',component:ConceptRelation,name:'ConceptRelation'}, //医学数据--医学术语关联维护
|
|
|
|
- { path: 'LT-YXSYKWH-TJYXSYGL', component: AddConceptRelation, name: 'AddConceptRelation' }, //医学数据--医学术语关联维护-添加修改
|
|
|
|
|
|
+ children: [
|
|
|
|
+ // {path: '/', component: Console},
|
|
|
|
+ { path: 'YH-KZT', component: Console }, //控制台
|
|
|
|
+ { path: 'YH-GDFW', component: MoreService }, //更多服务
|
|
|
|
+ { path: 'YH-JGZX', component: Information }, //机构中心
|
|
|
|
+ { path: 'YH-JGZX-YKTCP', component: OpenedProduct }, //已开通产品
|
|
|
|
+ { path: 'TJFWD', component: AddServiceProduct }, //添加服务端
|
|
|
|
+ { path: 'YH-JGZX-GLFFD', component: ManageService }, //管理服务端
|
|
|
|
+ { path: 'YH-JGZX-YSCLP', component: AlreadyToken }, //已生成令牌
|
|
|
|
+ { path: 'CKLPXQ', component: CreatedToken }, //查看生成令牌
|
|
|
|
+ { path: 'YH-JGZX-AQSZ', component: UserSetting }, //安全设置
|
|
|
|
+ { path: 'YH-JGZX-ZHXX', component: Information }, //账号信息
|
|
|
|
+ ],
|
|
|
|
+ },
|
|
|
|
|
|
- {
|
|
|
|
- path: 'LT-YXSYKWH-YXSYDCGLWH',
|
|
|
|
- component: MedicalMultRelation,
|
|
|
|
- name: 'MedicalMultRelation',
|
|
|
|
- }, //医学术语--医学术语多层关联维护
|
|
|
|
- {
|
|
|
|
- path: 'LT-YXSYKWH-TJYXSYDCGL',
|
|
|
|
- component: AddMedicalMultRelation,
|
|
|
|
- name: 'AddMedicalMultRelation',
|
|
|
|
- }, //医学术语--添加医学术语多层关联
|
|
|
|
- {
|
|
|
|
- path: 'LT-YXSYKWH-FJCJGLWH',
|
|
|
|
- component: AssistCheckMultRelation,
|
|
|
|
- name: 'AssistCheckMultRelation',
|
|
|
|
- }, //医学术语--辅检层级关联维护
|
|
|
|
- {
|
|
|
|
- path: 'LT-YXSYKWH-TJFJCJGL',
|
|
|
|
- component: AddAssistCheckMultRelation,
|
|
|
|
- name: 'AddAssistCheckMultRelation',
|
|
|
|
- }, //医学术语--添加辅检层级关联
|
|
|
|
- { path: 'LT-YXSYKWH-FJZXWH', component: AssistCheckSon, name: 'AssistCheckSon' }, //医学术语--辅检子项维护
|
|
|
|
- { path: 'LT-YXSYKWH-TJFJZX', component: AddAssistCheckSon, name: 'AddAssistCheckSon' }, //医学术语--辅检子项维护
|
|
|
|
|
|
+ {
|
|
|
|
+ //朗通后台
|
|
|
|
+ path: '/admin',
|
|
|
|
+ component: HomePage,
|
|
|
|
+ meta: {
|
|
|
|
+ requireAuth: true,
|
|
|
|
+ },
|
|
|
|
+ children: [
|
|
|
|
+ // {path: '/', component: AdminConsole},
|
|
|
|
+ { path: 'LT-KZT', component: AdminConsole },
|
|
|
|
+ { path: 'LT-JGZX', component: AdminConsole },
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-KHZX-ZCYH',
|
|
|
|
+ component: RegisterAdmin,
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-YRZCGXX',
|
|
|
|
+ component: AuthedAdmin,
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ name: 'organizationInfo',
|
|
|
|
+ path: 'LT-KHZX-JGXX', //机构信息
|
|
|
|
+ component: OrganizationInfo,
|
|
|
|
+ meta: {
|
|
|
|
+ keepAlive: true,
|
|
|
|
+ },
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-KHZX-TJJG', //添加机构
|
|
|
|
+ component: AddOrganization,
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-KHZX-XGJG', //修改机构
|
|
|
|
+ component: ModifinedOrga,
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ name: 'superAdmin',
|
|
|
|
+ path: 'LT-KHZX-CGXX',
|
|
|
|
+ component: SuperAdmin,
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-DDXT-TJCG',
|
|
|
|
+ component: AddAdmin,
|
|
|
|
+ name: 'addAdmin',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-DDXT-CPXSQLB',
|
|
|
|
+ component: ProductLines,
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-CPXGL-CPXXQ',
|
|
|
|
+ component: ProductDetail,
|
|
|
|
+ name: 'productDetail',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-CPXFLB',
|
|
|
|
+ component: Renew,
|
|
|
|
+ },
|
|
|
|
+ { path: 'LT-GRZX', component: PersonCenter },
|
|
|
|
+ { path: 'LT-CPXGL', component: ProductLinesManage },
|
|
|
|
+ { path: 'LT-CPXGL-TJCPX', component: AddProductLine, name: 'editProductLine' },
|
|
|
|
+ { path: 'LT-GRZX/CHANGE', component: ChangePwd }, //个人中心--修改密码
|
|
|
|
+ { path: 'LT-YXSJWH-BQZWH', component: LabelGroup, name: 'labelGroup' }, //医学数据维护--标签组维护
|
|
|
|
+ { path: 'LT-YXSJWH-TJBQZ', component: NoiseTemplate, name: 'AddLabelGroup' }, //医学数据维护--标签组维护--添加标签组
|
|
|
|
+ { path: 'LT-YXSJWH-KSWH', component: DeptInfo, name: 'deptInfo' }, //医学数据维护--科室维护
|
|
|
|
+ { path: 'LT-YXSJWH-KSXQ', component: DeptInfoDetail, name: 'DeptInfoDetail' }, //科室维护--详情
|
|
|
|
+ { path: 'LT-YXSJWH-TJKS', component: AddDeptInfo, name: 'AddDeptInfo' }, //科室维护--添加
|
|
|
|
+ { path: 'LT-YXSJWH-DLLXBQWH', component: IndeptLabel, name: 'IndeptLabel' }, //独立标签维护--详情
|
|
|
|
+ { path: 'LT-YXSJWH-TJDLBQ', component: AddIndeptLabel, name: 'AddIndeptLabel' }, //独立标签维护--添加
|
|
|
|
+ { path: 'LT-YXSJWH-TSXXWH', component: PromptInfo, name: 'PromptInfo' }, //提示信息维护
|
|
|
|
+ { path: 'LT-YXSJWH-BMWH', component: SimilarName, name: 'SimilarName' }, //别名维护
|
|
|
|
+ { path: 'LT-YXSJWH-CJXXWH', component: CommonSymptom, name: 'CommonSymptom' }, //常见症状维护
|
|
|
|
+ { path: 'LT-YXSJWH-TJCJZZ', component: AddCommonSymptom, name: 'AddCommonSymptom' }, //常见症状维护--添加
|
|
|
|
+ { path: 'LT-YXSJWH-TJBM', component: AddSimilarName, name: 'AddSimilarName' }, //别名维护-添加/修改
|
|
|
|
+ // {path:'LT-YXSJWH-MZSMWH',component:DisclaimerInformation,name:'DisclaimerInformation'}, //免责声明
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-YXSJKWH-MZSMWH',
|
|
|
|
+ component: DisclaimerInformation,
|
|
|
|
+ name: 'DisclaimerInformation',
|
|
|
|
+ }, //免责声明
|
|
|
|
+ { path: 'LT-YXSJWH-MZSMXQ', component: DiscInfoDetail, name: 'DiscInfoDetail' }, //免责声明-详情
|
|
|
|
+ { path: 'LT-YXSJWH-TJMZSM', component: AddDisclInfo, name: 'AddDisclInfo' }, //免责声明-添加/修改
|
|
|
|
+ { path: 'LT-YXSJWH-MBWH', component: TemplateMaintenance, name: 'TemplateMaintenance' }, //模板维护
|
|
|
|
+ { path: 'LT-YXSJWH-CTMBWH', component: PhysicalExamTemplate, name: 'PhysicalExamTemplate' }, //查体模板维护
|
|
|
|
+ { path: 'LT-YXSJWH-TJCTMB', component: AddPhysicalExamTemp, name: 'AddPhysicalExamTemp' }, //查体模板维护--添加
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-YXSJWH-TJMBWH',
|
|
|
|
+ component: TemplateMaintenanceWrap,
|
|
|
|
+ name: 'TemplateMaintenanceWrap',
|
|
|
|
+ }, //模板维护-添加修改
|
|
|
|
+ { path: 'LT-YXSJWH-TJTSXX', component: AddPromptInfo, name: 'AddPromptInfo' }, //提示信息维护-添加
|
|
|
|
+ { path: 'LT-YXSJWH-TSXXXQ', component: PromptDetail, name: 'PromptDetail' }, //提示信息维护详情
|
|
|
|
+ { path: 'LT-YXSYKWH-YXSYJTZSWH', component: MedicinePrompt, name: 'MedicinePrompt' }, //医学术语提示信息维护
|
|
|
|
+ { path: 'LT-YXSYKWH-TJYXSYJTZS', component: AddMedicinePrompt, name: 'AddMedicinePrompt' }, //医学术语提示信息维护添加
|
|
|
|
+ { path: 'LT-GBBXXWH-BBXXWH', component: VersionInfo, name: 'VersionInfo' }, //版本信息
|
|
|
|
+ { path: 'LT-YXSJWH-BBXXXQ', component: VersionDetail, name: 'VersionDetail' }, //版本信息-详情
|
|
|
|
+ { path: 'LT-YXSJWH-TJBBXX', component: AddVersion, name: 'AddVersion' }, //版本信息-添加/修改
|
|
|
|
+ { path: 'LT-YXSYKWH-YXSYMMWH', component: MedicalName, name: 'MedicalName' }, //医学术语--命名维护
|
|
|
|
+ { path: 'LT-YXSYKWH-TJYXSY', component: AddMedicalName, name: 'AddMedicalName' }, //医学术语--命名维护
|
|
|
|
+ { path: 'LT-YXSYKWH-YXSYGXWH', component: MedicalRelation, name: 'MedicalRelation' }, //医学术语--关系维护
|
|
|
|
+ { path: 'LT-YXSYKWH-TJYXSYGX', component: AddMedicalRelation, name: 'AddMedicalRelation' }, //医学术语--关系维护-添加
|
|
|
|
+ { path: 'LT-YXSYKWH-SYYXSXWH', component: MedicalInfo, name: 'MedicalInfo' }, //医学术语维护-信息维护(属性维护)
|
|
|
|
+ { path: 'LT-YXSYKWH-TJYXSYXX', component: AddMedicalInfo, name: 'AddMedicalInfo' }, //医学术语维护-信息维护(属性维护) -- 添加
|
|
|
|
+ { path: 'LT-YXSJWH-ZDBQWH', component: DiagnosisList, name: 'DiagnosisList' }, //诊断标签维护 -- 列表显示
|
|
|
|
+ { path: 'LT-YXSJWH-ZDBQTJ', component: DiagnosisTemplate, name: 'DiagnosisTemplate' }, //诊断标签维护 -- 添加
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-YXSYKWH-LBJGWH',
|
|
|
|
+ component: ChronicDiseaseStructureList,
|
|
|
|
+ name: 'ChronicDiseaseStructureList',
|
|
|
|
+ }, //量表结构维护 -- 列表
|
|
|
|
+ { path: 'LT-YXSJWH-LBJGTJ', component: ChronicDiseaseAdd, name: 'ChronicDiseaseAdd' }, //量表结构维护 -- 添加
|
|
|
|
+ { path: 'LT-YXSJWH-MBGLYPG', component: ChronicDiseaseManage, name: 'ChronicDiseaseManage' }, //慢病管理评估维护 -- 列表
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-YXSJWH-MBGLYTJ',
|
|
|
|
+ component: ChronicDiseaseManageAdd,
|
|
|
|
+ name: 'ChronicDiseaseManageAdd',
|
|
|
|
+ }, //慢病管理评估维护 -- 添加
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-YXSJWH-HYDXXYGBXDY',
|
|
|
|
+ component: ChemicalAndCommonMapping,
|
|
|
|
+ name: 'ChemicalAndCommonMapping',
|
|
|
|
+ }, //化验大小项与公表维护
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-YXSJWH-TJHYDXXYGBXDY',
|
|
|
|
+ component: AddChemicalAndCommonMapping,
|
|
|
|
+ name: 'AddChemicalAndCommonMapping',
|
|
|
|
+ }, //化验大小项与公表维护--添加关联
|
|
|
|
+ { path: 'LT-YXSYKWH-YXSYLXWH', component: MedicalType, name: 'MedicalType' }, //医学术语--类型维护
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-YXSYKWH-MBZBZGLWH',
|
|
|
|
+ component: ChronicAndIndexRelation,
|
|
|
|
+ name: 'ChronicAndIndexRelation',
|
|
|
|
+ }, //医学数据--慢病指标值关联维护
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-YXSYKWH-TJMBZBZGL',
|
|
|
|
+ component: AddChronicAndIndexRelation,
|
|
|
|
+ name: 'AddChronicAndIndexRelation',
|
|
|
|
+ }, //医学数据--添加慢病指标值关联维护
|
|
|
|
+ { path: 'LT-YXSJWH-LBGLWH', component: DisAndScaleRelation, name: 'DisAndScaleRelation' }, //医学数据--量表关联维护
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-YXSJWH-TJLBGL',
|
|
|
|
+ component: AddDisAndScaleRelation,
|
|
|
|
+ name: 'AddDisAndScaleRelation',
|
|
|
|
+ }, //医学数据--添加量表关联
|
|
|
|
+ { path: 'LT-YXSYKWH-HYZXWH', component: AssaySon, name: 'AssaySon' }, //医学数据--化验子项维护
|
|
|
|
+ { path: 'LT-YXSYKWH-TJHYZX', component: AddAssaySon, name: 'AddAssaySon' }, //医学数据--化验子项添加修改
|
|
|
|
+ { path: 'LT-YXSYKWH-YXSYGLWH', component: ConceptRelation, name: 'ConceptRelation' }, //医学数据--医学术语关联维护
|
|
|
|
+ // {path:'LT-YXSYKWH-YXSYLXWH',component:ConceptRelation,name:'ConceptRelation'}, //医学数据--医学术语关联维护
|
|
|
|
+ { path: 'LT-YXSYKWH-TJYXSYGL', component: AddConceptRelation, name: 'AddConceptRelation' }, //医学数据--医学术语关联维护-添加修改
|
|
|
|
+
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-YXSYKWH-YXSYDCGLWH',
|
|
|
|
+ component: MedicalMultRelation,
|
|
|
|
+ name: 'MedicalMultRelation',
|
|
|
|
+ }, //医学术语--医学术语多层关联维护
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-YXSYKWH-TJYXSYDCGL',
|
|
|
|
+ component: AddMedicalMultRelation,
|
|
|
|
+ name: 'AddMedicalMultRelation',
|
|
|
|
+ }, //医学术语--添加医学术语多层关联
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-YXSYKWH-FJCJGLWH',
|
|
|
|
+ component: AssistCheckMultRelation,
|
|
|
|
+ name: 'AssistCheckMultRelation',
|
|
|
|
+ }, //医学术语--辅检层级关联维护
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-YXSYKWH-TJFJCJGL',
|
|
|
|
+ component: AddAssistCheckMultRelation,
|
|
|
|
+ name: 'AddAssistCheckMultRelation',
|
|
|
|
+ }, //医学术语--添加辅检层级关联
|
|
|
|
+ { path: 'LT-YXSYKWH-FJZXWH', component: AssistCheckSon, name: 'AssistCheckSon' }, //医学术语--辅检子项维护
|
|
|
|
+ { path: 'LT-YXSYKWH-TJFJZX', component: AddAssistCheckSon, name: 'AddAssistCheckSon' }, //医学术语--辅检子项维护
|
|
|
|
|
|
- { path: 'LT-YWZSJWH-DLTXDWH', component: SimpleQuestion, name: 'SimpleQuestion' }, //预问诊-独立填写单
|
|
|
|
- { path: 'LT-YWZSJWH-ZHTXDWH', component: CombinQuestion, name: 'CombinQuestion' }, //预问诊-组合填写单
|
|
|
|
- { path: 'LT-YWZSJWH-TJDLTXD', component: AddSimpleQuestion, name: 'AddSimpleQuestion' }, //预问诊-添加独立填写单
|
|
|
|
- { path: 'LT-YWZSJWH-TJZHTXD', component: AddCombinQuestion, name: 'AddCombinQuestion' }, //预问诊-添加组合填写单
|
|
|
|
- { path: 'LT-YWZSJWH-MBWH', component: QuestionModules, name: 'QuestionModules' }, //预问诊-模板维护
|
|
|
|
- { path: 'LT-YWZSJWH-TJMBWH', component: AddQuestionModules, name: 'AddQuestionModules' }, //预问诊-添加模板
|
|
|
|
|
|
+ { path: 'LT-YWZSJWH-DLTXDWH', component: SimpleQuestion, name: 'SimpleQuestion' }, //预问诊-独立填写单
|
|
|
|
+ { path: 'LT-YWZSJWH-ZHTXDWH', component: CombinQuestion, name: 'CombinQuestion' }, //预问诊-组合填写单
|
|
|
|
+ { path: 'LT-YWZSJWH-TJDLTXD', component: AddSimpleQuestion, name: 'AddSimpleQuestion' }, //预问诊-添加独立填写单
|
|
|
|
+ { path: 'LT-YWZSJWH-TJZHTXD', component: AddCombinQuestion, name: 'AddCombinQuestion' }, //预问诊-添加组合填写单
|
|
|
|
+ { path: 'LT-YWZSJWH-MBWH', component: QuestionModules, name: 'QuestionModules' }, //预问诊-模板维护
|
|
|
|
+ { path: 'LT-YWZSJWH-TJMBWH', component: AddQuestionModules, name: 'AddQuestionModules' }, //预问诊-添加模板
|
|
|
|
|
|
- { path: 'LT-ZDYJWH-ZDYJSJWH', component: DiagBase, name: 'DiagBase' }, //诊断依据-诊断依据维护
|
|
|
|
- { path: 'LT-ZDYJWH-TJZDYJSJ', component: AddDiagBase, name: 'AddDiagBase' }, //诊断依据-添加诊断依据
|
|
|
|
- { path: 'LT-ZDYJWH-WTCSJWH', component: QuestionWords, name: 'QuestionWords' }, //问题列表
|
|
|
|
- { path: 'LT-SJTJ-YXSJTJ', component: MedicalStatistics, name: 'MedicalStatistics' }, //问题列表
|
|
|
|
- { path: 'LT-AQGL-LICENSEWH', component: TokenControl, name: 'TokenControl' }, //安全管理--令牌列表
|
|
|
|
- { path: 'LT-AQGL-TJLICENSE', component: AddToken, name: 'AddToken' }, //安全管理--发放令牌
|
|
|
|
- { path: 'LT-YXSYKWH-GZWH', component: RulesManager, name: 'RulesManager' }, //规则管理
|
|
|
|
- { path: 'LT-YXSYKWH-TJGZWH', component: AddRule, name: 'AddRule' }, //规则添加
|
|
|
|
- { path: 'LT-YXSYKWH-GZYYWH', component: RuleApply, name: 'RuleApply' }, //规则管理
|
|
|
|
- { path: 'LT-YXSYKWH-TJGZYYWH', component: AddRuleApply, name: 'AddRuleApply' }, //规则添加
|
|
|
|
- { path: 'LT-BLGL', name: 'RecordManager', component: RecordManager }, //病历管理
|
|
|
|
- { path: 'LT-BLGL-TJBLGL', name: 'AddRecord', component: AddRecord }, //添加病历
|
|
|
|
- { path: 'LT-BLGL-CKBLGL', name: 'ShowRecord', component: ShowRecord }, //添加病历
|
|
|
|
- { path: 'LT-ZKYMSJWH-ZDYSWH', name: 'BaseField', component: BaseField }, //字段映射
|
|
|
|
- { path: 'LT-ZKYMSJWH-TJZDYSWH', name: 'FieldMatch', component: FieldMatch }, //添加字段映射
|
|
|
|
- { path: 'LT-ZKYMSJWH-ZHDYWH', name: 'CombineFeild', component: CombineFeild }, //组合字段
|
|
|
|
- { path: 'LT-ZKYMSJWH-TJZHDYWH', name: 'AddCombineFeild', component: AddCombineFeild }, //添加组合字段
|
|
|
|
- { path: 'LT-ZKYMSJWH-MBWH', name: 'QualityControlTemp', component: QualityControlTemp }, //模板维护
|
|
|
|
- { path: 'LT-ZKYMSJWH-TMGLZKLX', name: 'ItemDataType', component: ItemDataType }, //条目关联质控类型
|
|
|
|
- {
|
|
|
|
- path: 'LT-ZKYMSJWH-TMGLZKLXGL',
|
|
|
|
- name: 'ItemDataTypeRelation',
|
|
|
|
- component: ItemDataTypeRelation,
|
|
|
|
- }, //条目关联质控类型--关联
|
|
|
|
|
|
+ { path: 'LT-ZDYJWH-ZDYJSJWH', component: DiagBase, name: 'DiagBase' }, //诊断依据-诊断依据维护
|
|
|
|
+ { path: 'LT-ZDYJWH-TJZDYJSJ', component: AddDiagBase, name: 'AddDiagBase' }, //诊断依据-添加诊断依据
|
|
|
|
+ { path: 'LT-ZDYJWH-WTCSJWH', component: QuestionWords, name: 'QuestionWords' }, //问题列表
|
|
|
|
+ { path: 'LT-SJTJ-YXSJTJ', component: MedicalStatistics, name: 'MedicalStatistics' }, //问题列表
|
|
|
|
+ { path: 'LT-AQGL-LICENSEWH', component: TokenControl, name: 'TokenControl' }, //安全管理--令牌列表
|
|
|
|
+ { path: 'LT-AQGL-TJLICENSE', component: AddToken, name: 'AddToken' }, //安全管理--发放令牌
|
|
|
|
+ { path: 'LT-YXSYKWH-GZWH', component: RulesManager, name: 'RulesManager' }, //规则管理
|
|
|
|
+ { path: 'LT-YXSYKWH-TJGZWH', component: AddRule, name: 'AddRule' }, //规则添加
|
|
|
|
+ { path: 'LT-YXSYKWH-GZYYWH', component: RuleApply, name: 'RuleApply' }, //规则管理
|
|
|
|
+ { path: 'LT-YXSYKWH-TJGZYYWH', component: AddRuleApply, name: 'AddRuleApply' }, //规则添加
|
|
|
|
+ { path: 'LT-BLGL', name: 'RecordManager', component: RecordManager }, //病历管理
|
|
|
|
+ { path: 'LT-BLGL-TJBLGL', name: 'AddRecord', component: AddRecord }, //添加病历
|
|
|
|
+ { path: 'LT-BLGL-CKBLGL', name: 'ShowRecord', component: ShowRecord }, //添加病历
|
|
|
|
+ { path: 'LT-ZKYMSJWH-ZDYSWH', name: 'BaseField', component: BaseField }, //字段映射
|
|
|
|
+ { path: 'LT-ZKYMSJWH-TJZDYSWH', name: 'FieldMatch', component: FieldMatch }, //添加字段映射
|
|
|
|
+ { path: 'LT-ZKYMSJWH-ZHDYWH', name: 'CombineFeild', component: CombineFeild }, //组合字段
|
|
|
|
+ { path: 'LT-ZKYMSJWH-TJZHDYWH', name: 'AddCombineFeild', component: AddCombineFeild }, //添加组合字段
|
|
|
|
+ { path: 'LT-ZKYMSJWH-MBWH', name: 'QualityControlTemp', component: QualityControlTemp }, //模板维护
|
|
|
|
+ { path: 'LT-ZKYMSJWH-TMGLZKLX', name: 'ItemDataType', component: ItemDataType }, //条目关联质控类型
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-ZKYMSJWH-TMGLZKLXGL',
|
|
|
|
+ name: 'ItemDataTypeRelation',
|
|
|
|
+ component: ItemDataTypeRelation,
|
|
|
|
+ }, //条目关联质控类型--关联
|
|
|
|
|
|
- {
|
|
|
|
- path: 'LT-ZKYMSJWH-TJMBWH',
|
|
|
|
- name: 'AddQualityControlTemp',
|
|
|
|
- component: AddQualityControlTemp,
|
|
|
|
- }, //添加模板维护
|
|
|
|
- { path: 'LT-BLZK-BLRl', name: 'RecordInput', component: RecordInput }, //病例录入
|
|
|
|
- { path: 'LT-BLZK-TJBLRl', name: 'AddRecordInput', component: AddRecordInput }, //病例录入
|
|
|
|
- { path: 'LT-ZKYMSJWH-ZKTM', name: 'RecordItemList', component: RecordItemList }, //病例条目
|
|
|
|
- { path: 'LT-BLZK-TJBLTM', name: 'AddRecordItem', component: AddRecordItem }, //病例条目
|
|
|
|
- { path: 'LT-BLZK-PLGLBLTM', name: 'ManageItemBatch', component: ManageItemBatch }, //病例条目
|
|
|
|
- { path: 'LT-ZKYMSJWH-ZKLXWH', name: 'QCTypeMang', component: QCTypeMang }, //质控类型
|
|
|
|
- { path: 'LT-ZKYMSJWH-TJZKLXWH', name: 'AddQcType', component: AddQcType }, //添加质控类型
|
|
|
|
- { path: 'LT-ZKYMSJWH-ZDHCSTJ', name: 'AutoTestList', component: AutoTestList }, //自动化测试统计
|
|
|
|
- { path: 'LT-ZKYMSJWH-RWLB', name: 'AutoTestTask', component: AutoTestTask }, //自动化测试统计-转为任务
|
|
|
|
- { path: 'LT-ZKYMSJWH-ZDHCSXQ', name: 'TaskDetail', component: TaskDetail }, //自动化测试统计-转为任务-详情
|
|
|
|
- { path: 'LT-ZKYMSJWH-BZBL', name: 'StandardRecord', component: StandardRecord }, //标准病历
|
|
|
|
- { path: 'LT-ZKYMSJWH-TJBZBL', name: 'AddStandardRecord', component: AddStandardRecord }, //添加标准病历
|
|
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-ZKYMSJWH-TJMBWH',
|
|
|
|
+ name: 'AddQualityControlTemp',
|
|
|
|
+ component: AddQualityControlTemp,
|
|
|
|
+ }, //添加模板维护
|
|
|
|
+ { path: 'LT-BLZK-BLRl', name: 'RecordInput', component: RecordInput }, //病例录入
|
|
|
|
+ { path: 'LT-BLZK-TJBLRl', name: 'AddRecordInput', component: AddRecordInput }, //病例录入
|
|
|
|
+ { path: 'LT-ZKYMSJWH-ZKTM', name: 'RecordItemList', component: RecordItemList }, //病例条目
|
|
|
|
+ { path: 'LT-BLZK-TJBLTM', name: 'AddRecordItem', component: AddRecordItem }, //病例条目
|
|
|
|
+ { path: 'LT-BLZK-PLGLBLTM', name: 'ManageItemBatch', component: ManageItemBatch }, //病例条目
|
|
|
|
+ { path: 'LT-ZKYMSJWH-ZKLXWH', name: 'QCTypeMang', component: QCTypeMang }, //质控类型
|
|
|
|
+ { path: 'LT-ZKYMSJWH-TJZKLXWH', name: 'AddQcType', component: AddQcType }, //添加质控类型
|
|
|
|
+ { path: 'LT-ZKYMSJWH-ZDHCSTJ', name: 'AutoTestList', component: AutoTestList }, //自动化测试统计
|
|
|
|
+ { path: 'LT-ZKYMSJWH-RWLB', name: 'AutoTestTask', component: AutoTestTask }, //自动化测试统计-转为任务
|
|
|
|
+ { path: 'LT-ZKYMSJWH-ZDHCSXQ', name: 'TaskDetail', component: TaskDetail }, //自动化测试统计-转为任务-详情
|
|
|
|
+ { path: 'LT-ZKYMSJWH-BZBL', name: 'StandardRecord', component: StandardRecord }, //标准病历
|
|
|
|
+ { path: 'LT-ZKYMSJWH-TJBZBL', name: 'AddStandardRecord', component: AddStandardRecord }, //添加标准病历
|
|
|
|
|
|
- { path: 'LT-CDSSSJWH-JTSYZSWH', component: MedicinePromptCDSS, name: 'MedicinePromptCDSS' }, //医学术语关联维护
|
|
|
|
- {
|
|
|
|
- path: 'LT-YXSYKWH-TJYXSYJTZSCDSS',
|
|
|
|
- component: AddMedicinePromptCDSS,
|
|
|
|
- name: 'AddMedicinePromptCDSS',
|
|
|
|
- }, //医学术语提示信息维护添加
|
|
|
|
- { path: 'LT-CDSSSJWH-YXSYGLWH', component: MedicalTerm, name: 'MedicalTermCDSS' }, //医学术语关联维护
|
|
|
|
- { path: 'YXSYK-ZDGLWH', component: Disease, name: 'Disease' }, //诊断关联维护
|
|
|
|
- { path: 'LT-ZDGLWH-TJHYDXXYGBXDY', component: AddDisease, name: 'AddDisease' }, //诊断关联维护--添加关联
|
|
|
|
- { path: 'YXSYK-JYGLWH', component: Lis, name: 'Lis' }, //检验关联维护
|
|
|
|
- { path: 'LT-JYGLWH-TJHYDXXYGBXDY', component: AddLis, name: 'AddLis' }, //检验关联维护--添加关联
|
|
|
|
- { path: 'YXSYK-JCGLWH', component: Pacs, name: 'Pacs' }, //检查关联维护
|
|
|
|
- { path: 'LT-JCGLWH-TJHYDXXYGBXDY', component: AddPacs, name: 'AddPacs' }, //检查关联维护--添加关联
|
|
|
|
- { path: 'YXSYK-YPGLWH', component: DrugManage, name: 'DrugManage' }, //药品关联维护
|
|
|
|
- { path: 'LT-YPGLWH-TJHYDXXYGBXDY', component: AddDrug, name: 'AddDrug' }, //药品关联维护--添加关联
|
|
|
|
- { path: 'YXSYK-SSCZGLWH', component: Operation, name: 'Operation' }, //手术/操作关联维护
|
|
|
|
- { path: 'LT-SSCZGLWH-TJHYDXXYGBXDY', component: AddOperation, name: 'AddOperation' }, //手术/操作关联维护--添加关联
|
|
|
|
- { path: 'YXSYK-SXGLWH', component: Fusion, name: 'Fusion' }, //输血关联维护
|
|
|
|
- { path: 'LT-SXGLWH-TJHYDXXYGBXDY', component: AddFusion, name: 'AddFusion' }, //输血关联维护--添加关联
|
|
|
|
- { path: 'YXSYK-KSGLWH', component: DeptManage, name: 'DeptManage' }, //科室关联维护
|
|
|
|
- { path: 'LT-KSGLWH-TJHYDXXYGBXDY', component: AddDept, name: 'AddDept' }, //科室关联维护--添加关联
|
|
|
|
- // { path: 'YXSYK-GLWH', component: Correlation, name: 'Correlation' }, //关联维护设置
|
|
|
|
- { path: 'LT-CDSSSJWH-DZBLFAPZ', component: Plan, name: 'Plan' }, //电子病历方案配置
|
|
|
|
- { path: 'LT-CDSSSJWH-DZBLFAPZEDIT', component: AddPlan, name: 'AddPlan' }, //电子病历方案配置--新增编辑
|
|
|
|
- { path: 'LT-CDSSSJWH-ZSTPBZSYWH', component: KnowledgeManage, name: 'KnowledgeManage' }, //知识图谱标准术语维护
|
|
|
|
- { path: 'LT-CDSSSJWH-ZSTPBZSYWHEDIT', component: AddKnowledge, name: 'AddKnowledge' }, //知识图谱标准术语维护--新增编辑
|
|
|
|
|
|
+ { path: 'LT-CDSSSJWH-JTSYZSWH', component: MedicinePromptCDSS, name: 'MedicinePromptCDSS' }, //医学术语关联维护
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-YXSYKWH-TJYXSYJTZSCDSS',
|
|
|
|
+ component: AddMedicinePromptCDSS,
|
|
|
|
+ name: 'AddMedicinePromptCDSS',
|
|
|
|
+ }, //医学术语提示信息维护添加
|
|
|
|
+ { path: 'LT-CDSSSJWH-YXSYGLWH', component: MedicalTerm, name: 'MedicalTermCDSS' }, //医学术语关联维护
|
|
|
|
+ { path: 'YXSYK-ZDGLWH', component: Disease, name: 'Disease' }, //诊断关联维护
|
|
|
|
+ { path: 'LT-ZDGLWH-TJHYDXXYGBXDY', component: AddDisease, name: 'AddDisease' }, //诊断关联维护--添加关联
|
|
|
|
+ { path: 'YXSYK-JYGLWH', component: Lis, name: 'Lis' }, //检验关联维护
|
|
|
|
+ { path: 'LT-JYGLWH-TJHYDXXYGBXDY', component: AddLis, name: 'AddLis' }, //检验关联维护--添加关联
|
|
|
|
+ { path: 'YXSYK-JCGLWH', component: Pacs, name: 'Pacs' }, //检查关联维护
|
|
|
|
+ { path: 'LT-JCGLWH-TJHYDXXYGBXDY', component: AddPacs, name: 'AddPacs' }, //检查关联维护--添加关联
|
|
|
|
+ { path: 'YXSYK-YPGLWH', component: DrugManage, name: 'DrugManage' }, //药品关联维护
|
|
|
|
+ { path: 'LT-YPGLWH-TJHYDXXYGBXDY', component: AddDrug, name: 'AddDrug' }, //药品关联维护--添加关联
|
|
|
|
+ { path: 'YXSYK-SSCZGLWH', component: Operation, name: 'Operation' }, //手术/操作关联维护
|
|
|
|
+ { path: 'LT-SSCZGLWH-TJHYDXXYGBXDY', component: AddOperation, name: 'AddOperation' }, //手术/操作关联维护--添加关联
|
|
|
|
+ { path: 'YXSYK-SXGLWH', component: Fusion, name: 'Fusion' }, //输血关联维护
|
|
|
|
+ { path: 'LT-SXGLWH-TJHYDXXYGBXDY', component: AddFusion, name: 'AddFusion' }, //输血关联维护--添加关联
|
|
|
|
+ { path: 'YXSYK-KSGLWH', component: DeptManage, name: 'DeptManage' }, //科室关联维护
|
|
|
|
+ { path: 'LT-KSGLWH-TJHYDXXYGBXDY', component: AddDept, name: 'AddDept' }, //科室关联维护--添加关联
|
|
|
|
+ // { path: 'YXSYK-GLWH', component: Correlation, name: 'Correlation' }, //关联维护设置
|
|
|
|
+ { path: 'LT-CDSSSJWH-DZBLFAPZ', component: Plan, name: 'Plan' }, //电子病历方案配置
|
|
|
|
+ { path: 'LT-CDSSSJWH-DZBLFAPZEDIT', component: AddPlan, name: 'AddPlan' }, //电子病历方案配置--新增编辑
|
|
|
|
+ { path: 'LT-CDSSSJWH-ZSTPBZSYWH', component: KnowledgeManage, name: 'KnowledgeManage' }, //知识图谱标准术语维护
|
|
|
|
+ { path: 'LT-CDSSSJWH-ZSTPBZSYWHEDIT', component: AddKnowledge, name: 'AddKnowledge' }, //知识图谱标准术语维护--新增编辑
|
|
|
|
|
|
- { path: 'LT-CDSSSJWH-YYGL', component: HospitalCDSS, name: 'HospitalCDSS' }, //医院管理
|
|
|
|
- { path: 'LT-CDSSSJWH-YYGLEDIT', component: AddHospitalCDSS, name: 'AddHospitalCDSS' }, //医院管理--新增编辑
|
|
|
|
- { path: 'LT-CDSSSJWH-YYYHGL', component: HospitalUserCDSS, name: 'HospitalUserCDSS' }, //医院用户管理
|
|
|
|
- {
|
|
|
|
- path: 'LT-CDSSSJWH-YYYHGLEDIT',
|
|
|
|
- component: AddHospitalUserCDSS,
|
|
|
|
- name: 'AddHospitalUserCDSS',
|
|
|
|
- }, //医院用户管理--添加用户
|
|
|
|
- { path: 'LT-CDSSSJWH-BBWH', component: VersionCDSS, name: 'VersionCDSS' }, //CDSS版本信息维护
|
|
|
|
- { path: 'LT-CDSSSJWH-BBWHEDIT', component: AddVersionCDSS, name: 'AddVersionCDSS' }, //CDSS版本信息维护--新增编辑
|
|
|
|
- { path: 'LT-CDSSSJWH-BBWHDETAIL', component: VersionDetailCDSS, name: 'VersionDetailCDSS' }, //CDSS版本信息维护--详情
|
|
|
|
- { path: 'LT-CDSSSJWH-MZSMWH', component: DisclaimerCDSS, name: 'DisclaimerCDSS' }, //免责声明维护
|
|
|
|
- { path: 'LT-CDSSSJWH-MZSMWHEDIT', component: AddDisclaimerCDSS, name: 'AddDisclaimerCDSS' }, //免责声明维护--新增编辑
|
|
|
|
- {
|
|
|
|
- path: 'LT-CDSSSJWH-MZSMWHDETAIL',
|
|
|
|
- component: DisclaimerDetailCDSS,
|
|
|
|
- name: 'DisclaimerDetailCDSS',
|
|
|
|
- }, //免责声明维护--新增编辑
|
|
|
|
- {
|
|
|
|
- path: 'LT-YYSYZDHCS-ZSTPGZCS',
|
|
|
|
- component: KnowledgeMapRuleTest,
|
|
|
|
- name: 'KnowledgeMapRuleTest',
|
|
|
|
- }, //知识图谱规则测试
|
|
|
|
- {
|
|
|
|
- path: 'LT-YYSYZDHCS-JTZSYSCS',
|
|
|
|
- component: StaticKnowledgeMapTest,
|
|
|
|
- name: 'StaticKnowledgeMapTest',
|
|
|
|
- }, //静态知识映射测试
|
|
|
|
- {
|
|
|
|
- path: 'LT-YYSYZDHCS-ZSTPGZCS-TYGZCS',
|
|
|
|
- component: BillCommonTest,
|
|
|
|
- name: 'BillCommonTest',
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'LT-YYSYZDHCS-ZSTPGZCS-SXGZCS',
|
|
|
|
- component: BillFusionTest,
|
|
|
|
- name: 'BillFusionTest',
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'LT-YYSYZDHCS-ZSTPGZCS-SYSJCGZCS',
|
|
|
|
- component: CriticalLabTest,
|
|
|
|
- name: 'CriticalLabTest',
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'LT-YYSYZDHCS-ZSTPGZCS-FZJCGZCS',
|
|
|
|
- component: CriticalAuxTest,
|
|
|
|
- name: 'CriticalAuxTest',
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'LT-YYSYZDHCS-ZSTPGZCS-GWYPGZCS',
|
|
|
|
- component: HighRiskDrugTest,
|
|
|
|
- name: 'HighRiskDrugTest',
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'LT-YYSYZDHCS-ZSTPGZCS-GWSSZHGZCS',
|
|
|
|
- component: HighRiskOperationTest,
|
|
|
|
- name: 'HighRiskOperationTest',
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'LT-YYSYZDHCS-ZSTPGZCS-QTHYGZCS',
|
|
|
|
- component: OtherAssayRuleTest,
|
|
|
|
- name: 'OtherAssayRuleTest',
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'LT-YYSYZDHCS-ZSTPGZCS-QTFJGZCS',
|
|
|
|
- component: OtherAuxRuleTest,
|
|
|
|
- name: 'OtherAuxRuleTest',
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'LT-YYSYZDHCS-ZSTPGZCS-QTFXGZCS',
|
|
|
|
- component: OtherFusionRuleTest,
|
|
|
|
- name: 'OtherFusionRuleTest',
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'LT-YYSYZDHCS-JTZSYSCS-WYSZD',
|
|
|
|
- component: LessStaticOrNoMap,
|
|
|
|
- name: 'LessStaticOrNoMap',
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'LT-ZSKJCWH-JCSYWH',
|
|
|
|
- component: BasicTermsMaintenance,
|
|
|
|
- name: 'BasicTermsMaintenance',
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'LT-ZSKJCWH-JCCXWH',
|
|
|
|
- component: BasicPartOfSpeech,
|
|
|
|
- name: 'BasicPartOfSpeech',
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'LT-ZSKJCWH-JCGXLXWH',
|
|
|
|
- component: BasicRelationship,
|
|
|
|
- name: 'BasicRelationship',
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'LT-ZSKJCWH-JCSYWH-EDIT',
|
|
|
|
- component: AddTerm,
|
|
|
|
- name: 'AddTerm',
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'LT-ZSKKZWH-JTXXWH',
|
|
|
|
- component: StaticInfo,
|
|
|
|
- name: 'StaticInfo',
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: 'LT-ZSKKZWH-JTXXWH-EDIT',
|
|
|
|
- component: AddDevKnow,
|
|
|
|
- name: 'AddDevKnow',
|
|
|
|
- },
|
|
|
|
- ],
|
|
|
|
- },
|
|
|
|
|
|
+ { path: 'LT-CDSSSJWH-YYGL', component: HospitalCDSS, name: 'HospitalCDSS' }, //医院管理
|
|
|
|
+ { path: 'LT-CDSSSJWH-YYGLEDIT', component: AddHospitalCDSS, name: 'AddHospitalCDSS' }, //医院管理--新增编辑
|
|
|
|
+ { path: 'LT-CDSSSJWH-YYYHGL', component: HospitalUserCDSS, name: 'HospitalUserCDSS' }, //医院用户管理
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-CDSSSJWH-YYYHGLEDIT',
|
|
|
|
+ component: AddHospitalUserCDSS,
|
|
|
|
+ name: 'AddHospitalUserCDSS',
|
|
|
|
+ }, //医院用户管理--添加用户
|
|
|
|
+ { path: 'LT-CDSSSJWH-BBWH', component: VersionCDSS, name: 'VersionCDSS' }, //CDSS版本信息维护
|
|
|
|
+ { path: 'LT-CDSSSJWH-BBWHEDIT', component: AddVersionCDSS, name: 'AddVersionCDSS' }, //CDSS版本信息维护--新增编辑
|
|
|
|
+ { path: 'LT-CDSSSJWH-BBWHDETAIL', component: VersionDetailCDSS, name: 'VersionDetailCDSS' }, //CDSS版本信息维护--详情
|
|
|
|
+ { path: 'LT-CDSSSJWH-MZSMWH', component: DisclaimerCDSS, name: 'DisclaimerCDSS' }, //免责声明维护
|
|
|
|
+ { path: 'LT-CDSSSJWH-MZSMWHEDIT', component: AddDisclaimerCDSS, name: 'AddDisclaimerCDSS' }, //免责声明维护--新增编辑
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-CDSSSJWH-MZSMWHDETAIL',
|
|
|
|
+ component: DisclaimerDetailCDSS,
|
|
|
|
+ name: 'DisclaimerDetailCDSS',
|
|
|
|
+ }, //免责声明维护--新增编辑
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-YYSYZDHCS-ZSTPGZCS',
|
|
|
|
+ component: KnowledgeMapRuleTest,
|
|
|
|
+ name: 'KnowledgeMapRuleTest',
|
|
|
|
+ }, //知识图谱规则测试
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-YYSYZDHCS-JTZSYSCS',
|
|
|
|
+ component: StaticKnowledgeMapTest,
|
|
|
|
+ name: 'StaticKnowledgeMapTest',
|
|
|
|
+ }, //静态知识映射测试
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-YYSYZDHCS-ZSTPGZCS-TYGZCS',
|
|
|
|
+ component: BillCommonTest,
|
|
|
|
+ name: 'BillCommonTest',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-YYSYZDHCS-ZSTPGZCS-SXGZCS',
|
|
|
|
+ component: BillFusionTest,
|
|
|
|
+ name: 'BillFusionTest',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-YYSYZDHCS-ZSTPGZCS-SYSJCGZCS',
|
|
|
|
+ component: CriticalLabTest,
|
|
|
|
+ name: 'CriticalLabTest',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-YYSYZDHCS-ZSTPGZCS-FZJCGZCS',
|
|
|
|
+ component: CriticalAuxTest,
|
|
|
|
+ name: 'CriticalAuxTest',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-YYSYZDHCS-ZSTPGZCS-GWYPGZCS',
|
|
|
|
+ component: HighRiskDrugTest,
|
|
|
|
+ name: 'HighRiskDrugTest',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-YYSYZDHCS-ZSTPGZCS-GWSSZHGZCS',
|
|
|
|
+ component: HighRiskOperationTest,
|
|
|
|
+ name: 'HighRiskOperationTest',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-YYSYZDHCS-ZSTPGZCS-QTHYGZCS',
|
|
|
|
+ component: OtherAssayRuleTest,
|
|
|
|
+ name: 'OtherAssayRuleTest',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-YYSYZDHCS-ZSTPGZCS-QTFJGZCS',
|
|
|
|
+ component: OtherAuxRuleTest,
|
|
|
|
+ name: 'OtherAuxRuleTest',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-YYSYZDHCS-ZSTPGZCS-QTFXGZCS',
|
|
|
|
+ component: OtherFusionRuleTest,
|
|
|
|
+ name: 'OtherFusionRuleTest',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-YYSYZDHCS-JTZSYSCS-WYSZD',
|
|
|
|
+ component: LessStaticOrNoMap,
|
|
|
|
+ name: 'LessStaticOrNoMap',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-ZSKJCWH-JCSYWH',
|
|
|
|
+ component: BasicTermsMaintenance,
|
|
|
|
+ name: 'BasicTermsMaintenance',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-ZSKJCWH-JCCXWH',
|
|
|
|
+ component: BasicPartOfSpeech,
|
|
|
|
+ name: 'BasicPartOfSpeech',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-ZSKJCWH-JCGXLXWH',
|
|
|
|
+ component: BasicRelationship,
|
|
|
|
+ name: 'BasicRelationship',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-ZSKJCWH-JCSYWH-EDIT',
|
|
|
|
+ component: AddTerm,
|
|
|
|
+ name: 'AddTerm',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-ZSKKZWH-JTXXWH',
|
|
|
|
+ component: StaticInfo,
|
|
|
|
+ name: 'StaticInfo',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-ZSKKZWH-JTXXWH-EDIT',
|
|
|
|
+ component: AddDevKnow,
|
|
|
|
+ name: 'AddDevKnow',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-ZSKKZWH-GZWH',
|
|
|
|
+ component: ZskRuleManager,
|
|
|
|
+ name: 'ZskRuleManager',
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: 'LT-ZSKKZWH-TJGZ',
|
|
|
|
+ component: AddZskRule,
|
|
|
|
+ name: 'AddZskRule',
|
|
|
|
+ },
|
|
|
|
+ ],
|
|
|
|
+ },
|
|
];
|
|
];
|