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
Create a custom ACK by using a script in an LLP Listener component
Added by iNTERFACEWARE
Retries a a custom ACK using the retry.lua module
Added by iNTERFACEWARE
Query a database to identify patient in incoming HL7 messages. If a patient is not found return an ACK with a "Patient does not exist" message.
Added by iNTERFACEWARE
This function formats phone numbers nicely with the area code in brackets.
Added by iNTERFACEWARE
Use smtp.send() to send an email from your Lua code.
Added by iNTERFACEWARE
Simple functions to strip or add leading zeros
Added by iNTERFACEWARE
Resubmit a logged message to an Iguana channel using the unique reference number (refmsgid).
Added by iNTERFACEWARE
How to use transactions and conn:begin{}, conn:execute{} and conn:commit{} to insert data into a database in a specific order.
Added by iNTERFACEWARE
How to process a batch of HL7 messages by removing the batch header and splitting it into separate messages.
Added by iNTERFACEWARE
Throttle a process during peak hours, by slowing down the code.
Added by iNTERFACEWARE
The demo.vmd file used in many of our documentation examples
Added by iNTERFACEWARE
The example/demo.vmd file used in many of our documentation examples
Added by iNTERFACEWARE
Use this VMD to process HL7 batch files, it recognizes the FSH and BSH batch headers
Added by iNTERFACEWARE
Use with conn:merge{} to handle autoincrementing Primary Keys in a database
Added by iNTERFACEWARE
The VMD is used with hl7.parse{} to parse an edifact message
Added by iNTERFACEWARE
Read an HL7 continuation (DSC) segment so you can process multi-part (continuation) messages
Added by iNTERFACEWARE
An example of a VMD used to create a tables node structure, to be used to write to a database
Added by iNTERFACEWARE
Use this VMD for creating custom ACK response messages
Added by iNTERFACEWARE
This VMD is used for HL7 conformance, it contains NTE segments to send helpful error messages
Showing 21 - 40 of 167 results