Ignore:
Timestamp:
Jul 14, 2010, 8:08:39 AM (14 years ago)
Author:
Sam Habiel
Message:

Two updates: Search by Primary ID now enabled;
bug in make appointment code that causes storage of non-canonical
appointment times (3091103.0900 e.g. rather than 3091103.09). causes a
problem when retrieving appointments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Scheduling/trunk/m/BSDX07.m

    r863 r867  
    1 BSDX07  ; IHS/OIT/HMW - WINDOWS SCHEDULING RPCS ;  ; 7/6/10 6:13am
     1BSDX07  ; IHS/OIT/HMW - WINDOWS SCHEDULING RPCS ;  ; 7/6/10 4:28pm
    22        ;;2.0;IHS WINDOWS SCHEDULING;;NOV 01, 2007
    33    ; v1.3 July 13 2010 - Add support i18n - Dates input as FM dates, not US.
     
    111111        ;Returns ien in BSDXAPPT or 0 if failed
    112112        ;Create entry in BSDX APPOINTMENT
     113    ; BSDXSTART and BSDXEND need to be stored as numeric, not string
     114    ; So 3090713.0900 is incorrect --> it should be 3090713.09
    113115        N BSDXAPPTID
    114         S BSDXFDA(9002018.4,"+1,",.01)=BSDXSTART
    115         S BSDXFDA(9002018.4,"+1,",.02)=BSDXEND
     116        S BSDXFDA(9002018.4,"+1,",.01)=+BSDXSTART  ; smh fix bug stores as string
     117        S BSDXFDA(9002018.4,"+1,",.02)=+BSDXEND
    116118        S BSDXFDA(9002018.4,"+1,",.05)=BSDXPATID
    117119        S BSDXFDA(9002018.4,"+1,",.07)=BSDXRESD
Note: See TracChangeset for help on using the changeset viewer.