Changeset 1527
- Timestamp:
- Jan 25, 2012, 11:35:59 AM (11 years ago)
- Location:
- extensions/net.sf.basedb.reggie/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/net.sf.basedb.reggie/trunk/META-INF/extensions.xml
r1512 r1527 8 8 </description> 9 9 10 <version>2.2 -dev</version>10 <version>2.2</version> 11 11 <min-base-version>3.0.0</min-base-version> 12 12 -
extensions/net.sf.basedb.reggie/trunk/README
r1463 r1527 49 49 specimen tubes. It can also be used to update missing information 50 50 on existing cases and specimen tubes. 51 51 52 * Blood referral form registration wizard 53 This entry is available for 'Administrators' and members of the 54 'PatientCurator' group. It is used to register blood samples 55 and connect them with patients. The patient doesn't have to exists. 56 If the blood sample already exists, the wizard can be used to update 57 missing information. 58 52 59 * Referral form registration wizard: 53 60 This entry is available for 'Administrators' and members of the -
extensions/net.sf.basedb.reggie/trunk/build.xml
r1512 r1527 10 10 <!-- variables used --> 11 11 <property name="name" value="reggie" /> 12 <property name="version" value="2.2 -dev" />12 <property name="version" value="2.2" /> 13 13 <property name="src" location="src" description="Location of source files" /> 14 14 <property name="build" location="build" description="Location of compiled files" /> -
extensions/net.sf.basedb.reggie/trunk/src/net/sf/basedb/reggie/Reggie.java
r1524 r1527 36 36 The current version of this package. 37 37 */ 38 public static final String VERSION = "2.2 -dev";38 public static final String VERSION = "2.2"; 39 39 40 40 /**
Note: See TracChangeset
for help on using the changeset viewer.