
Security News
Meet Socket at Black Hat and DEF CON 2025 in Las Vegas
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
tomtaw-table
Advanced tools
该组件主要用于展示关于系统(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
tomtaw-table
The npm package tomtaw-table receives a total of 0 weekly downloads. As such, tomtaw-table popularity was classified as not popular.
We found that tomtaw-table demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.