TOPICA Basic and Context |
[This is preliminary documentation and is subject to change.]
In TOPICA Basic, global values are used to give information on context. The context types described in context are reflected in the below global variables.
Context | OrgUnit | Employee | Patient | Record |
---|---|---|---|---|
System context (= no object in context) | null | null | null | null |
Organizational unit | <> null | null | null | null |
Employee / user | null | <> null | null | null |
Patient | null | null | <> null | null |
Record | null | null | <> null | <> null |
These global values are very useful for configuring reports, especially when passing context information to reports.