Changeset 888 for Scheduling/trunk/m/BSDX34.m
- Timestamp:
- Jul 18, 2010, 9:58:35 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Scheduling/trunk/m/BSDX34.m
r874 r888 1 1 BSDX34 ; IHS/OIT/HMW - WINDOWS SCHEDULING RPCS ; 7/15/10 12:37pm 2 ;;1.3 ;IHS WINDOWS SCHEDULING;;NOV 01, 20073 4 5 2 ;;1.3T1;BSDX;;Jul 18, 2010 3 ; 4 ; Change Log: 5 ; July 10 2010: 6 6 ; CANCLIN AND RBCLIN: Dates passed in FM format for i18n 7 7 ; … … 28 28 ;Used in generating cancellation letters for a clinic 29 29 ;BSDXCLST is a |-delimited list of BSDX RESOURCE iens. (The last |-piece is null, so discard it.) 30 30 ;v 1.3 BSDXBEG and BSDXEND are in fm format 31 31 ;Called by BSDX CANCEL CLINIC LIST 32 32 N BSDXCAN … … 44 44 ;Called by BSDX REBOOK CLINIC LIST and BSDX CANCEL CLINIC LIST via entry point CANCLIN above 45 45 ;Jul 11 2010 (smh): 46 46 ;for i18n, pass BSDXBEG and BSDXEND in FM format. 47 47 ; 48 48 S X="RBERR^BSDX34",@^%ZOSF("TRAP") … … 52 52 ;Convert beginning and ending dates 53 53 ;TODO: Validation of date to make sure it's a right FM Date 54 55 54 S BSDXBEG=$P(BSDXBEG,".") 55 S BSDXEND=$P(BSDXEND,".") 56 56 S BSDXBEG=BSDXBEG-1,BSDXBEG=BSDXBEG_".9999" 57 57 S BSDXEND=BSDXEND_".9999" 58 58 ; 59 59 I BSDXCLST="" D RBERR Q 60 60 ;
Note:
See TracChangeset
for help on using the changeset viewer.