Anonymous

Changes

Pharmacolyzer

12 bytes added, 09:38, 8 August 2018
Examples of use
|| NA19461 <br> NA19068 <br> NA20754 <br> NA21137
|}
by running the commands on the form<pre>curl https://www.pgx.no/api/pharmacolyzer -d "patient_name=merged_patient&drugs=azathioprine&samples=NA19461&samples=NA21137"</pre>
from the command line.
For pretty printing, the following can be used:
<pre>curl https://www.pgx.no/api/pharmacolyzer -d "patient_name=merged_patient&drugs=azathioprine&samples=NA19461" | python -m json.tool </pre>