Diabetes Guidelines EMR Tool - HQIC

This extension adds diabetes tool to Oscar

What is Diabetes Guidelines EMR Tool - HQIC?

Diabetes Guidelines EMR Tool - HQIC is a Chrome extension developed by HQIC, and its main feature is "This extension adds diabetes tool to Oscar".

Extension Screenshots

screenshot

Download Diabetes Guidelines EMR Tool - HQIC Extension CRX File

Download Diabetes Guidelines EMR Tool - HQIC 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

                                            

Extension Basic Information

Name Diabetes Guidelines EMR Tool - HQIC Diabetes Guidelines EMR Tool - HQIC
ID jilmbohmjkadeaaknhklckjbjfdflcce
Official URL https://chromewebstore.google.com/detail/diabetes-guidelines-emr-t/jilmbohmjkadeaaknhklckjbjfdflcce
Description This extension adds diabetes tool to Oscar
File Size 116 KB
Installation Count 26
Current Version 1.5.3
Last Updated 2015-02-05
Publish Date 2015-02-05
Rating 5.00/5 Total 1 Ratings
Developer HQIC
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Diabetes Guidelines EMR Tool - HQIC",
    "description": "This extension adds diabetes tool to Oscar",
    "version": "1.5.3",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/oscar\/casemgmt\/forward.jsp?*"
            ],
            "js": [
                "jquery\/jquery-1.9.1.js",
                "hqicCdaContentEncounter.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*\/oscar\/oscarRx\/choosePatient.do?*"
            ],
            "js": [
                "hqicCdaContentPrescription.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "hqicCdaExtension.css",
        "hqicCdaContentPrescriptionInjected.js"
    ]
}