Changes between Initial Version and Version 1 of Ticket #449, comment 9


Ignore:
Timestamp:
Sep 19, 2013, 1:57:07 PM (11 years ago)
Author:
olle

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #449, comment 9

    initial v1  
    22
    33 * The wizard for registration of follow-up blood samples should be based on the one for registration of blood samples obtained  in connection with breast cancer surgery. The latter is implemented by JSP script `bloodform.jsp` in `reggie/resources/personal/` and java servlet `BloodRegistrationServlet.java` in `reggie/src/net/sf/basedb/reggie/servlet/`. The new components will be named `bloodfollowupform.jsp` and `BloodFollowUpRegistrationServlet.java`, respectively.
    4  * JSP script `index.jsp` in `reggie/resources/` will be updated to have links to the registration wizards for standard and follow-up blood samples under the header "Blood referral form registration" on the Reggie main page.
     4 * JSP script `index.jsp` in `reggie/resources/` will be updated to have links to the registration wizards for standard and follow-up blood samples under the header "Blood referral form registration" on the Reggie main page. (Originally the link to the single registration wizard was coupled to the header line itself.)