(atc->products-for-ecl store atc)
Return a map of products that can be used to build a more complete SNOMED CT ECL expression that will include all matching UK products. We have to do it this way because TF products are not included in the UK dm+d distribution.
Return a map of products that can be used to build a more complete SNOMED CT ECL expression that will include all matching UK products. We have to do it this way because TF products are not included in the UK dm+d distribution.
(atc->snomed-ecl store atc)
Create a SNOMED CT ECL expression from the ATC pattern specified, returning an expression that will return VTMs, VMPs and AMPs.
Create a SNOMED CT ECL expression from the ATC pattern specified, returning an expression that will return VTMs, VMPs and AMPs.
(install-from-dirs filename dirs & {:keys [_batch-size] :as opts})
Creates a new dm+d filestore at filename
from the directories specified.
Creates a new dm+d filestore at `filename` from the directories specified.
(install-release api-key-file cache-dir)
(install-release api-key-file cache-dir filename)
(install-release api-key-file cache-dir filename release-date)
Create a versioned dm+d file-based database by downloading the dm+d distributions automatically from NHS Digital's TRUD service.
Create a versioned dm+d file-based database by downloading the dm+d distributions automatically from NHS Digital's TRUD service.
(products-from-atc store atc)
(products-from-atc store atc product-types)
Returns a sequence of products matching the ATC code. Parameters:
By default only VTM VMP and AMP products will be returned.
Returns a sequence of products matching the ATC code. Parameters: - store : DmdStore - atc : atc regexp - product-types : a set of product types (e.g. #{:VTM :VMP :AMP :VMPP :AMPP}). By default only VTM VMP and AMP products will be returned.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close