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/DResource.cs

    r627 r802  
    538538                public void InitializePage(int nSelectedResourceID, DataSet dsGlobal)
    539539                {
    540 
    541540                        m_dtResources = dsGlobal.Tables["Resources"];
    542541
     
    555554                        }
    556555
    557                         DataTable dtClinicParams = dsGlobal.Tables["ClinicSetupParameters"];
    558                         m_dvClinicParams = new DataView(dtClinicParams);
     556//                      DataTable dtClinicParams = dsGlobal.Tables["ClinicSetupParameters"];
     557//                      m_dvClinicParams = new DataView(dtClinicParams);
    559558//                      m_dvClinicParams.Sort = "HOSPITAL_LOCATION_ID ASC";
    560                         m_dvClinicParams.Sort = "HOSPITAL_LOCATION ASC";
    561                         string sFind = "<None>";
     559//                      m_dvClinicParams.Sort = "HOSPITAL_LOCATION ASC";
     560//                      string sFind = "<None>";
    562561//                      nFind = m_dvClinicParams.Find((int) 0);
    563                         nFind = m_dvClinicParams.Find((string) sFind);
     562/*                      nFind = m_dvClinicParams.Find((string) sFind);
    564563
    565564                        if (nFind < 0)
     
    573572                                drv.EndEdit();
    574573                        }
    575 
     574*/
    576575//smh       cboRPMSClinic.DataSource = m_dvClinicParams;
    577576            cboRPMSClinic.DataSource = m_dvHospLoc;
Note: See TracChangeset for help on using the changeset viewer.