Changeset 1314 for trunk/grails-app/domain
- Timestamp:
- Dec 22, 2010, 2:42:01 PM (12 years ago)
- Location:
- trunk/grails-app/domain/dbnp/studycapturing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/domain/dbnp/studycapturing/Sample.groovy
r1198 r1314 52 52 new TemplateField( 53 53 name: 'material', 54 type: TemplateFieldType.ONTOLOGYTERM 54 type: TemplateFieldType.ONTOLOGYTERM, 55 comment: "The material is based on the BRENDA tissue / enzyme source ontology, a structured controlled vocabulary for the source of an enzyme. It comprises terms for tissues, cell lines, cell types and cell cultures from uni- and multicellular organisms. If a material is missing, please add it by using 'add more'" 55 56 ) 56 57 ] -
trunk/grails-app/domain/dbnp/studycapturing/Subject.groovy
r1213 r1314 56 56 name: 'species', 57 57 type: TemplateFieldType.ONTOLOGYTERM, 58 comment: "The species name is based on the N EWT ontology; if a species is missing, please add it to the ontology using 'add more'",58 comment: "The species name is based on the NCI Thesaurus / NCBI organismal classification ontology, a taxonomic classification of living organisms and associated artifacts. If a species is missing, please add it by using 'add more'", 59 59 required: true) 60 60 ]
Note: See TracChangeset
for help on using the changeset viewer.