Liking cljdoc? Tell your friends :D

com.eldrix.hermes.impl.ser

Optimised hand-crafted serialization of SNOMED entities.

Optimised hand-crafted serialization of SNOMED entities.
raw docstring

read-association-refset-itemclj

(read-association-refset-item in)

read-attribute-value-refset-itemclj

(read-attribute-value-refset-item in)

read-complex-map-refset-itemclj

(read-complex-map-refset-item in)

read-conceptclj

(read-concept in)

read-descriptionclj

(read-description in)

read-effective-timeclj

(read-effective-time in read-offset)

Optimised fetch of only the effectiveTime of a SNOMED component. Core SNOMED concepts have an identifier of 8 bytes (64-bit unsigned long). Refset items have an identifier of 16 bytes (128-bit UUID).

Optimised fetch of only the effectiveTime of a SNOMED component.
Core SNOMED concepts have an identifier of 8 bytes (64-bit unsigned long).
Refset items have an identifier of 16 bytes (128-bit UUID).
raw docstring

read-extended-map-refset-itemclj

(read-extended-map-refset-item in)

read-extended-refset-itemclj

(read-extended-refset-item in)

read-fieldclj

(read-field in)

read-language-refset-itemclj

(read-language-refset-item in)

read-owl-expression-refset-itemclj

(read-owl-expression-refset-item in)

read-refset-descriptor-refset-itemclj

(read-refset-descriptor-refset-item in)

read-refset-itemclj

(read-refset-item in)

read-relationshipclj

(read-relationship in)

read-simple-map-refset-itemclj

(read-simple-map-refset-item in)

read-simple-refset-itemclj

(read-simple-refset-item in)

read-uuidclj

(read-uuid in)

Read two long integers as a 128-bit UUID.

Read two long integers as a 128-bit UUID.
raw docstring

write-association-refset-itemclj

(write-association-refset-item out o)

write-attribute-value-refset-itemclj

(write-attribute-value-refset-item out o)

write-complex-map-refset-itemclj

(write-complex-map-refset-item out o)

write-conceptclj

(write-concept out o)

write-descriptionclj

(write-description out o)

write-extended-map-refset-itemclj

(write-extended-map-refset-item out o)

write-extended-refset-itemclj

(write-extended-refset-item out o)

write-fieldcljmultimethod


write-language-refset-itemclj

(write-language-refset-item out o)

write-owl-expression-refset-itemclj

(write-owl-expression-refset-item out o)

write-refset-descriptor-refset-itemclj

(write-refset-descriptor-refset-item out o)

write-refset-itemcljmultimethod

Serialize a refset item with a single byte header indicated subtype.

Serialize a refset item with a single byte header indicated subtype.
raw docstring

write-relationshipclj

(write-relationship out o)

write-simple-map-refset-itemclj

(write-simple-map-refset-item out o)

write-simple-refset-itemclj

(write-simple-refset-item out o)

write-uuidclj

(write-uuid out uuid)

Write a UUID as two long integers (16 bytes).

Write a UUID as two long integers (16 bytes).
raw docstring

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

× close