Liking cljdoc? Tell your friends :D

com.nervestaple.hl7-parser.dump


dumpclj

(dump parsed-message)
(dump parsed-message show-nulls)

Prints a human-readable version of the HL7 message to the current out stream. If the show-nulls parameter is provided and is true, null fields will also be displayed.

Prints a human-readable version of the HL7 message to the current *out* stream.
If the show-nulls parameter is provided and is true, null fields will also be
displayed.
sourceraw docstring

dump-collectionclj

(dump-collection coll)

Returns an human-readable String representing a collection of atoms.

Returns an human-readable String representing a collection of
atoms.
sourceraw docstring

dump-delimitersclj

(dump-delimiters delimiters)

Returns a human-readable String representing the message's delimiters.

Returns a human-readable String representing the message's delimiters.
sourceraw docstring

dump-fieldclj

(dump-field field)

Returns an human-readable String representing the content of the field.

Returns an human-readable String representing the content of the
field.
sourceraw docstring

dump-segmentclj

(dump-segment delimiters segment)
(dump-segment delimiters segment show-nulls)

Returns an human-readable String representing the content of the segment. If the show-nulls parameter is provided and is true, null fields will also be displayed.

Returns an human-readable String representing the content of the segment. If
the show-nulls parameter is provided and is true, null fields will also be
displayed.
sourceraw docstring

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

× close