Ignore:
Timestamp:
Mar 30, 2011, 5:42:22 AM (13 years ago)
Author:
Sam Habiel
Message:

CGView: Appointment Object now has Patient subobject created for routing slip information.
DPatientLookup: Now returns DOB as well.
Routing Slip doesn't print Sex anymore.
Updated Release Exes.

File:
1 edited

Legend:

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

    r1112 r1125  
    615615            sb.AppendLine();
    616616            sb.AppendLine("Age:" + "\t" + appt.Patient.UserFriendlyAge);
    617             sb.AppendLine();
    618             sb.AppendLine("Sex:" + "\t" + appt.Patient.Sex.ToString());
     617            //sb.AppendLine();
     618            //sb.AppendLine("Sex:" + "\t" + appt.Patient.Sex.ToString());
    619619
    620620            // Draw them
Note: See TracChangeset for help on using the changeset viewer.