Ignore:
Timestamp:
Mar 23, 2011, 5:15:51 AM (13 years ago)
Author:
Sam Habiel
Message:

CGAppointment: Added Provider as a Member of Class. (auto property)
CGDocument: No changes
CGDocumentManager: Added UserPreferences as a member of a Class (private and property)
CGView: Changes to support printing of Routing Slip
DAppointPage: Changes to support UserPreferences member for auto printing the routing slips
DCheckIn: Extensive changes in load code (now uses LINQ instead of ADO.net). Changes to support UserPreferences member for auto printing the routing slips.
Patient: Documentation for UserFriendlyAge.
Provider: New class to represent Provider
UserPreferences: New class to represent User preferences. Does not interact with DB right now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/Patient.cs

    r1110 r1111  
    4444        }
    4545
     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>
    4651        public string UserFriendlyAge
    4752        {
Note: See TracChangeset for help on using the changeset viewer.