- Timestamp:
- Feb 10, 2010, 1:55:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/clinicaldata/ClinicalAssayInstance.groovy
r162 r186 3 3 class ClinicalAssayInstance { 4 4 5 long externalAssayID // in the future, we might do a more sophisticated mapping to the study capture part, as multiple metadata instances might exist 5 // The (auto-generated) id of this instance will be used in the study capture module to refer to the assay 6 6 7 ClinicalAssay assay 7 8
Note: See TracChangeset
for help on using the changeset viewer.