(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.
(dump-collection coll)
Returns an human-readable String representing a collection of atoms.
Returns an human-readable String representing a collection of atoms.
(dump-delimiters delimiters)
Returns a human-readable String representing the message's delimiters.
Returns a human-readable String representing the message's delimiters.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close