mauede
Well-known member
I am working with patient data in a hospital.
A patient can have multiple CT scans.
Every CT scan may have several linked structure-sets
Every structure-set contains several structures.
I managed to display a list of structure names directly from a PostgreSQL table.
The next step is to display a list of CT identifiers (strings). Upon selection of a CT identifier I have to display the names of the linked struture-sets and allow the user to select a structure-set. This latter selection will trigger the display of the structure names contained in the selected structure-set.
I am thinking of three ListBoxes. The fist one should contain the CT identifiers. I can implement this step by myself.
My problem is to implement the code that pops up another ListBox, when an item of the fist ListBox is selected, displaying the structure-sets linked to the select CT scan. Here I am in trouble with developing the "code-behind" that realizes the ListBoxes cascade.
Can you please guide me?
Thank you in advance
A patient can have multiple CT scans.
Every CT scan may have several linked structure-sets
Every structure-set contains several structures.
I managed to display a list of structure names directly from a PostgreSQL table.
The next step is to display a list of CT identifiers (strings). Upon selection of a CT identifier I have to display the names of the linked struture-sets and allow the user to select a structure-set. This latter selection will trigger the display of the structure names contained in the selected structure-set.
I am thinking of three ListBoxes. The fist one should contain the CT identifiers. I can implement this step by myself.
My problem is to implement the code that pops up another ListBox, when an item of the fist ListBox is selected, displaying the structure-sets linked to the select CT scan. Here I am in trouble with developing the "code-behind" that realizes the ListBoxes cascade.
Can you please guide me?
Thank you in advance