🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

tomtaw-table

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

tomtaw-table

tomtaw-table

0.1.1
unpublished
npm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

医网云UDI组件

该组件主要用于展示关于系统(UDI)信息,该功能所有的已经注册过的业务系统都应该实现 目前已注册的业务系统有:云pacs(除了核医学)、远程医疗信息系统、影像云存储共享系统、云病理、远程医学教育、质控系统、智能科室管理系统

安装

npm install tomtaw-system-about -registry http://192.168.1.171:8081/repository/npm-group/

或者

yarn add tomtaw-system-about --registry http://192.168.1.171:8081/repository/npm-group/

使用


import aboutSystem  from 'tomtaw-system-about';
// 然后使用时调用下aboutSystem方法就行
// manager 为我们去获取Token的对象 userInfo(登录信息)
// 如: manager = new SecurityService();
manager.getRole().then((userInfo) => {
  aboutSystem(appKey,userInfo);
});


// 常见的appkey值 有以下这些:
/// 云PACS
appKey = "cloudpacs";

/// 远程医疗信息系统
appKey = "telemed";

/// 影像云存储共享
appKey = "idcas";

/// 平台运营管理系统
appKey = "operate";

/// 云病理
appKey = "pis";

/// 远程医学教育
appKey = "teaching";

/// 质控系统
appKey = "quality";

/// 智能科室管理系统
appKey = "dms";

FAQs

Package last updated on 04 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts