Adding changes and code for terminology annotation support and integration of UMLS vocabulary
This commit is contained in:
parent
a3f174f813
commit
dc46b3e195
9 changed files with 1005 additions and 1 deletions
29
productMods/edit/forms/css/addTerminology.css
Normal file
29
productMods/edit/forms/css/addTerminology.css
Normal file
|
@ -0,0 +1,29 @@
|
|||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||
|
||||
.terminology .column {
|
||||
float:left;
|
||||
padding-right:3px;
|
||||
|
||||
}
|
||||
|
||||
.terminology .row {
|
||||
clear:both;
|
||||
float:left;
|
||||
border-bottom: 1px solid #5F6464;
|
||||
}
|
||||
|
||||
.termLabel {
|
||||
width:220px;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
.termType {
|
||||
width: 40px;
|
||||
}
|
||||
.termDefinition{
|
||||
width:400px;
|
||||
}
|
||||
|
||||
form#addTerminologyForm {
|
||||
display:none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue