Ignore:
Timestamp:
Jun 18, 2010, 7:06:14 PM (14 years ago)
Author:
Sam Habiel
Message:

DCheckIn.cs: Handling of providers for hospital locations (HL). If provider(s) assigned to HL linked to resource, they are brought over and if a default one is in VISTA, it's picked as the default in the combobox. If no default, combobox defaults to <None>. If resource not linked to HL, then all providers in system brought over, and combobox default is <None>.
CGDocumentManager.cs: Remove loading of ClinicSetupParameters file. File doesn't exist in VISTA.
DResource.cs: Remove handling of same file.

File:
1 edited

Legend:

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

    r794 r802  
    19601960                                       
    19611961                    //TODO: Remove this. This doesn't exist in VISTA.
     1962                    /*
    19621963                    DataRow[] draCS = drHL.GetChildRows(m_DocManager.GlobalDataSet.Relations["HospitalLocationClinic"]);
    19631964                                        if (draCS.GetLength(0) > 0)
     
    19711972                                        bPCC = (sPCC == "YES")?true:false;
    19721973                                        bMultCodes = (sMultCodes == "YES")?true:false;
     1974                     */
    19731975                                }
    19741976
    19751977                                DCheckIn dlgCheckin = new DCheckIn();
    1976                                 dlgCheckin.InitializePage(a, this.m_DocManager, sProv, bProvReqd, bPCC, bMultCodes, sStopCode);
     1978                                dlgCheckin.InitializePage(a, this.m_DocManager, sProv, bProvReqd, bPCC, bMultCodes, sStopCode, nHospLoc);
    19771979                                calendarGrid1.CGToolTip.Active = false;
    19781980                                if (dlgCheckin.ShowDialog(this) != DialogResult.OK)
Note: See TracChangeset for help on using the changeset viewer.