| File |
Date |
Previous Version |
New Version |
Message Log |
By |
| /branches/iccbl/trunk/database/manual_schema_updates/2835.sql | 2008-11-07 14:51:48 | | 2849 | [#1426] add concentration field to screen
[#1512] domain model support for concentration units
[#1427] add concentration field to cpr | Sean Erickson |
| /branches/iccbl/trunk/resources/spring-context-ui.xml | 2008-11-07 14:51:48 | Diff To 2820 | 2849 | [#1426] add concentration field to screen
[#1512] domain model support for concentration units
[#1427] add concentration field to cpr | Sean Erickson |
| /branches/iccbl/trunk/src/edu/harvard/med/screensaver/db/hibernate/ConcentrationType.java | 2008-11-07 14:51:48 | | 2849 | [#1426] add concentration field to screen
[#1512] domain model support for concentration units
[#1427] add concentration field to cpr | Sean Erickson |
| /branches/iccbl/trunk/src/edu/harvard/med/screensaver/model/Concentration.java | 2008-11-07 14:51:48 | | 2849 | [#1426] add concentration field to screen
[#1512] domain model support for concentration units
[#1427] add concentration field to cpr | Sean Erickson |
| /branches/iccbl/trunk/src/edu/harvard/med/screensaver/model/libraries/Well.java | 2008-11-07 14:51:48 | Diff To 2726 | 2849 | [#1426] add concentration field to screen
[#1512] domain model support for concentration units
[#1427] add concentration field to cpr | Sean Erickson |
| /branches/iccbl/trunk/src/edu/harvard/med/screensaver/model/screens/ConcentrationUnits.java | 2008-11-07 14:51:48 | | 2849 | [#1426] add concentration field to screen
[#1512] domain model support for concentration units
[#1427] add concentration field to cpr | Sean Erickson |
| /branches/iccbl/trunk/src/edu/harvard/med/screensaver/model/screens/LabActivity.java | 2008-11-07 14:51:48 | Diff To 2726 | 2849 | [#1426] add concentration field to screen
[#1512] domain model support for concentration units
[#1427] add concentration field to cpr | Sean Erickson |
| /branches/iccbl/trunk/src/edu/harvard/med/screensaver/ui/AbstractBackingBean.java | 2008-11-07 14:51:48 | Diff To 2817 | 2849 | [#1426] add concentration field to screen
[#1512] domain model support for concentration units
[#1427] add concentration field to cpr | Sean Erickson |
| /branches/iccbl/trunk/src/edu/harvard/med/screensaver/ui/activities/ActivityViewer.java | 2008-11-07 14:51:48 | Diff To 2815 | 2849 | [#1426] add concentration field to screen
[#1512] domain model support for concentration units
[#1427] add concentration field to cpr | Sean Erickson |
| /branches/iccbl/trunk/src/edu/harvard/med/screensaver/ui/screens/ScreenDetailViewer.java | 2008-11-07 14:51:48 | Diff To 2823 | 2849 | [#1426] add concentration field to screen
[#1512] domain model support for concentration units
[#1427] add concentration field to cpr | Sean Erickson |
| /branches/iccbl/trunk/src/edu/harvard/med/screensaver/ui/util/ConcentrationConverter.java | 2008-11-07 14:51:48 | | 2849 | [#1426] add concentration field to screen
[#1512] domain model support for concentration units
[#1427] add concentration field to cpr | Sean Erickson |
| /branches/iccbl/trunk/src/edu/harvard/med/screensaver/ui/util/Messages.java | 2008-11-07 14:51:48 | Diff To 2819 | 2849 | [#1426] add concentration field to screen
[#1512] domain model support for concentration units
[#1427] add concentration field to cpr | Sean Erickson |
| /branches/iccbl/trunk/test/edu/harvard/med/screensaver/model/ConcentrationTest.java | 2008-11-07 14:51:48 | | 2849 | [#1426] add concentration field to screen
[#1512] domain model support for concentration units
[#1427] add concentration field to cpr | Sean Erickson |
| /branches/iccbl/trunk/ui/activities/activityViewerBody.xhtml | 2008-11-07 14:51:48 | Diff To 2799 | 2849 | [#1426] add concentration field to screen
[#1512] domain model support for concentration units
[#1427] add concentration field to cpr | Sean Erickson |
| /branches/iccbl/trunk/ui/util/property.xhtml | 2008-11-07 14:51:48 | Diff To 2760 | 2849 | [#1426] add concentration field to screen
[#1512] domain model support for concentration units
[#1427] add concentration field to cpr | Sean Erickson |
| /branches/iccbl/trunk/src/edu/harvard/med/screensaver/db/hibernate/ConcentrationType.java | 2008-12-05 09:54:12 | Diff To 2856 | 2873 | Reintroduced explicit Concentration type, which is now a subclass of Quantity. Improves code readability, replacing 'Quantity' with just 'Concentration'. This is follow-up work on [#1512] (domain model support for concentration units). | Andrew Tolopko |
| /branches/iccbl/trunk/src/edu/harvard/med/screensaver/model/Concentration.java | 2008-12-05 09:54:12 | Diff To 2849 | 2873 | Reintroduced explicit Concentration type, which is now a subclass of Quantity. Improves code readability, replacing 'Quantity' with just 'Concentration'. This is follow-up work on [#1512] (domain model support for concentration units). | Andrew Tolopko |
| /branches/iccbl/trunk/src/edu/harvard/med/screensaver/model/Quantity.java | 2008-12-05 09:54:12 | Diff To 2856 | 2873 | Reintroduced explicit Concentration type, which is now a subclass of Quantity. Improves code readability, replacing 'Quantity' with just 'Concentration'. This is follow-up work on [#1512] (domain model support for concentration units). | Andrew Tolopko |
| /branches/iccbl/trunk/src/edu/harvard/med/screensaver/model/screens/LabActivity.java | 2008-12-05 09:54:12 | Diff To 2856 | 2873 | Reintroduced explicit Concentration type, which is now a subclass of Quantity. Improves code readability, replacing 'Quantity' with just 'Concentration'. This is follow-up work on [#1512] (domain model support for concentration units). | Andrew Tolopko |
| /branches/iccbl/trunk/src/edu/harvard/med/screensaver/ui/activities/ActivityViewer.java | 2008-12-05 09:54:12 | Diff To 2856 | 2873 | Reintroduced explicit Concentration type, which is now a subclass of Quantity. Improves code readability, replacing 'Quantity' with just 'Concentration'. This is follow-up work on [#1512] (domain model support for concentration units). | Andrew Tolopko |
| /branches/iccbl/trunk/test/edu/harvard/med/screensaver/model/ConcentrationTest.java | 2008-12-05 09:54:12 | Diff To 2872 | 2873 | Reintroduced explicit Concentration type, which is now a subclass of Quantity. Improves code readability, replacing 'Quantity' with just 'Concentration'. This is follow-up work on [#1512] (domain model support for concentration units). | Andrew Tolopko |
| /branches/iccbl/trunk/test/edu/harvard/med/screensaver/model/PackageTestSuite.java | 2008-12-05 09:54:12 | Diff To 2853 | 2873 | Reintroduced explicit Concentration type, which is now a subclass of Quantity. Improves code readability, replacing 'Quantity' with just 'Concentration'. This is follow-up work on [#1512] (domain model support for concentration units). | Andrew Tolopko |
| /branches/iccbl/trunk/test/edu/harvard/med/screensaver/model/QuantityTest.java | 2008-12-05 09:54:12 | Diff To 2856 | 2873 | Reintroduced explicit Concentration type, which is now a subclass of Quantity. Improves code readability, replacing 'Quantity' with just 'Concentration'. This is follow-up work on [#1512] (domain model support for concentration units). | Andrew Tolopko |
|