Cảnh báo tương tác thuốc-ICD

VNPT Bến Tre - Tiện ích VNPT-HIS

What is Cảnh báo tương tác thuốc-ICD?

Cảnh báo tương tác thuốc-ICD is a Chrome extension developed by dangphucbte, and its main feature is "VNPT Bến Tre - Tiện ích VNPT-HIS".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Cảnh báo tương tác thuốc-ICD Extension CRX File

Download Cảnh báo tương tác thuốc-ICD extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        - 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                    

Extension Basic Information

Name Cảnh báo tương tác thuốc-ICD Cảnh báo tương tác thuốc-ICD
ID gnoaiefkfmfppcalkdbhladpegclbcnp
Official 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
Description VNPT Bến Tre - Tiện ích VNPT-HIS
File Size 50.39 KB
Installation Count 401
Current Version 1.6
Last Updated 2021-12-01
Publish Date 2020-05-29
Developer dangphucbte
Email [email protected]
Payment Type free
Extension Website http://his.vnptbentre.vn/
Help Page URL http://his.vnptbentre.vn/
Supported Languages 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"
            ]
        }
    ]
}