I had mapped an XML to 837 X12 outbound using BT02. Did not like that they had claim level in there twice. So I only mapped to the not-self subscriber level for both and corrected the HL segments in a Scriptor function.
I still had to check to see if it was self or not for deciding when to...
Hey all,
I am using a .ashx page to send an offline PDF file. The object behind the ashx file implements IHttpHandler. (sample code below) When running this page through a https url, I get a prompt asking if I want to display both the secure and nonsecure items. Is my PDF sent securely? How...
I am getting this error on a test machine when we try to generate a report.
"An error has occured within GenRepoX-run. GenRepoX tried to copy your report to a temporary file, but there was a problem. Make sure that you have all the rights and enough diskspace on your defined drive (C)ancel or...
The way your session is setup might make a difference (inProc, state server, sql). Not sure if it will matter or not in your issue, but with others I have ran into it had.
Hello all... really could use your expert advice.
I have datatable in which i insert a record at the first row position (dt.insertAt(foo,0);). When viewed in the debugger the table has the row in the correct position, row[0].
Then I add the table into a dataset then set a datarelation that...
Isadore, thank you for your reply.
Yes, if I was in the current session. The stored session ids are from sessions from other users. So when a new user would login they would have a new session. It is during this login process where I would need to check to see if the session ids from other...
My ASP.net application involves limiting clients to a maximum number of concurrent logins. I have done this by storing the session id in a 'Shared' object property. I then depend on the session id to be removed when users log out, closes the window, or has a session timeout. Life was good untill...
You have many options. Two options I use are:
-Submit your file to Biztalk by implementing the IInterchange COM object
-Create a receive function by using the Biztalk Server Administration program
According to Microsoft you can use the WPC OnlyConnect GAT to generate your Biztalk mapping files.
https://www.microsoft.com/solutions/hipaa/partners/firststep.asp
I am really interested in how well the mapping feature works in the Only Connect Gap tool. Do you use it for that purpose?
I work for a HIS company who also provides EDI applications for direct claim submission.
The "sidecar" approach seems to be the most common solution that I've heard about. Jalby is right, the only issue is that its not standardized; each hospital or clearing house system solution is...
i recommend the Wrox book. However, to truely understand the software reading the .chm files were far more helpful.
Also we use biztalk to manage data going into sql server. I recommend looking into the sql adapter for biztalk.
Visio is only required if you plan on using the orchestration...
A print image UB92 is insufficient to meet the needs of the 837I data requirements. You would have to data fill the additional required data fields with static (or deduced) values. This might not work if your receiver requires certain data not provided in the UB.
The WPC published 837I specs...
I have found the SQL Server Adapter convenient. It’s free; however it can only be used with MS SQL Server.
There also are database functoids that can be used to pull data, but I would not recommend this practice. It is not very efficient.
I find it easier to create an xml file using an...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.