Ignore:
Timestamp:
Sep 20, 2010, 8:16:53 AM (14 years ago)
Author:
Sam Habiel
Message:

Change version to 1.4 on all routines
BSDX08 has fix for drag and drop because it referenced a non existent cancellation reason

File:
1 edited

Legend:

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

    r888 r951  
    1 BSDX01  ; IHS/OIT/HMW - WINDOWS SCHEDULING RPCS ; 7/18/10 2:04pm
    2         ;;1.3T1;BSDX;;Jul 18, 2010
     1BSDX01  ; IHS/OIT/HMW - WINDOWS SCHEDULING RPCS ; 9/15/10 9:09pm
     2        ;;1.4;BSDX;;Sep 07, 2010
    33        ;
    44        ;
     
    120120        . Q:'$D(^BSDXRES(BSDXRES,0))
    121121        . S BSDXRNOD=^BSDXRES(BSDXRES,0)
    122         . ;Q:$P(BSDXRNOD,U,2)=1  ;Inactive resources not filtered
     122        . N BSDXSC S BSDXSC=$P(BSDXRNOD,U,4)  ; Hospital Location
     123    . ; super line... if tied to hospital location,
     124    . ; Hosp location exists, AND 4th piece isn't the same as
     125    . ; DUZ(2), quit. Filters based on Divisions.
     126    . ; . I +BSDXSC,$D(^SC(BSDXSC,0)),$P(^SC(BSDXSC,0),U,4)'=DUZ(2) QUIT
     127    . ;Q:$P(BSDXRNOD,U,2)=1  ;Inactive resources not filtered
    123128        . ;S BSDXRDAT=$P(BSDXRNOD,U,1,4)
    124129        . K BSDXRDAT
Note: See TracChangeset for help on using the changeset viewer.