Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WebMD Envoy Medical/Hospital Claims & Remittance Scripts

Status
Not open for further replies.

RainmanKC

IS-IT--Management
May 5, 2004
4
US
Hi all-

New to the forum. Has anyone out there used Aspect scripting to automate submitting claims and retrieving Reports to/from WebMD Envoy's BBS ComServer system? If so, would you be willing to share your scripts or work together to develop the scripts?

Thanks,

Ray
 
Ray, I've not done this myself but I can offer you a tip on this. Procomm includes a script recorder that can be used to build a basic script (basically a bunch of waitfor and transmit statements) that you can expand upon. Here is some additional information on the recorder from my site if you are interested:

If you are trying to create a script that automates communications with a remote system and the text is relatively constant, you can make the task easier by using the Script Recorder to create your script. To enable the Script Recorder, select the Tools | Scripts | Start Recorder menu item. Procomm Plus will now monitor all incoming data and your outgoing responses to that data. Start performing the tasks (keyboard-based only!) that you want Procomm Plus to record. Once done, select the Tools | Scripts | Stop Recorder menu item. You will be prompted to save your recorded script; some editing of the script may be necessary. Be aware that if you dialed an entry from the Connection Directory, then your recorded script will be attached to that entry unless you change the value at the bottom of the Save As dialog. When you view your script, you will see that it is composed of waitfor/transmit commands. If all looks well, compile your script and see if it executes as expected. To make a recorded script more extensible, you can take a recorded script and replace some of the recorded strings with variables so that a more general script can be created.

aspect@aspectscripting.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top