Changeset 1105
- Timestamp:
- Mar 15, 2011, 5:47:26 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Scheduling/trunk/m/BSDX07.m
r1100 r1105 1 BSDX07 ; IHS/OIT/HMW - WINDOWS SCHEDULING RPCS ; 1/26/11 11:29am1 BSDX07 ; IHS/OIT/HMW - WINDOWS SCHEDULING RPCS ; 3/15/11 11:50am 2 2 ;;1.5V2;BSDX;;Mar 03, 2011 3 3 ; … … 8 8 ; thanks to Rick Marshall and Zach Gonzalez at Oroville. 9 9 ; v1.42 Oct 30 2010 - Extensive refactoring. 10 ; v1.5 Mar 15 2011 - End time does not have to have time anymore. 11 ; It could be midnight of the next day 10 12 ; 11 13 ; Error Reference: … … 13 15 ; -2: Start Time is not a valid Fileman date 14 16 ; -3: End Time is not a valid Fileman date 15 ; -4: End Time does not have time inside of it.17 ; v1.5:obsolete::-4: End Time does not have time inside of it. 16 18 ; -5: BSDXPATID is not numeric 17 19 ; -6: Patient Does not exist in ^DPT … … 140 142 I BSDXSTART'>3100000 D ERR(BSDXI,"-2~BSDX07 Error: Invalid Start Time") Q 141 143 I BSDXEND'>3100000 D ERR(BSDXI,"-3~BSDX07 Error: Invalid End Time") Q 142 ; If Ending date doesn't have a time, this is an error 143 I $L(BSDXEND,".")=1 D ERR(BSDXI,"-4~BSDX07 Error: Invalid End Time") Q 144 ; 145 ;; If Ending date doesn't have a time, this is an error --rm 1.5 146 ; I $L(BSDXEND,".")=1 D ERR(BSDXI,"-4~BSDX07 Error: Invalid End Time") Q 147 ; 144 148 ; If the Start Date is greater than the end date, swap dates 145 149 N BSDXTMP
Note:
See TracChangeset
for help on using the changeset viewer.