🚀 DAY 2 OF LAUNCH WEEK: Announcing Socket Certified Patches: One-Click Fixes for Vulnerable Dependencies.Learn more
Socket
Book a DemoInstallSign in
Socket

@imedx/ics-imedx-exam-lab-bill

Package Overview
Dependencies
Maintainers
9
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@imedx/ics-imedx-exam-lab-bill

检查检验开立组件

latest
npmnpm
Version
0.3.45
Version published
Maintainers
9
Created
Source

app-vue-component

IMedx的应用组件开发模板

说明

检查开立、检验开立组件

1、安装

npm install  @imedx/ics-imedx-exam-lab-bill

2、使用

  • 检验开立组件

    参数说明:orderList为传检验数据 visitInfo为患者信息

    方法说明:save() 用于获取检验数据

import LabBill from '@imedx/ics-imedx-exam-lab-bill'
Vue.use(LabBill)// 全局注册

<lab-bill :order-list="orderList"  />
import ExamBill from '@imedx/ics-imedx-exam-lab-bill'
Vue.use(ExamBill)// 全局注册
  • 检查开立组件

参数说明:orderList为传检查数据 visitInfo为患者信息

方法说明:save() 用于获取检查数据

<exam-bill :order-list="orderList"  />

Open Template Route

http://localhost:<port>/#/test-demo1
http://localhost:<port>/#/test-demo2

Keywords

@imedx/ics-imedx-exam-lab-bill

FAQs

Package last updated on 22 Sep 2022

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