Ignore:
Timestamp:
May 8, 2011, 5:17:53 AM (13 years ago)
Author:
Sam Habiel
Message:

Absorbed all changed from Radiology Support branch.
Patient and Provider classes now serializable to address new bug: Availablity slots cannot be saved b/c these classes are not serializable.

Location:
Scheduling/trunk/cs/bsdx0200GUISourceCode
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/cs/bsdx0200GUISourceCode

    • Property svn:mergeinfo set to (toggle deleted branches)
      /Scheduling/branches/Radiology-Support/cs/bsdx0200GUISourceCode1134-1171
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/CalendarGrid.cs

    r1143 r1174  
    480480                    {
    481481                        rect.Inflate(-10, 0);
    482                         num = (int) this.m_ApptOverlapTable[appointment.m_nKey];
     482                        num = (int) this.m_ApptOverlapTable[appointment.AppointmentKey];
    483483                        num2 = rect.Right - rect.Left;
    484484                        x = num2 / (num + 1);
     
    12671267                    x = (this.m_sResourcesArray.Count > 1) ? (((int) this.m_ColumnInfoTable[resource]) + 1) : appointment.StartTime.DayOfYear;
    12681268                    Rectangle rectangle = new Rectangle(x, y, 1, num2 - y);
    1269                     hashtable.Add(appointment.m_nKey, rectangle);
     1269                    hashtable.Add(appointment.AppointmentKey, rectangle);
    12701270                }
    12711271            }
Note: See TracChangeset for help on using the changeset viewer.