Liking cljdoc? Tell your friends :D

com.eldrix.hermes.expression.ecl

Implementation of the SNOMED CT expression constraint language. See http://snomed.org/ecl

Implementation of the SNOMED CT expression constraint language.
See http://snomed.org/ecl
raw docstring

ecl-parserclj

source

numeric-comparison-opsclj

source

parseclj

(parse {:keys [store searcher member-searcher] :as ctx} s)

Parse SNOMED-CT ECL, as defined by the expression constraint language See http://snomed.org/ecl

Parse SNOMED-CT ECL, as defined by the expression constraint language
See http://snomed.org/ecl
sourceraw docstring

parse-member-field--booleanclj

(parse-member-field--boolean ctx refset-id refset-field-name comparison-op loc)
source

parse-member-filter--subexpression-constraintclj

(parse-member-filter--subexpression-constraint ctx
                                               refset-id
                                               refset-field-name
                                               comparison-op
                                               loc)

Parse a member filter that is a subexpression constraint. We realise the concept identifiers for the subexpression, and simply use them in our member filter.

^ [targetComponentId]  900000000000527005 |SAME AS association reference set|  {{ M referencedComponentId =  67415000 |Hay asthma|  }}
Parse a member filter that is a subexpression constraint.
We realise the concept identifiers for the subexpression, and simply use them
in our member filter.
```
^ [targetComponentId]  900000000000527005 |SAME AS association reference set|  {{ M referencedComponentId =  67415000 |Hay asthma|  }}
```
sourceraw docstring

realise-concept-idsclj

(realise-concept-ids {:keys [searcher]} q)

Realise a query as a set of concept identifiers.

Realise a query as a set of concept identifiers.
sourceraw docstring

time-comparison-opsclj

source

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

× close