Liking cljdoc? Tell your friends :D

com.eldrix.clods.ods

Parsing of NHS ODS XML data files.

The ODS XML file is made up of four components:

  1. The manifest. : access using manifest.
  2. The codesystems. : access using all-codesystems.
  3. The codes. : access using all-codes.
  4. The organisations :.access using stream-organisations.
Parsing of NHS ODS XML data files.

The ODS XML file is made up of four components:
1. The manifest.     : access using `manifest`.
2. The codesystems.  : access using `all-codesystems`.
3. The codes.        : access using `all-codes`.
4. The organisations :.access using `stream-organisations`.
raw docstring

all-code-systemsclj

(all-code-systems in)

Returns ODS XML codesystem definitions from the 'codesystems' header as a map of name keyed by oid

Returns ODS XML codesystem definitions from the 'codesystems' header as a map of name keyed by oid
sourceraw docstring

all-codesclj

(all-codes in)

Returns all definitions of all code systems from the ODS XML file specified

Returns all definitions of all code systems from the ODS XML file specified
sourceraw docstring

manifestclj

(manifest in)

Returns manifest information from the ODS XML 'manifest' header

Returns manifest information from the ODS XML 'manifest' header
sourceraw docstring

stream-organisationsclj

(stream-organisations in nthreads batch-size)
source

supported-ods-xml-versionclj

source

xf-organisation-xml->mapclj

Transducer that takes an organisation XML element (from xml/parse) and parses it into a clojure map, removing organisations that are only references.

Transducer that takes an organisation XML element (from xml/parse) and parses
it into a clojure map, removing organisations that are only references.
sourceraw docstring

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

× close