@@ -3,8 +3,8 @@ Clojure HL7 Version 2.x Message Parser
33
44[ ![ Clojars Project] ( https://img.shields.io/clojars/v/org.clojars.cmiles74/clojure-hl7-parser.svg )] ( https://clojars.org/org.clojars.cmiles74/clojure-hl7-parser )
55
6- This library provides functions for parsing and manipulating
7- [ HL7 version 2.x Messages] ( https://secure.wikimedia.org/wikipedia/en/wiki/Health_Level_7#HL7_version_2.x ) .
6+ This library provides functions for parsing and manipulating [ HL7 version 2.x
7+ Messages] [ hl7c2 ] .
88
99Usage
1010-----
@@ -115,10 +115,29 @@ pass in the delimiters for the message.
115115
116116 user> (parser/pr-segment my-delimiters pid-segment)
117117 "PID|||20301||Durden^Tyler^^^Mr.||19700312|M|||..."
118+
119+ Development
120+ ------------
121+
122+ This project is managed with [ Leiningen] [ lein ] , more information is available on
123+ the project website. If you're working on a pull request, the important thing is
124+ that you have it installed and on your path. With that out of the way, you can
125+ run the tests with [ Kaocha] [ kaocha ]
126+
127+ ``` shell
128+ $ lein kaocha
129+ ```
130+
131+ As long as the tests pass, you are on the right track. 😉
118132
119133Future Plans
120134------------
121135
122136I am actively using this library in several projects and will continue
123137to work on this code. If you have any suggestions or patches, please
124- fork this project and send me a pull request. :)
138+ fork this project and send me a pull request. 🙂
139+
140+
141+ [ hl7v2 ] : https://secure.wikimedia.org/wikipedia/en/wiki/Health_Level_7#HL7_version_2.x " HL7 v2 Messaging "
142+ [ lein ] : https://leiningen.org/ " Leiningen "
143+ [ kaocha ] : https://github.com/lambdaisland/kaocha " Kaocha Test Runner "
0 commit comments