Welcome to iNTERFACEWARE’s code repository – a place to find and share official and community-submitted code. Our goal is to provide useful and commonly used interfaces, modules, code snippets, and to encourage the members of our community to learn, share and help each other with their projects.

Rating
iNTERFACEWARE
Added by iNTERFACEWARE
A template module for testing HL7 message conformance, you will need to extend it to match your requirements
Added by iNTERFACEWARE
Extended demo.vmd with Lab information including a ZLR segment for legacy Lab data
Added by iNTERFACEWARE
Template VMDs for X12 versions 4010 and 5010, use to create custom X12 VMDs by importing only the transactions you need
Added by iNTERFACEWARE
Retry an ODBC query to a MySQL DB when an error occurs, can be adapted for retrying LLP etc.
Added by iNTERFACEWARE
Format specified HL7 message fields in a tab delimited string and push the string to the queue for further processing
Added by iNTERFACEWARE
How to normalize X12 delimiters for processing in Iguana scripts, they can be reverted after processing if needed
Added by iNTERFACEWARE
This code is a template for X12 parsing
Added by iNTERFACEWARE
Test a script against all the sample messages loaded for the component
Added by iNTERFACEWARE
Convert EDI messages to HL7 format so you can process them like an HL7 message (and convert them back to EDI afterwards)
Added by iNTERFACEWARE
How to format a report as a single NTE or OBX segment with repeating field or using multiple NTE segments, one for each line of the report
Added by iNTERFACEWARE
How to encode binary files as base 64 text, then embed them as OBX-5 segment repeats
Added by iNTERFACEWARE
This function calculates age from DOB, it returns years, months and partial years (i.e., 17, 3, 17.296272).
Added by iNTERFACEWARE
This code checks EDI (XML) data for some common errors, you can use this approach for pre-processing messages to clean them up
Added by iNTERFACEWARE
How to use an external command program to zip up a folder containing multiple files
Added by iNTERFACEWARE
How to generate an HL7 message with non-standard delimiters and/or escaping, using serialize.lua
Added by iNTERFACEWARE
How to prevent escaping of special characters like "&" in an HL7 message
Added by iNTERFACEWARE
How to format an HL7 message without the trailing "|" at the end of each line
Showing 41 - 60 of 167 results