Changeset 860


Ignore:
Timestamp:
Jul 13, 2010, 3:07:08 AM (14 years ago)
Author:
Sam Habiel
Message:

Updated tracking sheet of RPCS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/cs/bsdx0200GUISourceCode/RPC_Calls.txt

    r857 r860  
    3939 # CGSchedLib.cs(130):                  string sSql = "BSDX TYPE BLOCKS OVERLAP^" + sStart + "^" + sEnd + "^" + sResourceName ;//+ "^" + sSource;
    4040 # CGSchedLib.cs(288):                  string sSql = "BSDX CREATE ASGND SLOT SCHED^" + sResourceName + "^" + sStart + "^" + sEnd + "^" + sApptTypeIDs + "^" + sSearchInfo; //+ "^" + sSTType ;
    41  * CGSchedLib.cs(365):                  string sSql = "BSDX APPT BLOCKS OVERLAP^" + sStart + "^" + sEnd + "^" + sResourceName ;//+ "^"  + sSTType;
     41 # CGSchedLib.cs(365):                  string sSql = "BSDX APPT BLOCKS OVERLAP^" + sStart + "^" + sEnd + "^" + sResourceName ;//+ "^"  + sSTType;
    4242  CGView.cs(172):                               if (e.BMXEvent != "BSDX SCHEDULE")
    4343  CGView.cs(1804):                                      RaiseRPMSEvent("BSDX SCHEDULE" , m_Document.DocName);
     
    5858  DAppointPage.cs(578):                         sSql = "BSDX GET BASIC REG INFO^" + m_sPatientIEN;
    5959  DCheckIn.cs(218):                string sCommandText = "BSDX HOSP LOC PROVIDERS^" + nHospLoc;
    60 * DCopyAppts.cs(189):                          string sSql = "BSDX COPY APPOINTMENTS^" + m_ResourceID + "^" + m_HospLocationID + "^" + m_dtBegin.ToShortDateString() + "^" + m_dtEnd.ToShortDateString();
     60 # DCopyAppts.cs(189):                          string sSql = "BSDX COPY APPOINTMENTS^" + m_ResourceID + "^" + m_HospLocationID + "^" + m_dtBegin.ToShortDateString() + "^" + m_dtEnd.ToShortDateString();
    6161  DCopyAppts.cs(227):                           string sSql = "BSDX COPY APPOINTMENT CANCEL^" + m_sTask;
    6262  DCopyAppts.cs(253):                //string sSql = "BSDX COPY APPOINTMENT STATUS^" + m_sTask;
Note: See TracChangeset for help on using the changeset viewer.