Ignore:
Timestamp:
Mar 21, 2011, 8:47:45 AM (13 years ago)
Author:
Sam Habiel
Message:

CGDocument:

CGDocumentManager:

CGView: (Changes to support printing of Appointment Slip)

  • Changed name and text of context menu to say "print appointment slip"
  • Logic to Print Appointment Slip

CustomPrinting.cs renamed to Printing.cs; old Printing.Cs removed.
DAppointPage:

  • New checkbox to request printing of Appointment Slip
  • Sex of patient now pulled and included in form.

DPatientLetter:

  • Redirected to use new Printing framework.

Patient:

Printing:

File:
1 edited

Legend:

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

    r1106 r1110  
    4242
    4343        //Custom Printing
    44         private CustomPrinting                          m_PrintingObject = null;
     44        private Printing                          m_PrintingObject = null;
    4545                #endregion
    4646
     
    134134        }
    135135
    136         public CustomPrinting PrintingObject
     136        public Printing PrintingObject
    137137        {
    138138            get
     
    445445            if (DllLocation == string.Empty)
    446446            {
    447                 this.m_PrintingObject = new CustomPrinting();
     447                this.m_PrintingObject = new Printing();
    448448            }
    449449            else
Note: See TracChangeset for help on using the changeset viewer.