HL7 Messaging Problem

MySQL , HL7 , Java India
  • 11 years ago

    Hi I am working with HAPI2.x getting error casting ADT01 message Message confMessge = ca.uhn.hl7v2.model.26.message.ADT01) in; can anyone help me in finding the solution. or please suggest me to know more about hapi2.x in java..

  • 11 years ago

    Hi I am working with HAPI2.x for interfacing with EMR. when i imported the ca.uhn.Log and i use the following code.

    private static final HapiLog log = HapiLogFactory.getHapiLog(ADTA04_Process.class);

    wants to use log.info("--------------"); getting error log cannot be resolved and it directly referring to org.apache.....log

    help me regarding this issue..

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.” - Brian Kernighan