Anonymous

Changes

Pharmacolyzer

342 bytes added, 09:15, 8 August 2018
Examples of use
|| NA19461 <br> NA19068 <br> NA20754 <br> NA21137
|}
using the following pattern
<pre>curl https://www.pgx.no/api/pharmacolyzer -d "patient_name=merged_patient&drugs=azathioprine&samples=NA19461"</pre>
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>