Hl7 Project

Viewing 2 reply threads
  • Author
    Posts
    • #15719

      Hi All,

            Thanks in advance. We need a sample project and give the explanations for the following scenario.

       Actually we got the hl7 messages and it has to be stored  into the sql server.Please help me immediately.Please send to my id.my id is [email protected]

       

       

      Thanks,

      kumar

    • #15735

      Kumar,

      You can do this by BizTalk SQL Adapter(comes with BizTalk 2004)!!

      1. create a Stored Procedure

      2.create a XSD using SQL Adapter(Updategram) 

      3.map hl7 messages to SQL XSD

      need some information regarding SQL Adapter look at this link:

      http://www.codeproject.com/dotnet/usingsqladapter.asp

      Hope this information helps you.

      Nar-

      • #15745

        Thanks Mr.Nar.

                             I will try to do it with the help of your reply.But if you give me your own developed project with explanation,it will be very useful for me.

         

        Thanks,

        kumar

      • #15802

        Hi Nar,

                 I am not able to build the application it gives some error message as "Use of unconstructed message 'msgIncompleteOrder' and msgIncompleteOrder:message has not been initialised in construct statement.Please sen me early reply.

        • #15807

          this error comes if you are not ussing the messages in the right way.

          1. check the right schema is there in the msgIncompleteOrder message?

          or create one more message with same schema and add in the process.

          Nar-

           

    • #20633

      Hi,

      easyhl7 had some great samples of HL7 projects that were freely downloadable.

      http://www.easyhl7.com

      Most of them worked when I tested them.

      Thanks,

      Michael

Viewing 2 reply threads
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.