Skip to content

Commit

Permalink
Add support for new UK monolith edition
Browse files Browse the repository at this point in the history
  • Loading branch information
wardle committed Oct 12, 2023
1 parent 765886e commit 4f38993
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/com/eldrix/hermes/download.clj
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,12 @@
:rc "UK"
:f (fn [params] (:archiveFilePath (download-from-trud 105 params)))
:spec ::uk-trud
:desc "UK drug extension"}])

:desc "UK drug extension"}
{:id "uk.nhs/sct-monolith"
:rc "UK"
:f (fn [params] (:archiveFilePath (download-from-trud 1799 params)))
:spec ::uk-trud
:desc "UK monolith edition"}])

(def mlds-base-url "https://mlds.ihtsdotools.org")

Expand Down

0 comments on commit 4f38993

Please sign in to comment.