thread700-875964
I have a similar problem the the refrenced thread above. IT would help me if i can understand the last part of that thread.
How would you store the value's of the attributes.
Let's say you have different attributes for the Tumors, and the data types of these tumours are different. If you learn to diagnose new tumors in the future with new attributes, you will have to add new columns to the attribute table??
my problem is exactly the same where each object in the tumour table can be associated with multiple attributes of different data types. I couldn't avoid having multiple tables for each Tumor, but this gets really big and hard to maintain...
Would some one shed some light on this ?