Diabetes Guidelines EMR Tool - HQIC
This extension adds diabetes tool to Oscar
Wat is Diabetes Guidelines EMR Tool - HQIC?
Diabetes Guidelines EMR Tool - HQIC is een Chrome-extensie ontwikkeld door HQIC, en de belangrijkste functie is "This extension adds diabetes tool to Oscar".
Extensie Screenshots
Download het CRX-bestand van de extensie Diabetes Guidelines EMR Tool - HQIC
Download Diabetes Guidelines EMR Tool - HQIC-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
Basisinformatie over de Extensie
| Naam | |
| ID | jilmbohmjkadeaaknhklckjbjfdflcce |
| Officiële URL | https://chromewebstore.google.com/detail/diabetes-guidelines-emr-t/jilmbohmjkadeaaknhklckjbjfdflcce |
| Beschrijving | This extension adds diabetes tool to Oscar |
| Bestandsgrootte | 116 KB |
| Aantal Installaties | 26 |
| Huidige Versie | 1.5.3 |
| Laatst Bijgewerkt | 2015-02-05 |
| Publicatiedatum | 2015-02-05 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | HQIC |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |