@imedx/ics-imedx-chromely-plugin-index-examine
Advanced tools
Comparing version 0.0.1-beta.4 to 0.0.1-beta.5
@@ -158,5 +158,42 @@ import icsChromelyRequest from '@icreate/ics-chromely-js-sdk'; | ||
* @Author: 陶慧灵 | ||
* @Date: 2022-10-21 09:20:20 | ||
* @LastEditors: wenbei421 346972930@qq.com | ||
* @LastEditTime: 2022-11-17 14:46:33 | ||
* @Descripttion: | ||
* @FilePath: \src\sys-area-index-examine.ts | ||
*/ | ||
var SysAreaIndex = /** @class */ (function () { | ||
function SysAreaIndex() { | ||
} | ||
/** | ||
* 查询行政区划 | ||
* @param category:分类,父行政区划编码 | ||
* @param keys:关键字 | ||
* @returns 成功返回结果 | ||
*/ | ||
SysAreaIndex.query = function (category, keys) { | ||
if (keys === void 0) { keys = ''; } | ||
return IndexExamine.query('SysAreaIndex', category, keys); | ||
}; | ||
/** | ||
* 分页查询行政区划 | ||
* @param indexId: 索引id | ||
* @param pageIndex:page索引 | ||
* @param pageSize:page尺寸 | ||
* @param category:分类,父行政区划编码 | ||
* @param keys:关键字 | ||
* @returns 成功返回结果 | ||
*/ | ||
SysAreaIndex.page = function (pageIndex, pageSize, category, keys) { | ||
if (keys === void 0) { keys = ''; } | ||
return IndexExamine.page('SysAreaIndex', pageIndex, pageSize, category, keys); | ||
}; | ||
return SysAreaIndex; | ||
}()); | ||
/* | ||
* @Author: 陶慧灵 | ||
* @Date: 2022-10-21 09:01:18 | ||
* @LastEditors: wenbei421 346972930@qq.com | ||
* @LastEditTime: 2022-10-28 13:05:32 | ||
* @LastEditTime: 2022-11-17 14:48:32 | ||
* @Descripttion: | ||
@@ -167,3 +204,3 @@ * @FilePath: \src\ics-imedx-chromely-plugin-index-examine.ts | ||
export default IndexExamine; | ||
export { DictIndex, Icd10Index, IcdTcmIndex }; | ||
export { DictIndex, Icd10Index, IcdTcmIndex, SysAreaIndex }; | ||
//# sourceMappingURL=ics-imedx-chromely-plugin-index-examine.es5.js.map |
@@ -164,5 +164,42 @@ (function (global, factory) { | ||
* @Author: 陶慧灵 | ||
* @Date: 2022-10-21 09:20:20 | ||
* @LastEditors: wenbei421 346972930@qq.com | ||
* @LastEditTime: 2022-11-17 14:46:33 | ||
* @Descripttion: | ||
* @FilePath: \src\sys-area-index-examine.ts | ||
*/ | ||
var SysAreaIndex = /** @class */ (function () { | ||
function SysAreaIndex() { | ||
} | ||
/** | ||
* 查询行政区划 | ||
* @param category:分类,父行政区划编码 | ||
* @param keys:关键字 | ||
* @returns 成功返回结果 | ||
*/ | ||
SysAreaIndex.query = function (category, keys) { | ||
if (keys === void 0) { keys = ''; } | ||
return IndexExamine.query('SysAreaIndex', category, keys); | ||
}; | ||
/** | ||
* 分页查询行政区划 | ||
* @param indexId: 索引id | ||
* @param pageIndex:page索引 | ||
* @param pageSize:page尺寸 | ||
* @param category:分类,父行政区划编码 | ||
* @param keys:关键字 | ||
* @returns 成功返回结果 | ||
*/ | ||
SysAreaIndex.page = function (pageIndex, pageSize, category, keys) { | ||
if (keys === void 0) { keys = ''; } | ||
return IndexExamine.page('SysAreaIndex', pageIndex, pageSize, category, keys); | ||
}; | ||
return SysAreaIndex; | ||
}()); | ||
/* | ||
* @Author: 陶慧灵 | ||
* @Date: 2022-10-21 09:01:18 | ||
* @LastEditors: wenbei421 346972930@qq.com | ||
* @LastEditTime: 2022-10-28 13:05:32 | ||
* @LastEditTime: 2022-11-17 14:48:32 | ||
* @Descripttion: | ||
@@ -176,2 +213,3 @@ * @FilePath: \src\ics-imedx-chromely-plugin-index-examine.ts | ||
exports.IcdTcmIndex = IcdTcmIndex; | ||
exports.SysAreaIndex = SysAreaIndex; | ||
@@ -178,0 +216,0 @@ Object.defineProperty(exports, '__esModule', { value: true }); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.IcdTcmIndex = exports.Icd10Index = exports.DictIndex = void 0; | ||
exports.SysAreaIndex = exports.IcdTcmIndex = exports.Icd10Index = exports.DictIndex = void 0; | ||
/* | ||
@@ -8,3 +8,3 @@ * @Author: 陶慧灵 | ||
* @LastEditors: wenbei421 346972930@qq.com | ||
* @LastEditTime: 2022-10-28 13:05:32 | ||
* @LastEditTime: 2022-11-17 14:48:32 | ||
* @Descripttion: | ||
@@ -20,3 +20,5 @@ * @FilePath: \src\ics-imedx-chromely-plugin-index-examine.ts | ||
exports.IcdTcmIndex = icdtcm_index_examine_1.default; | ||
var sys_area_index_examine_1 = require("./sys-area-index-examine"); | ||
exports.SysAreaIndex = sys_area_index_examine_1.default; | ||
exports.default = index_examine_1.default; | ||
//# sourceMappingURL=ics-imedx-chromely-plugin-index-examine.js.map |
@@ -5,3 +5,4 @@ import IndexExamine from './index-examine'; | ||
import IcdTcmIndex from './icdtcm-index-examine'; | ||
import SysAreaIndex from './sys-area-index-examine'; | ||
export default IndexExamine; | ||
export { DictIndex, Icd10Index, IcdTcmIndex }; | ||
export { DictIndex, Icd10Index, IcdTcmIndex, SysAreaIndex }; |
{ | ||
"name": "@imedx/ics-imedx-chromely-plugin-index-examine", | ||
"version": "0.0.1-beta.4", | ||
"version": "0.0.1-beta.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
@@ -135,1 +135,3 @@ ### 引入 | ||
``` | ||
### 行政区划索引 |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
52930
25
732
137