Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The HL7MAP Library is an importable library containing functions that help you dynamically call mapping and filtering functions for complex HL7 mapping and filtering. This library is used in the https://interfaceware.atlassian.net/wiki/pages/resumedraft.action?draftId=2885058562 HL7 to HL7 Map component.

How to use it:

Expand
titleSTEP 1: Import the HL7MAP library into your component Translator

Import the HL7MAP library into the Translator using the image-20240702-200510.png button.

Typically only the HL7MAPinit module needs to be required in order to initialize the library and access the methods.

Code Block
require "HL7MAP.HL7MAPinit"

...