From: Justin <cal...@gm...> - 2013-10-31 16:45:12
|
Hi all, Is there an equivalent page to: http://hl7api.sourceforge.net/devbyexample.html but which illustrates the examples using hapi-base-2.0. More specifically, I am trying to to make unit tests while setting up a server in the test. However, I have to use hapi-base-2.0 and the following cannot be used: HapiContext ctx1 = new DefaultHapiContext(); (so I cannot follow along with: http://hl7api.sourceforge.net/xref/ca/uhn/hl7v2/examples/TheHapiContext.html). I will be taking a look at the source of 2.0 but in the meantime, if anyone with more experience with hapi could point me in the right direction, it would be much appreciated. Thanks Justin |