using System; using System.Collections.Generic; using System.Text; using NUnit.Framework; namespace IndianHealthService.BMXNet.Tests { public class RpcTests : BmxValidUserTestSuite { public override void ClearTable() { } // [Test] // public void TestPrenatalRpcIssue() // { // String result = this.Bmx.TransmitRPC("VEN CF VALIDATION MSG", "19707.66~108.02~6|19707.66~108.03~6|19707.66~108.04~6|19707.66~108.05~6|19707.66~108.06~6|19707.66~108.07~6|19707.66~108.08~6|19707.66~108.09~6|19707.66~108.1~6|19707.66~108.11~6|19707.66~108.12~6|19707.66~108.13~6|19707.66~108.14~6|19707.66~108.15~6", "VEN CF RPC"); // } } }