Ignore:
Timestamp:
Jul 15, 2010, 9:38:10 AM (14 years ago)
Author:
Sam Habiel
Message:

Documentation plus a few tiny fixes to routines

File:
1 edited

Legend:

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

    r854 r874  
    1 BSDX06  ; IHS/OIT/HMW - WINDOWS SCHEDULING RPCS ; 7/11/10 5:54pm
    2         ;;2.0;IHS WINDOWS SCHEDULING;;NOV 01, 2007
     1BSDX06  ; IHS/OIT/HMW - WINDOWS SCHEDULING RPCS ; 7/15/10 4:51pm
     2        ;;1.3;IHS WINDOWS SCHEDULING;;NOV 01, 2007
     3    ; Change Log:
     4    ; UJO/SMH: July 15 2010: Change in BSDXSTART and BSDXEND: get
     5    ; dates in FM format for i18n
    36        ;
    47        ;
     
    912        ;
    1013        ;Test lines:
    11         ;D TPBLKOV^BSDX06(.RES,"5-12-2003","5-16-2003","REMILLARD,MIKE") ZW RES
    12         ;BSDX TYPE BLOCKS OVERLAP^1-1-2000^12-14-2004^REMILLARD,MIKE
     14        ;D TPBLKOV^BSDX06(.RES,"3030513","3030516","REMILLARD,MIKE") ZW RES
     15        ;BSDX TYPE BLOCKS OVERLAP^303513^3030516^REMILLARD,MIKE
    1316        ;S ^HW("BSDXD06")=BSDXSTART_U_BSDXEND_U_BSDXRES
    1417        ;
     
    2124        D
    2225        . S BSDXBS=0
    23         . ; I $L(BSDXEND,".")=1 S BSDXEND=BSDXEND+.9999 ;Go to end of day
    24     . S BSDXEND=BSDXEND+.9999 ;//smh - not sure about this change
     26        . I $L(BSDXEND,".")=1 S BSDXEND=BSDXEND+.9999 ;Go to end of day if only date (not time) is passed
    2527        . S BSDXRESN=BSDXRES
    2628        . Q:BSDXRESN=""
Note: See TracChangeset for help on using the changeset viewer.