Liking cljdoc? Tell your friends :D

com.eldrix.dmd.core


amps-for-productclj

(amps-for-product store id)
source

atc->products-for-eclclj

(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.
sourceraw docstring

atc->snomed-eclclj

(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. 
sourceraw docstring

atc-for-productclj

(atc-for-product store id)
source

fetch-lookupclj

(fetch-lookup store lookup-kind)
source

fetch-productclj

(fetch-product store product-id)
source

fetch-product-by-exact-nameclj

(fetch-product-by-exact-name store nm)
source

fetch-release-dateclj

(fetch-release-date store)
source

install-from-dirsclj

(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.
sourceraw docstring

install-latestclj

(install-latest api-key-file cache-dir)
source

install-releaseclj

(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.
sourceraw docstring

open-storeclj

(open-store filename)
source

(print-available-releases api-key)
source

products-from-atcclj

(products-from-atc store atc)
(products-from-atc store atc product-types)

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.

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.
sourceraw docstring

vmps-for-productclj

(vmps-for-product store id)
source

vmps-from-atcclj

(vmps-from-atc store atc)
source

vtms-for-productclj

(vtms-for-product store id)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close