Re: Is this requirement feasible with django

2012-06-03 Thread akaariai
On Jun 3, 11:02 am, Kalpa Welivitigoda wrote: > Hi, > > I want to develop a web based laboratory test reporting system. It > basically involves storing the records of different tests for > different patient and get a print out of the reports. There are around > 100 tests with different fields. > >

Re: Is this requirement feasible with django

2012-06-03 Thread Python_Junkie
I hope my answer points you in the right direction. I would create 2 (generic) tables one that is called something like test_definition, since you have a wide variety of tests. And then create a table called test results. The forms that the user fills in would be created dynamically through th

Re: Is this requirement feasible with django

2012-06-03 Thread Bill Freeman
On Sun, Jun 3, 2012 at 4:02 AM, Kalpa Welivitigoda wrote: > Hi, > > I want to develop a web based laboratory test reporting system. It > basically involves storing the records of different tests for > different patient and get a print out of the reports. There are around > 100 tests with different