1
0
mirror of https://github.com/msberends/AMR.git synced 2026-02-09 12:32:56 +01:00

Built site for AMR@3.0.1.9019: ba4c159

This commit is contained in:
github-actions
2026-02-08 22:40:23 +00:00
parent 0551ea51cb
commit 8b71d0eb99
255 changed files with 23625 additions and 810 deletions

View File

@@ -7,7 +7,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="">3.0.1.9018</small>
<small class="nav-text text-muted me-auto" data-bs-toggle="tooltip" data-bs-placement="bottom" title="">3.0.1.9019</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">
@@ -50,7 +50,7 @@
</div>
<div class="ref-description section level2">
<p>EUCAST breakpoints used in this package are based on the dosages in this data set. They can be retrieved with <code><a href="eucast_rules.html">eucast_dosage()</a></code>.</p>
<p>EUCAST breakpoints used in this package are based on the dosages in this data set. They can be retrieved with <code><a href="interpretive_rules.html">eucast_dosage()</a></code>.</p>
</div>
<div class="section level2">
@@ -65,7 +65,7 @@
<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", "oral", or NA</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, either 15, 14, 13.1, 12, or 11</p></li>