Difference between revisions of "User:Cmdupre"

From VistApedia
Jump to: navigation, search
m
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
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.
+
I am a programmer with a company in Lafayette, Louisiana.  We are a software vendor who concentrates mostly on our medical billing package.  We are interested in utilizing VistA to provide our customers with an EHR solution.
  
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:
+
[[HL7 Multi-Listener]]
    *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]]
+
[[Register a patient via HL7]]
  
[[Media:Acspnt2.m]]
+
[[RPC's with Visual Cpp]]
 
 
 
 
This is how to set up a multi listener for the HL7 subsystem using linux and GT.M:
 
 
 
[[HL7 Multi-Listener]]
 

Latest revision as of 16:42, 24 July 2007

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


HL7 Multi-Listener

Register a patient via HL7

RPC's with Visual Cpp