我正在我们的EMR中实现HL7模块,但我对如何测试消息感到困惑.我正在看LabCorp和Surescripts并且无法找到测试Api或模块,似乎我将不得不处理一些官僚机构以获得他们的任何帮助.
有没有简单的方法来测试我的HL7模块?
为什么vb和C#中的OR运算符给出不同的结果.
Console.WriteLine(0x2 | 0x80000000); output 2147483650
Run Code Online (Sandbox Code Playgroud)
http://dotnetfiddle.net/wC9AgG
Console.WriteLine(&H2 Or &H80000000) output -2147483646
Run Code Online (Sandbox Code Playgroud)