Step-by-step recipes for tasks in secuTrial
View the Project on GitHub SwissClinicalTrialOrganisation/secuTrial_recipes
Some of the data that is intended for capture in a database you are implementing may be of hierarchical nature. A good example is the treatment of patients for certain conditions with a condition specific drug. You can imagine that one patient (P1) may be treated for pain with Paracetamol, while another (P2) is treated with Ibuprofen. Yet another patient (P3) is treated for a bacterial infection with penicillin.
Hierarchically you can set up two levels. First, the level defining what the treatment is for (e.g. pain) and second what it is treated with (e.g. paracetamol).
Click “New lookup table” and enter specifications and save.
For the next level you can again click “New lookup table” and enter specifications and save. Note that you can now indicate the “Parent table” and the “upper value” to establish a hierarchy.
When including the lookup tables into a form, you need to select one of the “Hierarchical lookup tables” types when setting up the question.
This recipe was tested under secuTrial version 5.6.2.2