Cảnh báo tương tác thuốc-ICD
VNPT Bến Tre - Tiện ích VNPT-HIS
Wat is Cảnh báo tương tác thuốc-ICD?
Cảnh báo tương tác thuốc-ICD is een Chrome-extensie ontwikkeld door dangphucbte, en de belangrijkste functie is "VNPT Bến Tre - Tiện ích VNPT-HIS".
Extensie Screenshots
Download het CRX-bestand van de extensie Cảnh báo tương tác thuốc-ICD
Download Cảnh báo tương tác thuốc-ICD-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
- Cảnh báo khi cho hoạt chất có tương tác với mã bệnh ICD của bệnh nhân, khi sử dụng phần mềm VNT-HIS.
- Mặc định khi cho các loại thuốc có đơn vị tính lọ, tube, chai...thì số lượng là 1
- Cảnh báo chưa nhập triệu chứng lâm sàng khi hoàn tất khám Basisinformatie over de Extensie
| Naam | |
| ID | gnoaiefkfmfppcalkdbhladpegclbcnp |
| Officiële URL | https://chromewebstore.google.com/detail/c%E1%BA%A3nh-b%C3%A1o-t%C6%B0%C6%A1ng-t%C3%A1c-thu%E1%BB%91c/gnoaiefkfmfppcalkdbhladpegclbcnp |
| Beschrijving | VNPT Bến Tre - Tiện ích VNPT-HIS |
| Bestandsgrootte | 50.39 KB |
| Aantal Installaties | 401 |
| Huidige Versie | 1.6 |
| Laatst Bijgewerkt | 2021-12-01 |
| Publicatiedatum | 2020-05-29 |
| Ontwikkelaar | dangphucbte |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://his.vnptbentre.vn/ |
| Help Pagina-URL | http://his.vnptbentre.vn/ |
| Ondersteunde Talen | vi |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "C\u1ea3nh b\u00e1o t\u01b0\u01a1ng t\u00e1c thu\u1ed1c-ICD ",
"version": "1.6",
"description": "VNPT B\u1ebfn Tre - Ti\u1ec7n \u00edch VNPT-HIS",
"icons": {
"128": "icon.png"
},
"author": "\u0110i\u1ec1u \u0110\u0103ng Ph\u00fac - VNPT B\u1ebfn Tre",
"permissions": [
"tabs",
"bookmarks",
"https:\/\/*.vnpthis.vn\/",
"https:\/\/*.google.com\/",
"activeTab",
"unlimitedStorage"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.vnpthis.vn\/web_his\/khambenhngoaitru*"
],
"js": [
"jquery-3.4.1.min.js",
"popup.js"
]
}
]
} | |