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

From Kordeus Wiki
Jump to navigation Jump to search
Stefanseiler (talk | contribs)
m Stefanseiler moved page Dev:Dynamic document creation tools to Dev:K-DOM (Kordeus Domain Object Model) without leaving a redirect
Stefanseiler (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
By default KORDEUS Core knows different content variables, which can be used in various scenarios like:
In many scenarios, KORDEUS need to access patient data and perform operation based on these data. Examples are:  


* showing computed content n documentation forms
* showing computed content n documentation forms
* creating documents (e.g. PDF or 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.


Each of these variable is defined
== Usage scenarios ==


=== Static variables ===
* '''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.


* '''Patient base data variables''' - Please read this article for all [[Dev:Patient base data placeholders|patient base data placeholders]] E.g. @@Patient-LastName
* '''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)
* Patient encounter
* '''Patient encounter data placeholders''' - Please read this article for all [[Dev:Patient encounter data placeholders|patient encounter data placeholders]]


== Base entities ==


This KORDEUS Core feature allows to
* [[Dev:K-DOM Patient entity|Patient]], e.g. Patient[UID]
 
* Doctor.
* Compute variable text block content

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