Liking cljdoc? Tell your friends :D

com.eldrix.hermes.rf2

Specifications for the RF2 SNOMED format. See https://confluence.ihtsdotools.org/display/DOCRELFMT

Specifications for the RF2 SNOMED format.
See https://confluence.ihtsdotools.org/display/DOCRELFMT
raw docstring

counterclj

source

gen-association-refsetclj

(gen-association-refset)
(gen-association-refset refset)

A generator of SNOMED AssociationRefset entities.

A generator of SNOMED AssociationRefset entities.
sourceraw docstring

gen-attribute-value-refsetclj

(gen-attribute-value-refset)
(gen-attribute-value-refset item)

A generator of SNOMED AttributeValueRefset entities.

A generator of SNOMED AttributeValueRefset entities.
sourceraw docstring

gen-complex-map-refsetclj

(gen-complex-map-refset)
(gen-complex-map-refset item)

A generator of SNOMED ComplexMapRefset entities.

A generator of SNOMED ComplexMapRefset entities.
sourceraw docstring

gen-conceptclj

(gen-concept)
(gen-concept concept)

A generator of SNOMED RF2 Concept entities.

A generator of SNOMED RF2 Concept entities.
sourceraw docstring

gen-concept-idclj

(gen-concept-id)
source

gen-descriptionclj

(gen-description)
(gen-description description)

A generator of SNOMED RF2 Description entities.

A generator of SNOMED RF2 Description entities.
sourceraw docstring

gen-description-idclj

(gen-description-id)
source

gen-effective-timeclj

(gen-effective-time)
source

gen-extended-map-refsetclj

(gen-extended-map-refset)
(gen-extended-map-refset item)

A generator of SNOMED ExtendedMapRefset entities.

A generator of SNOMED ExtendedMapRefset entities.
sourceraw docstring

gen-language-refsetclj

(gen-language-refset)
(gen-language-refset item)

A generator of SNOMED LanguageRefset entities.

A generator of SNOMED LanguageRefset entities.
sourceraw docstring

gen-owl-expression-refsetclj

(gen-owl-expression-refset)
(gen-owl-expression-refset item)

A generator of SNOMED OWLExpressionRefset entities.

A generator of SNOMED OWLExpressionRefset entities.
sourceraw docstring

gen-refsetclj

(gen-refset)

Generate a random reference set item, in frequencies approximately equal to the UK distribution. See [[com.eldrix.hermes.impl.store/refset-counts]] for the code to calculate frequencies from installed distributions.

Generate a random reference set item, in frequencies approximately equal to
the UK distribution.
See [[com.eldrix.hermes.impl.store/refset-counts]] for the code to calculate
frequencies from installed distributions.
sourceraw docstring

gen-refset-descriptor-refsetclj

(gen-refset-descriptor-refset)
(gen-refset-descriptor-refset item)

A generator of SNOMED RefsetDescriptorRefsetItem entities.

A generator of SNOMED RefsetDescriptorRefsetItem entities.
sourceraw docstring

gen-relationshipclj

(gen-relationship)
(gen-relationship rel)

A generator of SNOMED relationship entities.

A generator of SNOMED relationship entities.
sourceraw docstring

gen-relationship-idclj

(gen-relationship-id)
source

gen-relationships-for-parentclj

(gen-relationships-for-parent parent-concept-id child-concepts type-id)

A custom generator to build relationships between the parent concept and the collection of child concepts.

A custom generator to build relationships between the parent concept
and the collection of child concepts.
sourceraw docstring

gen-simple-map-refsetclj

(gen-simple-map-refset)
(gen-simple-map-refset item)

A generator of SNOMED SimpleMapRefset entities.

A generator of SNOMED SimpleMapRefset entities.
sourceraw docstring

gen-simple-refsetclj

(gen-simple-refset)
(gen-simple-refset refset)

A generator of SNOMED SimpleRefset entities.

A generator of SNOMED SimpleRefset entities.
sourceraw docstring

gen-unique-identifierclj

(gen-unique-identifier)
source

partitions-for-typeclj

(partitions-for-type t)
source

pattern-for-fieldsclj

(pattern-for-fields fields)

Returns a pattern for the fields specified. For example:

(pattern-for-fields (:fields (gen/generate (gen-extended-map-refset))))
=> "ccsccs"
Returns a pattern for the fields specified.
For example:
```
(pattern-for-fields (:fields (gen/generate (gen-extended-map-refset))))
=> "ccsccs"
```
sourceraw docstring

pattern-for-refset-itemclj

(pattern-for-refset-item spec v)

Generates a pattern for the given reference set item by concatenating the standard pattern for that type with the contents of any extended properties stored as 'fields'.

Generates a pattern for the given reference set item by concatenating the
standard pattern for that type with the contents of any extended properties
stored as 'fields'.
sourceraw docstring

reset-identifier-counterclj

(reset-identifier-counter)
source

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

× close