1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 11:11:54 +02:00
This commit is contained in:
2023-10-20 15:07:11 +02:00
parent 7cda9e575b
commit bcab4bc9ba
14 changed files with 16 additions and 11 deletions

View File

@ -57,7 +57,7 @@ expect_stdout(print(av_name("acic", language = NULL)))
expect_equal(av_name("29113-8", language = NULL), "Abacavir")
expect_equal(
av_loinc("Abacavir"),
c("29113-8", "78772-1", "78773-9", "79134-3", "80118-3")
c("29113-8", "30273-7", "30287-7", "30303-2", "78772-1", "78773-9", "79134-3", "80118-3")
)
expect_true(av_url("ACI") %like% "whocc.no")