Is this requirement feasible with django
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.
The flow would be that the user enters a patient id and the tests for
that person appears, then he selects one test and a input form appears
to enter test results. This continues for the other tests as well and
finally a print out is issued and a pdf of the report is generated on
request.
Since there are around 100 tests (with different fields), do I need to
write separate models and views (to view the data input form) for each
and every one of them or can it be made simpler at least generating
views (because views are generated from some of the fields in the
model) ?
--
Best Regards,
Kalpa Pathum Welivitigoda
http://about.me/callkalpa
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home