1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-27 17:47:54 +02:00

Built site for AMR: 1.8.2.9138@dad2530

This commit is contained in:
github-actions
2023-02-22 13:47:35 +00:00
parent 8685119254
commit 69dc8795ae
104 changed files with 827 additions and 856 deletions

View File

@ -10,7 +10,7 @@
<a class="navbar-brand me-2" href="../index.html">AMR (for R)</a>
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">1.8.2.9137</small>
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">1.8.2.9138</small>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar" aria-expanded="false" aria-label="Toggle navigation">
@ -155,10 +155,10 @@
<h2 id="format">Format<a class="anchor" aria-label="anchor" href="#format"></a></h2>
<p>A <a href="https://tibble.tidyverse.org/reference/tibble.html" class="external-link">tibble</a> with 336 observations and 9 variables:</p><ul><li><p><code>ab</code><br> Antibiotic ID as used in this package (such as <code>AMC</code>), using the official EARS-Net (European Antimicrobial Resistance Surveillance Network) codes where available</p></li>
<li><p><code>name</code><br> Official name of the antimicrobial drug as used by WHONET/EARS-Net or the WHO</p></li>
<li><p><code>type</code><br> Type of the dosage, either "high_dosage", "standard_dosage" or "uncomplicated_uti"</p></li>
<li><p><code>type</code><br> Type of the dosage, either "high_dosage", "standard_dosage", or "uncomplicated_uti"</p></li>
<li><p><code>dose</code><br> Dose, such as "2 g" or "25 mg/kg"</p></li>
<li><p><code>dose_times</code><br> Number of times a dose must be administered</p></li>
<li><p><code>administration</code><br> Route of administration, either "im", "iv" or "oral"</p></li>
<li><p><code>administration</code><br> Route of administration, either "im", "iv", or "oral"</p></li>
<li><p><code>notes</code><br> Additional dosage notes</p></li>
<li><p><code>original_txt</code><br> Original text in the PDF file of EUCAST</p></li>
<li><p><code>eucast_version</code><br> Version number of the EUCAST Clinical Breakpoints guideline to which these dosages apply</p></li>