Ignore:
Timestamp:
Mar 24, 2011, 9:26:14 AM (13 years ago)
Author:
Sam Habiel
Message:

CGDocument: Minor Change: Add appointment ID to Appointment
CGDocumentManager: added parameter /culture to set Thread.CurrentThread.CurrentUICulture
CGView: Minor changes in CheckInAppointment: Printing of Routing Slip now always happens.

Routing slip now get parameter for patient order.

Patient: i18n of UserFriendlyAge
Printing: Extensive changes. Support for i18n; new routing slip and appt slip. i18n support only for appt slip.

File:
1 edited

Legend:

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

    r1111 r1112  
    10031003            this.m_appointments.AddAppointment(aCopy);
    10041004           
    1005            
     1005            //TODO: Improve
     1006            //Yucky hack for now... haven't investigated why we need to create a new CGAppointment beyond
     1007            //the one that we pass.
     1008            rApptInfo.AppointmentKey = nApptID;
     1009
    10061010            //Have make appointment from CGView responsible for requesting an update for the avialability.
    10071011            //bool bRet = RefreshAvailabilitySchedule();
Note: See TracChangeset for help on using the changeset viewer.