Liking cljdoc? Tell your friends :D

com.eldrix.hermes.expression.scg

Support for SNOMED CT compositional grammar. See http://snomed.org/scg

Support for SNOMED CT compositional grammar.
See http://snomed.org/scg
raw docstring

cg-parserclj

source

parseclj

(parse s)

Parse a SNOMED-CT expression, as defined by the compositional grammar. See https://confluence.ihtsdotools.org/display/DOCSCG/Compositional+Grammar+-+Specification+and+Guide

Parse a SNOMED-CT expression, as defined by the compositional grammar.
See https://confluence.ihtsdotools.org/display/DOCSCG/Compositional+Grammar+-+Specification+and+Guide
sourceraw docstring

renderclj

(render {:keys [store update-terms? locale-priorities] :as config} exp)

Render an expression into string form. Parameters:

  • st : SNOMED store
  • hide-terms? : do not include textual terms in output
  • update-terms? : update terms for the preferred synonyms in locale(s) specified.
  • locale-priorities : list of locale priorities (e.g. "en-GB")
Render an expression into string form.
Parameters:
- st            : SNOMED store
- hide-terms?   : do not include textual terms in output
- update-terms? : update terms for the preferred synonyms in locale(s) specified.
- locale-priorities : list of locale priorities (e.g. "en-GB")
sourceraw docstring

simplifyclj

(simplify expression)

Simplify a SNOMED CT expression by removing content that does not aid computability.

Simplify a SNOMED CT expression by removing content that does not aid computability.
sourceraw docstring

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

× close