
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
安装
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
The npm package iehis receives a total of 0 weekly downloads. As such, iehis popularity was classified as not popular.
We found that iehis 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.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.