Changeset 2251
- Timestamp:
- Feb 25, 2014, 2:27:33 PM (9 years ago)
- Location:
- extensions/net.sf.basedb.reggie/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/trunk/resources/sampleproc/specimentube.jsp
r2215 r2251 873 873 <option selected value="" >unknown 874 874 <option value="Primary">Primary 875 <option value="Lym fnodeRegional">LymfnodeRegional875 <option value="LymphnodeRegional">LymphnodeRegional 876 876 <option value="MetastasisDistant">MetastasisDistant 877 877 <option value="RecurrenceLocal">RecurrenceLocal -
extensions/net.sf.basedb.reggie/trunk/src/net/sf/basedb/reggie/servlet/InstallServlet.java
r2242 r2251 249 249 jsonChecks.add(checkAnnotationType(dc, Annotationtype.OTHER_PATH_NOTE, 1, null, effectivePermissionsUse, createIfMissing)); 250 250 jsonChecks.add(checkAnnotationType(dc, Annotationtype.SPECIMEN_TYPE, 1, 251 new ValueOptions("Primary", "Lym fnodeRegional", "MetastasisDistant", "RecurrenceLocal", "RecurrenceRegional"),251 new ValueOptions("Primary", "LymphnodeRegional", "MetastasisDistant", "RecurrenceLocal", "RecurrenceRegional"), 252 252 effectivePermissionsUse, createIfMissing)); 253 253 jsonChecks.add(checkAnnotationType(dc, Annotationtype.BIOPSY_TYPE, 1,
Note: See TracChangeset
for help on using the changeset viewer.