Changeset 1111 for Scheduling/trunk/cs/bsdx0200GUISourceCode/Patient.cs
- Timestamp:
- Mar 23, 2011, 5:15:51 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Scheduling/trunk/cs/bsdx0200GUISourceCode/Patient.cs
r1110 r1111 44 44 } 45 45 46 /// <summary> 47 /// Returns User Friendly Age. If Age < 5, then Years and Months 48 /// If Age > 5, then only Years. 49 /// Humans tend to round down their ages. So I follow the same rule here. 50 /// </summary> 46 51 public string UserFriendlyAge 47 52 {
Note:
See TracChangeset
for help on using the changeset viewer.