VNPT HIS L3 (10.0.41)

VNPT

Cos'è VNPT HIS L3 (10.0.41)?

VNPT HIS L3 (10.0.41) è un'estensione di Chrome sviluppata da luanvv.ndh, e la sua funzione principale è "VNPT".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione VNPT HIS L3 (10.0.41)

Scarica i file di estensione VNPT HIS L3 (10.0.41) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        VNPT HIS L3
*Kiểm tra thẻ tiếp nhận  ngoại trú , tiếp nhận nội trú, tiếp nhận BANT , Kiểm tra bảng kê nội trú , Kiểm tra bảng kê ngoại trú
 * kiểm tra thẻ bảo hiểm trong form : kiểm tra bảng kê chi phí , xác nhận viện phí , kiểm tra bảng kê nội trú 
 * CCCD
* Ân chỉ số sinh tồn trong form khám bệnh ngoại trú
* Ẩn thông tin hành chính trong form khám bệnh ngoại trú 
* Ẩn một số thông tin trong form khám bệnh ngoại trú như Ẩn toa vật tư , toa 
 đông y , toa tổng hợp trong form khám bệnh ngoại trú
 * Cảnh báo tương tác thuốc  (nhập thuốc tương tác trong /dmchongchidinhicd)
* Cảnh báo tài khoản không có chứng chỉ hành nghề khi vào form khambenhngoaitru 
* Xem bệnh Kết quả bệnh nhân thực hiện cận lâm sàng trong form khám bệnh ngoại trú                    

Informazioni di Base sull'Estensione

Nome VNPT HIS L3 (10.0.41) VNPT HIS L3 (10.0.41)
ID gofcnhgcnekmaninlfcpglfnlfefmmef
URL Ufficiale https://chromewebstore.google.com/detail/vnpt-his-l3-10041/gofcnhgcnekmaninlfcpglfnlfefmmef
Descrizione VNPT
Dimensione del File 629 KB
Conteggio Installazioni 147
Versione Corrente 10.0.41
Ultimo Aggiornamento 2023-12-22
Data di Pubblicazione 2021-05-29
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore luanvv.ndh
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://sites.google.com/view/huongdansudungextension/trang-ch%E1%BB%A7
URL della Pagina della Politica sulla Privacy https://sites.google.com/view/chinhsachquyenriengtuextension/trang-ch%E1%BB%A7
Lingue Supportate vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VNPT HIS L3 (10.0.41)",
    "version": "10.0.41",
    "description": "VNPT",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.vnpthis.vn\/*",
                "https:\/\/gdbhyt.baohiemxahoi.gov.vn\/*"
            ],
            "js": [
                "jQuery v3.7.1.js",
                "content.js",
                "excelexportjs.js",
                "xlsx.full.min.js",
                "dalieu.js",
                "Qrduoc.js",
                "Qrvienphikhongbaohiem.js",
                "Qrkiemtrabangkengoaitru.js",
                "kiemtrabangke.js",
                "tuongtacicd_hoatchat.js",
                "tabulator.min.js",
                "chandoanhinhanh.js",
                "cdha_dientim.js",
                "cdha_sieuam.js",
                "kiemtrathetiepnhan.js",
                "tiepnhanbangcccd.js",
                "danhsachbenhnhandathuchiencls_tn.js",
                "danhsachbenhnhanthuchiencls_kb.js",
                "canhbaotaikhoankhongcchn.js",
                "kiemtrathetiepnhannoitru.js",
                "tuongtacicd_hoatchatnoitru.js",
                "sweetalert.min.js"
            ],
            "css": [
                "index.css",
                "tabulator.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html"
    },
    "host_permissions": [
        "https:\/\/*.vnpthis.vn\/*",
        "https:\/\/egw.baohiemxahoi.gov.vn\/*"
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "vnpt.png"
    }
}