Optimised hand-crafted serialization of SNOMED entities.
Optimised hand-crafted serialization of SNOMED entities.
(read-association-refset-item in)
(read-attribute-value-refset-item in)
(read-complex-map-refset-item in)
(read-concept in)
(read-description in)
(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).
(read-extended-map-refset-item in)
(read-extended-refset-item in)
(read-field in)
(read-language-refset-item in)
(read-owl-expression-refset-item in)
(read-refset-descriptor-refset-item in)
(read-refset-item in)
(read-relationship in)
(read-simple-map-refset-item in)
(read-simple-refset-item in)
(read-uuid in)
Read two long integers as a 128-bit UUID.
Read two long integers as a 128-bit UUID.
(write-association-refset-item out o)
(write-attribute-value-refset-item out o)
(write-complex-map-refset-item out o)
(write-concept out o)
(write-description out o)
(write-extended-map-refset-item out o)
(write-extended-refset-item out o)
(write-language-refset-item out o)
(write-owl-expression-refset-item out o)
(write-refset-descriptor-refset-item out o)
Serialize a refset item with a single byte header indicated subtype.
Serialize a refset item with a single byte header indicated subtype.
(write-relationship out o)
(write-simple-map-refset-item out o)
(write-simple-refset-item out o)
(write-uuid out uuid)
Write a UUID as two long integers (16 bytes).
Write a UUID as two long integers (16 bytes).
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close