Liking cljdoc? Tell your friends :D

lens-odm-parser.core

The two main functions are parse-odm-file and unparse-odm-file.

The two main functions are parse-odm-file and unparse-odm-file.
raw docstring

assoc-tx-typeclj

(assoc-tx-type m tx-type)
source

conformerclj/smacro

(conformer f unf & {:keys [gen]})

Like s/conformer but takes an optional gen.

Can be removed when CLJ-1985 is resolved.

Like s/conformer but takes an optional gen.

Can be removed when CLJ-1985 is resolved.
sourceraw docstring

creation-date-timeclj

(creation-date-time e)
source

date-time-valueclj

(date-time-value e)
source

file-typeclj

(file-type e)
source

float-conformerclj

source

float-valueclj

(float-value e)
source

for-map*clj/smacro

(for-map* [sym coll] key-expr val-expr)

Like for-map but returns nil instead of empty maps.

Like for-map but returns nil instead of empty maps.
sourceraw docstring

form-attrsclj

(form-attrs oid {:keys [tx-type]})
source

integer-conformerclj

source

integer-valueclj

(integer-value e)
source

item-attrsclj

(item-attrs oid {:keys [tx-type]})
source

item-group-attrsclj

(item-group-attrs oid {:keys [tx-type]})
source

item-speccljmultimethod

source

item-spec*clj/smacro

(item-spec* value-spec)
source

oidclj

(oid e attr)
source

oid-explainerclj

source

parse-clinical-dataclj

(parse-clinical-data odm-file)
source

parse-clinical-datumclj

(parse-clinical-datum clinical-data)
source

parse-formclj

(parse-form form-data)
source

parse-formsclj

(parse-forms study-event-data)
source

parse-itemclj

(parse-item data-type value-fn e)
source

parse-item-groupclj

(parse-item-group item-group-data)
source

parse-item-groupsclj

(parse-item-groups form-data)
source

parse-itemsclj

(parse-items item-group-data)
source

parse-odm-fileclj

(parse-odm-file odm-file)

Parses a ODM file from its root element.

Throws an exception with :type ::validation-error and other keys like :element :value and :error in ex-data.

Parses a ODM file from its root element.

Throws an exception with :type ::validation-error and other keys like
:element :value and :error in ex-data.
sourceraw docstring

parse-study-eventclj

(parse-study-event study-event-data)
source

parse-study-eventsclj

(parse-study-events subject-data)
source

parse-subjectclj

(parse-subject subject-data)
source

parse-subjectsclj

(parse-subjects clinical-data)
source

string-valueclj

(string-value e)
source

study-event-attrsclj

(study-event-attrs oid {:keys [tx-type]})
source

subject-attrsclj

(subject-attrs key {:keys [tx-type]})
source

subject-keyclj

(subject-key e)
source

subject-key-explainerclj

source

tx-typeclj

(tx-type e)
source

unparse-clinical-datumclj

(unparse-clinical-datum study-oid {:keys [subjects]})
source

unparse-formclj

(unparse-form oid {:keys [item-groups] :as form})
source

unparse-itemclj

(unparse-item oid item)
source

unparse-item*cljmultimethod

source

unparse-item-groupclj

(unparse-item-group oid {:keys [items] :as item-group})
source

unparse-odm-fileclj

(unparse-odm-file odm-file)
source

unparse-study-eventclj

(unparse-study-event oid {:keys [forms] :as study-event})
source

unparse-subjectclj

(unparse-subject subject-key {:keys [study-events] :as subject})
source

xml-date-time-genclj

(xml-date-time-gen)
source

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

× close