Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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:

require "CDA.CDAinit"
local CDA = CDAinit()

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

CDA.code.set
CDA.demographic.addAddress
CDA.dose.add
CDA.time.add

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

  • No labels