Dev:K-DOM (Kordeus Domain Object Model)

From Kordeus Wiki
Jump to navigation Jump to search

In many scenarios, KORDEUS need to access patient data and perform operation based on these data. Examples are:

  • showing computed content n documentation forms
  • creating documents (e.g. PDF or MS Word)

K-DOM offers access to data of Kordeus data objects to engingess, which need to perform retrieval and computation of data for these scenarios.

Usage scenarios

  • B-Op Word Template Language (B-WTL) is a b-op specific language, which relives heavily on K-DOM and Z-DOM (ZUGSEIL Domain Object Model) and other DOMs which allow programmatic access to b-op digital's data. It is embeeded into Word document templates, to allow highly configurable word document templates.
  • Kordeus Dynamic Language (K-DL) K-DL is a interpreted language which allows to manipulate computation at runtime with variable coming from K-DOM or Z-DOM (or both)

Base entities