0.1.14 • Published 2 years ago

@imedx/ics-imedx-patient v0.1.14

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

**# 说明**

门诊医生工作站既往病历组件、时间线信息展示

**## 安装**

`

npm i @imedx/ics-imedx-op-anamnesis #安装包

`

## 在vue中使用

一、既往病历

### 1、在界面中引入

`

import ImedxOpAnamnesis from '@imedx/ics-imedx-op-anamnesis'

Vue.use(ImedxOpAnamnesis)//全局注册

`

### 2、在vue模板中使用展示患者既往病历信息

<anamsesis :patientId="patientId" @selectAnamnesisInfo="" @referenceEmrInfo="">

`

2、参数

| 参数名 | 参数解释 | 参数类型 | 备注 |

| :-----| ----: | :----: | :----: |

| patientId | 患者id | String |

3、事件

| 事件名 | 参数解释 | 参数类型 | 备注 |

| :-----| ----: | :----: | :----: |

| selectAnamnesisInfo | 卡片选中事件 | Function | 事件返回参数,病历信息 |

| referenceEmrInfo | 既往病历引用事件 | Function | 事件返回参数,病历信息 |

二、时间线组件

1、在界面中引入

import MedicalProcessfrom ' @imedx/ics-imedx-patient' 

Vue.use(MedicalProcessfrom)//全局注册

2、在页面中使用该组件

<MedicalProcess :patientId="patientId" :showNow="showNow" />

3、参数定义

patientIdData:为患者id,需要传入
showNow:为是否显示当次,默认不显示。
0.1.11

2 years ago

0.1.12

2 years ago

0.1.13

2 years ago

0.1.14

2 years ago

0.3.0

2 years ago

0.3.6

2 years ago

0.2.7

2 years ago

0.3.5

2 years ago

0.2.6

2 years ago

0.2.9

2 years ago

0.3.7

2 years ago

0.2.8

2 years ago

0.3.2

2 years ago

0.2.3

2 years ago

0.3.4

2 years ago

0.2.5

2 years ago

0.3.3

2 years ago

0.2.4

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago