(atc->products-for-ecl conn 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 conn atc)
Create a SNOMED CT ECL expression from the ATC pattern specified, returning
an expression that will return VTMs, VMPs and AMPs.
Prefer to use atc->products-for-ecl
and the SNOMED CT drug extension
to optimise the creation of the appropriate ECL expression.
Create a SNOMED CT ECL expression from the ATC pattern specified, returning an expression that will return VTMs, VMPs and AMPs. Prefer to use [[atc->products-for-ecl]] and the SNOMED CT drug extension to optimise the creation of the appropriate ECL expression.
(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 conn atc)
(products-from-atc conn 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: - conn : - atc : atc code / prefix - 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.
(vmps-from-atc conn atc)
DEPRECATED: use vpids-from-atc
instead.
DEPRECATED: use [[vpids-from-atc]] instead.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close