Ignore:
Timestamp:
Mar 30, 2011, 4:19:15 AM (13 years ago)
Author:
Sam Habiel
Message:

Updated Release exes.
CGDocument: Appointment Creation Code now reuses appt object passed in rather than creating a new one.
CGView:
ctxPrintScheduleT3 added. Print schedule in 3 days. For weekday after weekend.
Scaling of grid now restricted. You can't scale down from the original TimeScale, but you can scale up.
DCheckIn: Remove unused variables.
DResource: Remove unused variables.

File:
1 edited

Legend:

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

    r1117 r1124  
    4848        private string m_sPatientName;
    4949        private DateTime m_dCheckIn;
    50         private string m_sProvider;
    5150        private string m_sProviderIEN;
    5251        private CGDocumentManager m_DocManager;
    5352        private DataSet m_dsGlobal;
    5453        private DataTable m_dtProvider;
    55         private DataView m_dvCS;
    56         private bool m_bProviderRequired;
    57         private DataTable m_dtClinic;
    58         private DataTable m_dtForm;
    59         private DataView m_dvClinic;
    60         private DataView m_dvForm;
    6154        public bool m_bPrintRouteSlip;
    6255        private List<Provider> _providers;
Note: See TracChangeset for help on using the changeset viewer.