Hỗ trợ HIS - VLG

Hỗ trợ kiểm tra thẻ BHYT, in toa thuốc

What is Hỗ trợ HIS - VLG?

Hỗ trợ HIS - VLG is a Chrome extension developed by lamnt.vlg, and its main feature is "Hỗ trợ kiểm tra thẻ BHYT, in toa thuốc".

Extension Screenshots

screenshot

Download Hỗ trợ HIS - VLG Extension CRX File

Download Hỗ trợ HIS - VLG 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

                        Hỗ trợ kiểm tra thẻ bảo hiểm cho phần mềm VNPT HIS
VNPT Vĩnh Long phát triển dựa theo phiên bản Kiểm tra thẻ BHYT - VNPT HIS (1.6.1) của VNPT Bình Phước.
19/10/2023 - Cập nhật lấy tham số theo form mới của HIS
20/10/2023 - Cập nhật lấy tham số cho HIS L3, thêm button In toa thuốc khambenhngoaitru.
23/10/2023 - Cập nhật thêm lại button check thẻ cho chức năng tiếp nhận bệnh án và tiếp nhận nội trú, bỏ cách lấy tham số 123, 124
14/11/2023 - Thêm tính năng check lại thông tin hành chính của bệnh nhân trước khi gửi cổng BH (Menu Viện phí -> Kiểm tra lỗi 4210 -> Button Check TTHC).
24/11/2023 - Thêm tính năng check thẻ ở chức năng Nội trú -> Kiểm tra bảng kê nội trú->Cập nhật thông tin bệnh nhân|Khám bệnh nội trú->Cập nhật thông tin bệnh nhân (Bao gồm HIS L2, HIS L3)
30/11/2023 - Thêm tính năng check thở ở chức năng khám bệnh BANT, kiểm tra bảng kê BANT
01/12/2023 - Chỉnh tính năng check thông tin hành chính. Chỉ hiện bệnh nhân lỗi hoặc cảnh báo.
13/12/2023 - Thêm button "In đơn thuốc" cho Toa mua tại quầy BV, và toa BHYT (Khám bệnh ngoại trú)                    

Extension Basic Information

Name Hỗ trợ HIS - VLG Hỗ trợ HIS - VLG
ID fkmklkohjomblmmdfeaomhbgjpnkefdp
Official URL https://chromewebstore.google.com/detail/h%E1%BB%97-tr%E1%BB%A3-his-vlg/fkmklkohjomblmmdfeaomhbgjpnkefdp
Description Hỗ trợ kiểm tra thẻ BHYT, in toa thuốc
File Size 71.37 KB
Installation Count 1,766
Current Version 1.23.1213
Last Updated 2023-12-13
Publish Date 2023-10-21
Rating 5.00/5 Total 4 Ratings
Developer lamnt.vlg
Email [email protected]
Payment Type free
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*.vnpthis.vn\/*\/tiepnhan*",
                "https:\/\/*.vnpthis.vn\/*tiepnhan*",
                "https:\/\/*.vnpthis.vn\/*khambenhngoaitru*",
                "https:\/\/*.vnpthis.vn\/*kiemtraloi_dongbobhyt_4210*",
                "https:\/\/*.vnpthis.vn\/*kiemtrabangkenoitru*",
                "https:\/\/*.vnpthis.vn\/*khambenhnoitru*",
                "https:\/\/*.vnpthis.vn\/*khambenhBANT*",
                "https:\/\/*.vnpthis.vn\/*kiemtrabangkebannt*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "H\u1ed7 tr\u1ee3 ki\u1ec3m tra th\u1ebb BHYT, in toa thu\u1ed1c",
    "host_permissions": [
        "https:\/\/egw.baohiemxahoi.gov.vn\/api\/token\/take",
        "https:\/\/egw.baohiemxahoi.gov.vn\/"
    ],
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 3,
    "name": "H\u1ed7 tr\u1ee3 HIS - VLG",
    "version": "1.23.1213",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "checkBHYT.js"
            ]
        }
    ]
}