Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@imedx/ics-imedx-core
Advanced tools
npm i @imedx/ics-imedx-core@0.0.1-beta.1
0.0.1-beta.1 初始提供
import IMedx from '@imedx/ics-imedx-core'
/**
* 当前client实例
*/
public static clientInfo: ClientInfo
/**
* 当前user实例
*/
public static userInfo: UserInfo
/**
* 设置 request 请求
*/
public static use({ request }: { request: any })
/**
* 传过来的axios实例
*/
public static request: any
/**
* 系统参数
*/
public static system: System
/**
* 客户端操作
*/
public static client: Client
/**
* 医保核心接口
*/
public static IntfChsPlatform = IntfChsPlatform
/**
* 权限管理
*/
public static Permission = Permission
/**
* 获取code释义
*/
public static messageCore: MessageCore = new MessageCore()
/**
* 电子签名
*/
public static ESign: ESignCore
/**
* 系统参数
*/
public param: Param
/**
* 客户端报表打印
*/
public Report = Report
/**
* 客户端错误码对应释义
*/
public Messgae = Messgae
/**
* 获取系统参数
* @param key 键
* @param expirationTime 过期时间-秒
* @returns
*/
public get(key: string, expirationTime: number): Promise<any>
/**
* 获取支付方式
* @param tradeType 交易类型
* @param expirationTime 过期时间-秒
* @returns
*/
public getTradeChannel(tradeType: string, expirationTime: number): Promise<any>
/**
* 获取打印机名称
* @param name 报表名称
* @param expirationTime 过期时间-秒
* @returns 打印机名称
*/
public getPrinterName(name: string, expirationTime: number = 12 * 60 * 60): Promise<any>
/**
* 清空数据源
* @returns void
*/
public clearData(): Promise<any>
/**
* 注册数据源
* @param name 数据源名称
* @param data 数据
* @param field 指定字段对应类型 默认所有字段类型为string
* 可指定 string|bool|date|datetime|decimal|double|float|int|long|object|short
* 格式: {"id":"string","flag":"int","birthday":"date","total":"decimal"}
* @returns
*/
public registerData(name: string, data: Array<any>, field: object): Promise<any>
/**
* 设置双面打印
* @param value true双面打印 false非双面打印
* @returns
*/
public doublePass(value: Boolean): Promise<any>
/**
* 指定文件加载报表
* @param fileName frx文件名称,默认程序根目录下report文件夹下面文件
* @returns
*/
public load(fileName: string): Promise<any>
/**
* 根据Id加载报表,暂时没有启用
* @param reportId 报表Id
* @returns
*/
public loadFromId(reportId: string): Promise<any>
/**
* 导出pdf
* @param fileName 文件名称,如果不传则返回流
* @returns 文件或者文件流
*/
public ExportToPdf(fileName: string): Promise<any>
/**
* 导出html
* @param fileName 文件名称,如果不传则返回流
* @returns 文件或者文件流
*/
public exportToHtml(fileName: string): Promise<any>
/**
* 准备报表
* @param append 是否追加
* @returns
*/
public prepare(append?: Boolean): Promise<any>
/**
* 添加报表参数
* @param name 参数名称
* @param value 参数值
* @returns
*/
public addParameter(name: string, value: string): Promise<any>
/**
* 设计报表
* @returns
*/
public design(): Promise<any>
/**
* 预览报表
* @returns
*/
public show(printerName?: string, showPrintSettings?: boolean, closeAfterPrint?:boolean): Promise<any>
/**
* 预览准备报表
* @returns
*/
public showPrepared(printerName?: string, showPrintSettings?: boolean, closeAfterPrint?:boolean): Promise<any>
/**
* 打印报表
* @param printerName
* @returns
*/
public print(printerName?: string, showPrintSettings?: boolean): Promise<any>
/**
* 打印准备报表
* @param printerName
* @returns
*/
public printPrepared(printerName?: string, showPrintSettings?: boolean): Promise<any>
/**
* 释放报表
* @returns
*/
public dispose(): Promise<any>
/**
* 获取code释义
* @param codes code集合
* @param dynamicParams // 动态替换参数
* @param expirationTime 过期时间-秒
* @return code码释义
*/
public getCodeDesc(
codes: string[],
dynamicParams: any,
expirationTime: number = 24 * 60 * 60
): Promise<any>
FAQs
iMedx核心功能js封装
The npm package @imedx/ics-imedx-core receives a total of 28 weekly downloads. As such, @imedx/ics-imedx-core popularity was classified as not popular.
We found that @imedx/ics-imedx-core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.