Socket
Book a DemoInstallSign in
Socket

iehis

Package Overview
Dependencies
Maintainers
1
Versions
8
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

iehis

安装

unpublished
latest
npmnpm
Version
1.0.8
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

README

安装

npm i iehis

使用

import { Ieheader } from 'iehis';

<Ieheader option={{ title: '门诊医技站分系统', des: '万博东方医院 门诊治疗室', username: '测试用户', loginout: () => { console.log('退出登录'); loginOut(); }, }} >

组件

1:头部

import { Ieheader } from 'iehis';

<Ieheader option={{ title: '门诊医技站分系统', des: '万博东方医院 门诊治疗室', username: '测试用户', loginout: () => { console.log('退出登录'); loginOut(); }, }} >

2:底部

import { Iefooter } from 'iehis';

3:copyright

import { IeCopyright } from 'iehis';

4:检索框 QueryPatByES

import { IeQueryPatByES } from 'iehis';

  <IeQueryPatByES
    onSelect={(v) => {
      console.log(v);//患者p_id
    }}
  ></IeQueryPatByES>

5:查询患者列表 IeQueryPatInfo

import { IeQueryPatInfo } from 'iehis';

  <IeQueryPatInfo
    onok={(v) => {
      console.log(v);//或者信息
    }}
  ></IeQueryPatInfo>

6:读卡

import IeReadCard from './readCard';

7:门诊补录

import IeRepairFee from './repairFee';

  <IeRepairFee
    open={open}
    option={{
      p_id: '20220728111450725190', //选填
      order_id: 'CZBL01', //必填
      oper_code: '000808', //必填
    }}
    onCancel={() => {  //关闭
      setopen(false);
    }}
    onSuccess={() => { //保存成功

    }}
  ></IeRepairFee>

FAQs

Package last updated on 21 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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.