Difference between revisions of "User:Cmdupre"

From VistApedia
Jump to: navigation, search
Line 8: Line 8:
  
 
[[Image:Acspnt2.m]]
 
[[Image:Acspnt2.m]]
 +
 +
 +
It is obvious that I have no idea what I am doing with this wiki page =)  Please bare with me.

Revision as of 16:39, 22 May 2007

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.

Note: 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.

File:Acspnt.m

File:Acspnt2.m


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