Versions Compared

Key

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

You can import this library and get a list of CDA element creation and mapping methods. To get started, import this CDA library into your CDA mapping module:

Code Block
languagelua
require "CDA.CDAclient"
local CDA = CDAclient()CDAinit"

After that, the global CDA variable can access a list of mapping functions such as

...

These CDA functions will help you quickly create and map CDA documents. For each CDA function's usage, please check the built in help.

image-20240605-194040.png