Difference between revisions of "User:Cmdupre"

From VistApedia
Jump to: navigation, search
m
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
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 package.
+
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 be able to generalize it with little effort.
 
  
Notes:
+
[[HL7 Multi-Listener]]
    *This module is in no way complete!  It is still a work in progress.  Having said that, it will at least work just fine.
 
    *There is a global variable (^CHECK) that should be removed.  This is just for my 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]]
 
 
 
[[Media:ACSPNT3.m]]
 
  
This is how to set up a multi listener for the HL7 subsystem using linux and GT.M:
+
[[Register a patient via HL7]]
 
 
[[HL7 Multi-Listener]]
 
  
eMail me with any questions: caseydupre@gmail.com
+
[[RPC's with Visual Cpp]]

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