RefreshSchedule() now used in ForceRefresh rather than Force Document. This one does directly what's needed.
New exes.
This commit is contained in:
parent
6de4b0037f
commit
7b38b8c6dd
|
@ -405,7 +405,7 @@ namespace IndianHealthService.ClinicalScheduling
|
|||
/// Refreshes Availablility and Schedules from RPMS.
|
||||
/// </summary>
|
||||
/// <returns>Success or Failure. Should be always Success.</returns>
|
||||
private bool RefreshSchedule()
|
||||
public bool RefreshSchedule()
|
||||
{
|
||||
this.RefreshAvailabilitySchedule();
|
||||
this.RefreshAppointments();
|
||||
|
|
|
@ -3501,7 +3501,7 @@ namespace IndianHealthService.ClinicalScheduling
|
|||
if (this.Document.m_sResourcesArray.Count == 0) return;
|
||||
this.Cursor = Cursors.WaitCursor;
|
||||
LoadSplash();
|
||||
this.Document.RefreshDocument();
|
||||
this.Document.RefreshSchedule();
|
||||
this.UpdateArrays();
|
||||
StopSplash();
|
||||
this.Cursor = Cursors.Default;
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue