User:Cmdupre

From VistApedia
Revision as of 16:48, 22 May 2007 by Cmdupre (talk | contribs)
Jump to: navigation, search

I am a computer programmer with a company in Lafayette, Louisiana. We are a software vendor who concentrates mostly on our medical billing package. We are interested in using VistA to provide an EHR package to our customers.

Here are two routines I wrote file our patient demographics via the HL7 messaging subsystem through our billing system interface program. Most of the data validation is taken care of on my cobol side, so you will not see much of that done here. This is a very specific module for my application, but we should definitely be able to generalize it.

Notes:

   *This module is in no way complete!  It is still a work in progress.  Having said that, it *should* at least work just fine.
   *There is a global variable (^CHECK) that will be removed later.  This is just for debugging purposes.
   *I set up my own cross references and use those cross references as the key for my data.

Media:Acspnt.m

Media:Acspnt2.m


It is obvious that I have no idea what I am doing with this wiki page =) Please bare with me.

This is how to set up a multi listener for the HL7 subsystem using linux and GT.M:

HL7 Multi-Listener