Ignore:
Timestamp:
Jan 13, 2010, 1:55:45 PM (13 years ago)
Author:
keesvb
Message:

updated domain classes: added comments, carried out some normalization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/domain/dbnp/studycapturing/Protocol.groovy

    r80 r84  
    44 * Class describing the available protocols in the database, and their respective protocol parameters
    55 * Concrete instances of protocol application (and parameter values) should be stored as ProtocolInstance
     6 * For the moment, there is one global Protocol store. From user experience, it should become clear if this store
     7 * has to remain global or should be bound to specific templates, users, user groups or even studies.
    68 */
    79class Protocol {
Note: See TracChangeset for help on using the changeset viewer.