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/BSDX34.m

    r851 r874  
    1 BSDX34  ; IHS/OIT/HMW - WINDOWS SCHEDULING RPCS ; 7/11/10 11:28am
    2         ;;2.0;IHS WINDOWS SCHEDULING;;NOV 01, 2007
    3         ;
     1BSDX34  ; IHS/OIT/HMW - WINDOWS SCHEDULING RPCS ; 7/15/10 12:37pm
     2        ;;1.3;IHS WINDOWS SCHEDULING;;NOV 01, 2007
     3    ;
     4    ; Change Log:
     5    ; July 10 2010:
     6        ; CANCLIN AND RBCLIN: Dates passed in FM format for i18n
    47        ;
    58        Q
     
    2528        ;Used in generating cancellation letters for a clinic
    2629        ;BSDXCLST is a |-delimited list of BSDX RESOURCE iens.  (The last |-piece is null, so discard it.)
    27         ;BSDXBEG and BSDXEND are in external date form.
     30    ;v 1.3 BSDXBEG and BSDXEND are in fm format
    2831        ;Called by BSDX CANCEL CLINIC LIST
    2932        N BSDXCAN
     
    4952        ;Convert beginning and ending dates
    5053        ;TODO: Validation of date to make sure it's a right FM Date
     54    S BSDXBEG=$P(BSDXBEG,".")
     55    S BSDXEND=$P(BSDXEND,".")
    5156        S BSDXBEG=BSDXBEG-1,BSDXBEG=BSDXBEG_".9999"
    5257        S BSDXEND=BSDXEND_".9999"
Note: See TracChangeset for help on using the changeset viewer.