API Overview

API (or Application Programming Interface) provides automation options for CM4D.

The only object that is created directly is the QaDoc object. Creating this object executes CM4D and provides an object for document manipulation. All of the other objects are created through the use of a parent object, starting with the QaDoc object at the root.

·        API - Doc (QaDoc)

Some commonly used objects are:

·        DataSource

·        Query

·        DataSet

·        Routine

·        Feature

·        Sample

·        Annot

·        Style

The full list is available here.

Refer to the following examples of API implementation:

·        Event Trigger 2 (External Event)

·        No Events (External Event)

·        Report Record Database and API