Skip to content

redcap3000/medlinePlusApi_php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Ronaldo Barbachano medlinePlusApi Sept-2011

MedlinePlus is a simple api with three methods. All methods support output in english and spanish, and extra parameters like titles etc.. All methods return raw xml.

Developer Reference - http://www.nlm.nih.gov/medlineplus/connect/service.html

(simple) Example Use:

$medline = new medlinePlusApi;

$medline->get_diagnosis("250.33");

$medline->get_drug_info("637188");

$medline->get_lab_test("3187-2");

-- From http://www.nlm.nih.gov/medlineplus/faq/what.html -- The National Library of Medicine, a part of the National Institutes of Health, created and maintains MedlinePlus to assist you in locating authoritative health information.

MedlinePlus pages contain carefully selected links to Web resources with health information on over 900 topics. MedlinePlus follows a list of guidelines for the inclusion of Web sites.

The Health Topic pages include links to current news on the topic and related information. You can also find preformulated searches of the MEDLINE/PubMed database, which allow you to find references to latest health professional articles on your topic.

About

PHP5 Api Wrapper for Medline - A service of the NHL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published