|
@@ -205,7 +205,7 @@ export default {
|
|
'searchKnowledgeLis': 'api/knowledgeman/scaleContent/index', //量表结构检索
|
|
'searchKnowledgeLis': 'api/knowledgeman/scaleContent/index', //量表结构检索
|
|
'getknowledgeList': 'api/knowledgeman/dictionaryInfo/getList', //量表结构字典信息
|
|
'getknowledgeList': 'api/knowledgeman/dictionaryInfo/getList', //量表结构字典信息
|
|
'getModuleType': 'api/icssman/moduleInfo/getModuleType', //模板维护 -- 类型筛选
|
|
'getModuleType': 'api/icssman/moduleInfo/getModuleType', //模板维护 -- 类型筛选
|
|
- 'indexByLexicon': 'api/icssman/questionInfo/indexByLexicon', //知识库标准化-根据名称和术语库词性类型搜索
|
|
|
|
|
|
+ 'indexByLexicon': testUrl+'/'+'api/icssman/questionInfo/indexByLexicon', //知识库标准化-根据名称和术语库词性类型搜索
|
|
'indexByLexiconStandWord':'api/knowledgeman/commonconcept/indexByLexicon', //知识库标准化-根据名称搜索
|
|
'indexByLexiconStandWord':'api/knowledgeman/commonconcept/indexByLexicon', //知识库标准化-根据名称搜索
|
|
'getAssaySon': 'api/knowledgeman/lisSonContact/lisSonContactList', //化验子项维护
|
|
'getAssaySon': 'api/knowledgeman/lisSonContact/lisSonContactList', //化验子项维护
|
|
'getAssaySonDetail': 'api/knowledgeman/lisSonContact/relationContactDetail', //化验子项维护-详情
|
|
'getAssaySonDetail': 'api/knowledgeman/lisSonContact/relationContactDetail', //化验子项维护-详情
|
|
@@ -235,18 +235,18 @@ export default {
|
|
/*********预问诊相关接口**********/
|
|
/*********预问诊相关接口**********/
|
|
'questionList':testUrl+'/api/precman/questionInfo_prec/page', //预问诊-填写单列表
|
|
'questionList':testUrl+'/api/precman/questionInfo_prec/page', //预问诊-填写单列表
|
|
'questionAdd':testUrl+'/api/precman/questionInfo_prec/saveOrUpdate', //预问诊-填写单添加
|
|
'questionAdd':testUrl+'/api/precman/questionInfo_prec/saveOrUpdate', //预问诊-填写单添加
|
|
- 'questionSearch':'/api/precman/questionInfo_prec/index', //预问诊-填写单检索
|
|
|
|
|
|
+ 'questionSearch':testUrl+'/api/precman/questionInfo_prec/index', //预问诊-填写单检索
|
|
'preTypeList':testUrl+'/api/precman/dictionaryInfo_prec/getList', //类型枚举
|
|
'preTypeList':testUrl+'/api/precman/dictionaryInfo_prec/getList', //类型枚举
|
|
'questionDel':'/api/precman/questionInfo_prec/delete', //删除
|
|
'questionDel':'/api/precman/questionInfo_prec/delete', //删除
|
|
'uploadImg':'/api/precman/file_prec/uploadImage', //图片上传
|
|
'uploadImg':'/api/precman/file_prec/uploadImage', //图片上传
|
|
'fileDel':'/api/precman/file_prec/deleteRemoteFile', //图片删除
|
|
'fileDel':'/api/precman/file_prec/deleteRemoteFile', //图片删除
|
|
- 'questionDetail':'/api/precman/questionInfo_prec/getById', //填写单详情
|
|
|
|
- 'moduleList':'/api/precman/moduleInfo_prec/getModuleInfoList', //模板列表
|
|
|
|
|
|
+ 'questionDetail':testUrl+'/api/precman/questionInfo_prec/getById', //填写单详情
|
|
|
|
+ 'moduleList':testUrl+'/api/precman/moduleInfo_prec/getModuleInfoList', //模板列表
|
|
'addModule':'/api/precman/moduleInfo_prec/saveOrUpdateModuleInfo', //模板添加
|
|
'addModule':'/api/precman/moduleInfo_prec/saveOrUpdateModuleInfo', //模板添加
|
|
'delModule':'/api/precman/moduleInfo_prec/delete', //模板删除
|
|
'delModule':'/api/precman/moduleInfo_prec/delete', //模板删除
|
|
'moduleDetail':'/api/precman/moduleInfo_prec/getModuleInfoOne', //模板详情
|
|
'moduleDetail':'/api/precman/moduleInfo_prec/getModuleInfoOne', //模板详情
|
|
- 'deptList':'/api/precman/moduleInfo_prec/getAllDeptAndDisInfo', //模板-科室列表
|
|
|
|
- 'getPrecModuleType':'/api/precman/moduleInfo_prec/getModuleType', //获取未创建的模板类型
|
|
|
|
|
|
+ 'deptList':testUrl+'/api/precman/moduleInfo_prec/getAllDeptAndDisInfo', //模板-科室列表
|
|
|
|
+ 'getPrecModuleType':testUrl+'/api/precman/moduleInfo_prec/getModuleType', //获取未创建的模板类型
|
|
/*********诊断依据*********/
|
|
/*********诊断依据*********/
|
|
'exportDiagnosticAll': '/api/knowledgeman/diagnose/exportDiagnosticAll', //诊断依据--导出诊断依据
|
|
'exportDiagnosticAll': '/api/knowledgeman/diagnose/exportDiagnosticAll', //诊断依据--导出诊断依据
|
|
'exportDiagnosticBasis': '/api/knowledgeman/diagnose/exportDiagnosticBasis', //诊断依据--导出诊断依据问题
|
|
'exportDiagnosticBasis': '/api/knowledgeman/diagnose/exportDiagnosticBasis', //诊断依据--导出诊断依据问题
|