Questions tagged [btahl7]

Referred to through the BTAHL7 moniker, the BizTalk HL7 accelerator provides BizTalk components for the purpose of consuming, parsing, validating and transmitting HL7 2.x messages.

25 questions
0
votes
1 answer

Not able to see BizTalk templates for HL7 in Visual Studio 2013

I have installed Visual Studio 2013, BizTalk 2013R2, BizTalk accelerator for HL7 and SQL Server 2012 in my local machine. But in Visual Studio, Project templates for BizTalk is missing. Only Empty BizTalk Server Project is displaying in Templates…
0
votes
1 answer

BizTalk + BTAHL7 MLLP - Return original nack to sender

In my scenario, a client sends HL7 via MLLP to my BizTalk two way receive port. BizTalk makes a web service call to an external service, receives the response, translates it to an HL7 ACK and returns it to the client, all in a synchronous…
Jeremy
  • 44,950
  • 68
  • 206
  • 332
0
votes
1 answer

Message does not contain a part with name MSHSegment

I am building a BizTalk 2010 solution whereby we Receive an HL7v2 QRY message over an MLLP request/response receive port. An orchestration is directly bound to the receive port, makes a web service call and response with a custom ACK. The…
Jeremy
  • 44,950
  • 68
  • 206
  • 332
0
votes
1 answer

Is it possible to transform a CCR to a CCD using XSLT in BizTalk?

I have an existing .NET application that generates an CCR message that validates to the CCR schema. Rather that create a new application to generate the CCD I would like to use XSLT to map from my CCR schema to my CCD schema. I am using BizTalk…
0
votes
0 answers

BizTalk HL7 Receive Pipeline Unable to configure logstore -- SQL server error

I've recently installed the BizTalk 2013 HL7 adapter on my development machine. During setup, it asks for the logging account, which I provided and was successfully added and the installation finished without a hitch. However, when I try to submit a…
Bensonius
  • 1,501
  • 1
  • 15
  • 39
0
votes
1 answer

BizTalk HL7 Adaptor (BTAHL7) error with MSH trailing delimiters

I have my receive ports/locations set up, schemas deployed and RAD party set up to allow trailing deliminters. If I send a message to BizTalk with no trailing delimiters everything works…
Jeremy
  • 44,950
  • 68
  • 206
  • 332
0
votes
2 answers

Storing unparsed HL7 2.x messages into a sql database

We are recieving HL7 2.x using the BTAHL7 accelerator. I want to dump the raw HL7 message to a sql table, with some discrete data including control id and others. My receive location is using the BTAHL72XRecievePipeline component. Is it possible…
Jeremy
  • 44,950
  • 68
  • 206
  • 332
0
votes
1 answer

BizTalk MLLP receive location, specify localhost instead of server IP address

I've created a receive location using the HL72x pipeline with MLLP. I can send hl7 traffic to the server if I set the BizTalk MLLP configuration host property of the receive location to the IP address of the server, but if I set the value to…
Jeremy
  • 44,950
  • 68
  • 206
  • 332
0
votes
1 answer

Can BizTalk HL7 Accelerator produce HL7 v2XML compliant messages

By default, it looks like the HL7 accelerator produces XML from HL7 v2 messages which is not HL7.org compliant (doesn't match their XML v2 XML schemas). Is it possible to get it to generate HL7 v2XML compliant xml? Edit: We have xslt transforms…
Jeremy
  • 44,950
  • 68
  • 206
  • 332
-1
votes
1 answer

What is the difference between BTAHL72x and BTAHL72XML send and recieve pipelines?

I am not sure about when should we use BTAHL72x instead of BTAHL72XML send/receive pipelines in biztalk and vice versa.
Zain Khan
  • 41
  • 3
1
2