Written by

Question lai pham · May 16, 2024

InterSystems Class Dictionary

Hi,

I use the data functions but don't know what they all do.  Is there a dictionary that explains what each function does?

Thanks,

Lai Pham

Comments

Enrico Parisi · May 16, 2024

I noticed that some of the functions in your system are not IRIS built-in function but, evidently, are custom functions implemented in your system, as documented here.

To search and find the class and code that implement this functions you may search classes that extends the Ens.Rule.FunctionSet class using the class reference in your system/server, not in the documentation website.

0