- Centralize Guidelines for Clinical Practices
- Convenient Utilization of Guidelines for Applications and Interfaces
- Support Clinician Access to Guidelines
- Support Best Clinical Practices
- Support Patient Care and Rights
S3 and/or other hosted article links provided in JSON XML and CSV formats
API access to files
-
Get list of disciplines
GET /disciplines curl http://api-guidelines.rhcloud.com/disciplines
-
Get list of documents available
POST /get BODY='{"discipline": "$DISCIPLINE_NAME"}' curl -H "Content-Type: application/json" -d "$BODY" http://api-guidelines.rhcloud.com/get
-
Get single document
POST /doc BODY='{"discipline": "$DISCIPLINE_NAME", "document": "$DOCUMENT_NAME"}' curl -H "Content-Type: application/json" -d "$BODY" http://api-guidelines.rhcloud.com/doc
-
Get single document URL
POST /url BODY='{"discipline": "$DISCIPLINE_NAME", "document": "$DOCUMENT_NAME"}' curl -H "Content-Type: application/json" -d "$BODY" http://api-guidelines.rhcloud.com/url
create json file
{
"type": "$DISCIPLINE_NAME",
"json": "$GUIDELINES"
}
run script.js
$ npm install
$ node script.js
you may pass json with post.sh as an argument if not saved to directory
$ sh ./post.sh '{"optional": "json"}'
- Provide general guidelines for dental disciplines
- ADA Prophylaxis Guidelines
- AHA Prophylaxis Guidelines
- Chronic Kidney Disease
- Medically Compromised Patients
- Diabetes/CKD
- Immune Compromised Patients
- Pediatric Local Anesthesia
- Local Anesthesia in Dentistry
- Immune Compromised Pediatric Patients
- Oncology Pocket Guide
- Oral Cancer Screening
- Patients with Organ Transplant
- Local Anesthesia Guidelines
- Renal Disease in Dentistry
- Wheelchair Transfer Pocket Guide
- Update guidelines
- Provide guidelines of other clinical practices and/or specialties
- Multiplatform scripts for pdf downloads
- Web and Mobile Applications
aug2uag © 2015, Licensed under MIT.