PBClinic Programmers Guide
×
Menu
Index

Vendor Interface

 
Building an interface to another Vendor's software is done in two parts
Part 1 is PBClinic and Part 2 Mirth Connect
PBClinic starts the process by adding a record to the to the VendorInterfaceQueue table whenver either of the two conditions below occur
1) A modification to the patient demographic record occurs (add, modification)
2) A modification to the patient insured information record occurs (add, modification)
Part 2 utilizes Mirth Connect
Mirth Connect runs a process which continually monitors the VendorInterfaceQueue table for active records (new or modified)
Mirth Connect uses Postgres SQL server to access the VendorInterfaceQueue table
Mirth Connect then creates HL7 records and exports them into a specific directory and file which are later consumed by
the vendor software to utilize in the vendor software tables etc.
 
 
Part 1 - Setup Vendor Interface Table
 
Part 2 - Using Mirth Connect
What is Mirth Connect
 
Mirth Connect is a cross-platform interface engine used in the healthcare industry that enables the management of information 
using bi-directional sending of many types of messages.
Mirth Connect uses JavaScript as it primary underpinning language along with other propritary internal functions.
The deails of how to use Mirth Connect are beyond the scope of this document.