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
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)
 
Each of these variable is defined
 
=== Static variables ===
 
* '''Patient base data variables''' - Please read this article for all [[Dev:Patient base data placeholders|patient base data placeholders]] E.g. @@Patient-LastName
* Patient encounter
* '''Patient encounter data placeholders''' - Please read this article for all [[Dev:Patient encounter data placeholders|patient encounter data placeholders]]
 
 
This KORDEUS Core feature allows to
 
* Compute variable text block content

Revision as of 23:32, 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)