0.0.2 • Published 2 months ago

@imedx/ics-imedx-intf-pacs-connectivity-core v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 months ago

Usage

npm i @imedx/ics-imedx-intf-pacs-connectivity-core@0.0.1

feature

0.0.1 初始提供

Features

  • ics-imedx-intf-pacs-connectivity-core:医学影像互联互通核心接口实现

Importing library

You can import the generated bundle to use the whole library generated by this starter:

import { install, uninstall, IXXXXInterface } from '@imedx/ics-imedx-intf-pacs-connectivity-core'

ics-imedx-intf-pacs-connectivity-core

  // 安装核心接口
  install(Vue: any, opts = {})

  // 卸载核心接口
  uninstall(Vue: any, opts = {})