New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@imedx/ics-imedx-chromely-plugin-index-examine

Package Overview
Dependencies
Maintainers
12
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@imedx/ics-imedx-chromely-plugin-index-examine - npm Package Compare versions

Comparing version 0.0.1-beta.3 to 0.0.1-beta.4

dist/lib/icdtcm-index-examine.js

41

dist/ics-imedx-chromely-plugin-index-examine.es5.js

@@ -121,5 +121,42 @@ import icsChromelyRequest from '@icreate/ics-chromely-js-sdk';

* @Author: 陶慧灵
* @Date: 2022-10-21 09:20:20
* @LastEditors: wenbei421 346972930@qq.com
* @LastEditTime: 2022-10-28 13:04:22
* @Descripttion:
* @FilePath: \src\index-examine.ts
*/
var IcdTcmIndex = /** @class */ (function () {
function IcdTcmIndex() {
}
/**
*
* @param category:分类,例如DICT_SEX、DICT_NATION
* @param keys:关键字
* @returns 成功返回结果
*/
IcdTcmIndex.query = function (category, keys) {
if (keys === void 0) { keys = ''; }
return IndexExamine.query('IcdTcmIndex', category, keys);
};
/**
* 分页查询索引
* @param indexId: 索引id
* @param pageIndex:page索引
* @param pageSize:page尺寸
* @param category:分类,例如DICT_SEX、DICT_NATION
* @param keys:关键字
* @returns 成功返回结果
*/
IcdTcmIndex.page = function (pageIndex, pageSize, category, keys) {
if (keys === void 0) { keys = ''; }
return IndexExamine.page('IcdTcmIndex', pageIndex, pageSize, category, keys);
};
return IcdTcmIndex;
}());
/*
* @Author: 陶慧灵
* @Date: 2022-10-21 09:01:18
* @LastEditors: wenbei421 346972930@qq.com
* @LastEditTime: 2022-10-25 15:04:01
* @LastEditTime: 2022-10-28 13:05:32
* @Descripttion:

@@ -130,3 +167,3 @@ * @FilePath: \src\ics-imedx-chromely-plugin-index-examine.ts

export default IndexExamine;
export { DictIndex, Icd10Index };
export { DictIndex, Icd10Index, IcdTcmIndex };
//# sourceMappingURL=ics-imedx-chromely-plugin-index-examine.es5.js.map

@@ -127,5 +127,42 @@ (function (global, factory) {

* @Author: 陶慧灵
* @Date: 2022-10-21 09:20:20
* @LastEditors: wenbei421 346972930@qq.com
* @LastEditTime: 2022-10-28 13:04:22
* @Descripttion:
* @FilePath: \src\index-examine.ts
*/
var IcdTcmIndex = /** @class */ (function () {
function IcdTcmIndex() {
}
/**
*
* @param category:分类,例如DICT_SEX、DICT_NATION
* @param keys:关键字
* @returns 成功返回结果
*/
IcdTcmIndex.query = function (category, keys) {
if (keys === void 0) { keys = ''; }
return IndexExamine.query('IcdTcmIndex', category, keys);
};
/**
* 分页查询索引
* @param indexId: 索引id
* @param pageIndex:page索引
* @param pageSize:page尺寸
* @param category:分类,例如DICT_SEX、DICT_NATION
* @param keys:关键字
* @returns 成功返回结果
*/
IcdTcmIndex.page = function (pageIndex, pageSize, category, keys) {
if (keys === void 0) { keys = ''; }
return IndexExamine.page('IcdTcmIndex', pageIndex, pageSize, category, keys);
};
return IcdTcmIndex;
}());
/*
* @Author: 陶慧灵
* @Date: 2022-10-21 09:01:18
* @LastEditors: wenbei421 346972930@qq.com
* @LastEditTime: 2022-10-25 15:04:01
* @LastEditTime: 2022-10-28 13:05:32
* @Descripttion:

@@ -138,2 +175,3 @@ * @FilePath: \src\ics-imedx-chromely-plugin-index-examine.ts

exports.Icd10Index = Icd10Index;
exports.IcdTcmIndex = IcdTcmIndex;

@@ -140,0 +178,0 @@ Object.defineProperty(exports, '__esModule', { value: true });

6

dist/lib/ics-imedx-chromely-plugin-index-examine.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Icd10Index = exports.DictIndex = void 0;
exports.IcdTcmIndex = exports.Icd10Index = exports.DictIndex = void 0;
/*

@@ -8,3 +8,3 @@ * @Author: 陶慧灵

* @LastEditors: wenbei421 346972930@qq.com
* @LastEditTime: 2022-10-25 15:04:01
* @LastEditTime: 2022-10-28 13:05:32
* @Descripttion:

@@ -18,3 +18,5 @@ * @FilePath: \src\ics-imedx-chromely-plugin-index-examine.ts

exports.Icd10Index = icd10_index_examine_1.default;
var icdtcm_index_examine_1 = require("./icdtcm-index-examine");
exports.IcdTcmIndex = icdtcm_index_examine_1.default;
exports.default = index_examine_1.default;
//# sourceMappingURL=ics-imedx-chromely-plugin-index-examine.js.map
import IndexExamine from './index-examine';
import DictIndex from './dict-index-examine';
import Icd10Index from './icd10-index-examine';
import IcdTcmIndex from './icdtcm-index-examine';
export default IndexExamine;
export { DictIndex, Icd10Index };
export { DictIndex, Icd10Index, IcdTcmIndex };
{
"name": "@imedx/ics-imedx-chromely-plugin-index-examine",
"version": "0.0.1-beta.3",
"version": "0.0.1-beta.4",
"description": "",

@@ -5,0 +5,0 @@ "keywords": [],

@@ -34,2 +34,4 @@ ### 引入

### 字典索引调用方法
```javascript

@@ -39,3 +41,2 @@ import { DictIndex } from '@imedx/ics-imedx-chromely-plugin-index-examine'

### 字典索引调用方法
> query 查询索引

@@ -70,2 +71,5 @@ ```javascript

### ICD10诊断索引调用方法
```javascript

@@ -75,4 +79,2 @@ import { Icd10Index } from '@imedx/ics-imedx-chromely-plugin-index-examine'

### ICD10诊断索引调用方法
> query 查询索引

@@ -103,1 +105,35 @@ ```javascript

```
### 中医诊断索引
```javascript
import { IcdTcmIndex } from '@imedx/ics-imedx-chromely-plugin-index-examine'
```
> query 查询索引
```javascript
/**
* 查询中医诊断索引
* @param category:分类,例如1 病,2 证,3 治
* @returns 成功返回结果
*/
IcdTcmIndex.query(category: string, keys: string = ''):Promise<any>
```
> page 分页查询索引
```javascript
/**
* 分页查询索引
* @param pageIndex:page索引
* @param pageSize:page尺寸
* @param category:分类,例如1 病,2 证,3 治
* @param keys:关键字
* @returns 成功返回结果
*/
IcdTcmIndex.page(
pageIndex: number,
pageSize: number,
category: string,
keys: string = ''
): Promise<any>
```

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc