Dev:K-DOM (Kordeus Domain Object Model): Difference between revisions

From Kordeus Wiki
Jump to navigation Jump to search
Stefanseiler (talk | contribs)
No edit summary
Stefanseiler (talk | contribs)
No edit summary
 
Line 3: Line 3:
* showing computed content n documentation forms
* showing computed content n documentation forms
* creating documents (e.g. PDF or MS Word)
* 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 ==
* [[Dev:K-DOM Patient entity|Patient]], e.g. Patient[UID]
* Doctor.

Latest revision as of 23:48, 9 May 2023

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