Skip to content

jmj3078/rxnorm_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rxnorm_api

Rxnorm Drug Interaction API module

Requirements

  • requests
  • json
  • pandas

drug_interaction_fromlist.py

Example : drug = Tylenol, Aricept / source = DrugBank / output = ./data.json

python ./codes/get_drug_interaction_fromlist.py --drug Tylenol,Aricept --source DrugBank --output ./data.json
  • --drug : Drug names list, space must be comma(,)

  • --source : Must be DrugBank or ONCHigh

  • --output : Not required, if you want to save output file you have to input file path in .json format

get_rxterm.py

Get up-to-date rxterm all concepts

About

Rxnorm Drug Interaction API module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published