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/CGDocumentManager.cs

    r1110 r1111  
    9494            }
    9595        }
     96
     97        /// <summary>
     98        /// More later...
     99        /// </summary>
     100        public UserPreferences UserPreferences { get; private set; }
    96101 
    97102        /// <summary>
     
    461466            }
    462467           
     468            //User Preferences Object
     469            _current.UserPreferences = new UserPreferences();
     470
    463471            //Create global dataset
    464472                        _current.m_dsGlobal = new DataSet("GlobalDataSet");
Note: See TracChangeset for help on using the changeset viewer.