[HAPI-devel] Can I use HAPI for Android?
Hi I try to load the libraries of HAPI and use it in an Android Project... But when I try to add the external libraries, the eclipse don't respond... Anybody knows if i can use it, and the way to do it. -- The Next 800 Com
Re: [HAPI-devel] Parse a simple message HL7 v2.6
Hi, you need a pipe after the 2.6 and separate the segments with \r. This works: public static void main(String[] args) { String msg = "MSH|^~\\&|HUB||server||201010172015||ACK^W01^ACK|1234|P|2.6|\r" + "MSA|AA|2468|\n"; Par

