File "api/measurements.pl"[download]
in pack: | virgil |
---|---|
Prolog module: | measurements |
size: | 1606 |
Recent changes
11 years ago | Michiel Hildebrand | UPDATE use separate API call for the measurem ... |
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: cc_count/1, drug_reaction_counts/2, reaction_count/2
- From ClioPatria
- library(count) resolved by
- count.pl could not find proof of dependency
- library(count) resolved by
- 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
- cc_count/1 from aers_report.pl
- drug_reaction_counts/2 from aers_report.pl
- http_handler/3 from library(http/http_dispatch)
- http_parameters/2 from library(http/http_parameters)
- pairs_keys/2 autoloaded
- reaction_count/2 from aers_report.pl
- reply_json/1 from library(http/http_json)
- sumlist/2 autoloaded