File "api/reactions.pl"[download]
in pack: | virgil |
---|---|
Prolog module: | reactions |
size: | 2051 |
Recent changes
11 years ago | Michiel Hildebrand | Add reaction count to reactions api |
11 years ago | Michiel Hildebrand | Add /aers/api/reaction/total to get total numb ... |
11 years ago | Michiel Hildebrand | FIX limit and offset parameters. set type to n ... |
12 years ago | Michiel Hildebrand | FIX prr computation. Use drug-reaction cooccur ... |
12 years ago | Michiel Hildebrand | ADD PRR measurements to wizard. |
This file requires
- From packages
- aers_report.pl: drug_reaction_counts/2, reaction/4, reaction_count/2, report/4
- util.pl: list_limit/4, list_offset/3
- From the Prolog library
- library(http/http_dispatch) resolved by
- http_dispatch.pl: http_handler/3
- library(http/http_json) resolved by
- http_json.pl: reply_json/1
- library(http/http_parameters) resolved by
- http_parameters.pl: http_parameters/2
- library(http/http_dispatch) resolved by
Required predicates
- drug_reaction_counts/2 from aers_report.pl
- http_handler/3 from library(http/http_dispatch)
- http_parameters/2 from library(http/http_parameters)
- list_limit/4 from util.pl
- list_offset/3 from util.pl
- maplist/3 autoloaded
- reaction/4 from aers_report.pl
- reaction_count/2 from aers_report.pl
- reply_json/1 from library(http/http_json)
- report/4 from aers_report.pl
- reverse/2 autoloaded