- BUD0RPT1 ; IHS/CMI/LAB - UDS REPORT DRIVER 12 Dec 2010 8:11 AM ;
- ;;10.0;IHS/RPMS UNIFORM DATA SYSTEM;;FEB 04, 2016;Build 50
- ;
- ;
- Q ;not at top
- ;
- EN ;EP
- EN1 ;
- I $G(BUDT6B) W !,"Table 6B:" D PRENATT^BUD0RP6B
- I $G(BUDT7) W !,"Table 7:" D PRENATT^BUD0RP7
- I $G(BUDT6B)!($G(BUDT7)) D PNC I BUDPREN="" D EOJ Q
- S BUDSITE=""
- S DIC="^BUDTSITE(",DIC(0)="AEMQ",DIC("A")="Enter your site: " D ^DIC
- I Y=-1 D EOJ Q
- S BUDSITE=+Y
- I '$O(^BUDTSITE(BUDSITE,11,0)) W !!,"Warning: There are no locations defined in the site parameter file for this",!,"site. Report will not be accurate!" G EN
- D TAXCHK^BUD0XTCH
- D YEAR
- I BUDYEAR="" W !!,"Year not entered.",! D EOJ Q
- D QUARTER ;get time period
- I BUDQTR="" W !,"Time period not entered." D EOJ Q
- ZIS ;call to XBDBQUE
- K IOP,%ZIS
- W !! S %ZIS="PQM" D ^%ZIS
- I POP D EOJ Q
- ZIS1 ;
- I $D(IO("Q")) G TSKMN
- DRIVER ;
- D PROC^BUD0RPTC
- U IO
- D PRINT^BUD0RPTP
- D ^%ZISC
- S:$D(ZTQUEUED) ZTREQ="@"
- D EOJ
- Q
- TSKMN ;EP ENTRY POINT FROM TASKMAN
- S ZTIO=$S($D(ION):ION,1:IO) I $D(IOST)#2,IOST]"" S ZTIO=ZTIO_";"_IOST
- I $G(IO("DOC"))]"" S ZTIO=ZTIO_";"_$G(IO("DOC"))
- I $D(IOM)#2,IOM S ZTIO=ZTIO_";"_IOM I $D(IOSL)#2,IOSL S ZTIO=ZTIO_";"_IOSL
- K ZTSAVE S ZTSAVE("BUD*")=""
- S ZTCPU=$G(IOCPU),ZTRTN="DRIVER^BUD0RPT1",ZTDTH="",ZTDESC="UDS 10 REPORT" D ^%ZTLOAD D EOJ Q
- Q
- M ;EP - called from option
- D EOJ
- S BUDXXXXX=1
- D GENI
- K BUDT3A,BUDT3B,BUDT4,BUDT5,BUDT6,BUDTZ,BUDT5L1,BUDT6B,BUDT7
- W !!,"UDS Table Selection"
- W !!?5,"1 Patients by Zip Code"
- W !?5,"2 Table 3A: Patients by Age and Gender"
- W !?5,"3 Table 3B: Patients by Hispanic or Latino Identity/Race/Language"
- W !?5,"4 Table 5 (a): Staffing List only (column A)"
- W !?5,"5 Table 5 (b&c): Staffing and Utilization (cols b&c)"
- W !?5,"6 Table 6A: Selected Diagnoses and Services Rendered"
- W !?5,"7 Table 6B: Quality of Care Indicators"
- W !?5,"8 Table 7: Health Outcomes and Disparities"
- W !?5,"9 Multiple/ALL Tables Zip through 7"
- S DIR(0)="L^1:9",DIR("A")="Include which Tables",DIR("B")=1 KILL DA D ^DIR KILL DIR
- I $D(DIRUT) D EOJ Q
- I Y[9 S (BUDT3A,BUDT3B,BUDT4,BUDT5,BUDT6,BUDTZ,BUDT5L1,BUDT6B,BUDT7)=1
- I Y[2 S BUDT3A=1
- I Y[3 S BUDT3B=1
- I Y[4 S BUDT5=1,BUDT5L1=1
- I Y[5 S BUDT5=1
- I Y[6 S BUDT6=1
- I Y[1 S BUDTZ=1
- I Y[7 S BUDT6B=1
- I Y[8 S BUDT7=1
- G EN1
- ;
- PNC ;
- S BUDPREN=""
- S DIR(0)="Y",DIR("A")="Does your facility provide prenatal care",DIR("B")="N" KILL DA D ^DIR KILL DIR
- I $D(DIRUT) Q
- S BUDPREN=Y
- Q
- T3A ;EP - entry point for Table 3A only
- D EOJ
- S BUDT3A=1
- D GENI
- D T3AI
- G EN1
- ;
- TZ ;EP - entry point for Table 3A only
- D EOJ
- S BUDTZ=1
- D GENI
- D TZAI
- G EN1
- TZAI ;intro for table Z
- W !!,"Patients by Zip Code"
- W !,"The Patients by Zip Code table reports the number of users by"
- W !,"their zip code as entered in patient registration."
- Q
- T3AI ;intro for table 3A
- W !!,"TABLE 3A: USERS BY AGE AND GENDER"
- W !,"This report will produce UDS Table 3A, an itemization of users (patients) by age"
- W !,"and gender. Users must have at least one visit during the selected time period."
- W !,"as defined above. Age is calculated as of June 30th of the year you select.",!
- Q
- T3B ;EP
- D EOJ
- S BUDT3B=1
- D GENI
- D T3BI
- G EN1
- T3BI ;
- W !!,"TABLE 3B: USERS BY HISPANIC OR LATINO IDENTITY/RACE/LANGUAGE"
- W !,"This report will produce UDS Table 3B, an itemization of users",!,"by Hispanic or Latino Identity/Race/Language."
- Q
- T5 ;EP
- D EOJ
- S BUDT5=1
- D GENI
- D T5I
- G EN1
- T5I ;
- W !!,"TABLE 5 (b&c): STAFFING AND UTILIZATION"
- W !,"This report will produce UDS Table 5 that itemizes visits and patients",!,"(columns b and c only) by primary provider discipline."
- Q
- T51 ;EP
- D EOJ
- S BUDT5=1,BUDT5L1=1
- D GENI
- D T51I
- G EN1
- T51I ;
- W !!,"STAFF LIST FOR TABLE 5 col a: STAFFING"
- W !,"This report will produce a Staff List to be used to manually calculate",!,"Column A on Table 5 Staffing and Utilization, itemizing all staff by"
- W !,"disciplines and by FTE."
- Q
- T6 ;EP - entry point for Table 6A only
- D EOJ
- S BUDT6=1
- D GENI
- D T6I
- G EN1
- T6I ;intro for table 6
- W !!,"TABLE 6A: SELECTED DIAGNOSES AND SERVICES RENDERED"
- W !,"This report will produce UDS Table 6A which itemizes visits",!,"and patients by selected diagnoses and services provided.",!
- Q
- QUARTER ;
- S BUDQTR=""
- S DIR("?",1)="Select the quarter you want to report on"
- S DIR("?",2)=" 1 January 1 - March 31"
- S DIR("?",3)=" 2 April 1 - June 30"
- S DIR("?",4)=" 3 July 1 - September 30"
- S DIR("?",5)=" 4 October 1 - December 31"
- S DIR("?",6)=" F Full Calender Year January 1 - December 31"
- S DIR(0)="S^1:1st Quarter (January 1 - March 31);2:2nd Quarter (April 1 - June 30);3:3rd Quarter (July 1 - September 30);4:4th Quarter (October 1 - December 31);F:Full Calendar Year (January 1 - December 31)"
- S DIR("A")="Choose the time period to report on",DIR("B")="F" KILL DA D ^DIR KILL DIR
- I $D(DIRUT)!(Y="") S BUDQUIT="" Q
- S BUDQTR=Y
- I Y=1 S BUDBD=$E(BUDYEAR,1,3)_"0101",BUDED=$E(BUDYEAR,1,3)_"0331"
- I Y=2 S BUDBD=$E(BUDYEAR,1,3)_"0401",BUDED=$E(BUDYEAR,1,3)_"0630"
- I Y=3 S BUDBD=$E(BUDYEAR,1,3)_"0701",BUDED=$E(BUDYEAR,1,3)_"0930"
- I Y=4 S BUDBD=$E(BUDYEAR,1,3)_"1001",BUDED=$E(BUDYEAR,1,3)_"1231"
- I Y="F" S BUDBD=$E(BUDYEAR,1,3)_"0101",BUDED=$E(BUDYEAR,1,3)_"1231"
- W !!,"Your report will be run for the time period: ",$$FMTE^XLFDT(BUDBD)," to ",$$FMTE^XLFDT(BUDED)
- Q
- YEAR ;
- S BUDYEAR=""
- W !
- W !,"Enter the Calendar Year. Use a 4 digit year, e.g. 2003, 2007"
- S DIR(0)="D^::EP"
- S DIR("A")="Enter Calendar Year"
- S DIR("?")="This report is compiled for a period. Enter a valid date."
- D ^DIR KILL DIR
- K DIC
- I $D(DUOUT) S DIRUT=1 Q
- I $D(DIRUT) Q
- I $E(Y,4,7)'="0000" W !!,"Please enter a year only!",! G YEAR
- S BUDYEAR=Y,BUDBD=$E(BUDYEAR,1,3)_"0101",BUDED=$E(BUDYEAR,1,3)_"1231"
- S BUDCAD=$E(BUDYEAR,1,3)_"0630"
- Q
- EOJ ;
- D EN^XBVK("BUD")
- Q
- GENI ;general introductions
- W:$D(IOF) @(IOF)
- W !!,$$CTR($$LOC,80),!,$$CTR("UDS 2010",80),!
- W !,"UDS searches your database to find all visits and related patients"
- W !,"during the time period selected. Based on the UDS definition, to be considered"
- W !,"a patient the patient must have had at least one visit meeting the following"
- W !,"criteria:"
- W !?4,"- must be to a location specified in your visit location setup"
- W !?4,"- must be to Service Category Ambulatory (A), Hospitalization (H), Day"
- W !?6,"Surgery (S), Observation (O), Telemedicine (M), Nursing home visit (R), "
- W !?6,"or In-Hospital (I) visit"
- W !?4,"- must NOT have an excluded clinic code (see User Manual for a list)"
- W !?4,"- must have a primary provider and a coded purpose of visit"
- Q:'$D(BUDXXXXX)
- W !
- W !,"NOTE: Tables 6B and 7 must be run using the Full Calendar Year option."
- W !,"If these reports are run using the Quarterly options, the totals combined"
- W !,"will not match the yearly totals."
- W !
- D PAUSE^BUD0RP7
- Q
- ;
- CTR(X,Y) ;EP - Center X in a field Y wide.
- Q $J("",$S($D(Y):Y,1:IOM)-$L(X)\2)_X
- ;----------
- USR() ;EP - Return name of current user from ^VA(200.
- Q $S($G(DUZ):$S($D(^VA(200,DUZ,0)):$P(^(0),U),1:"UNKNOWN"),1:"DUZ UNDEFINED OR 0")
- ;----------
- LOC() ;EP - Return location name from file 4 based on DUZ(2).
- Q $S($G(DUZ(2)):$S($D(^DIC(4,DUZ(2),0)):$P(^(0),U),1:"UNKNOWN"),1:"DUZ(2) UNDEFINED OR 0")
- ;----------
- NRY ;
- W !!,"not developed yet....." H 3
- Q
- BUD0RPT1 ; IHS/CMI/LAB - UDS REPORT DRIVER 12 Dec 2010 8:11 AM ;
- +1 ;;10.0;IHS/RPMS UNIFORM DATA SYSTEM;;FEB 04, 2016;Build 50
- +2 ;
- +3 ;
- +4 ;not at top
- QUIT
- +5 ;
- EN ;EP
- EN1 ;
- +1 IF $GET(BUDT6B)
- WRITE !,"Table 6B:"
- DO PRENATT^BUD0RP6B
- +2 IF $GET(BUDT7)
- WRITE !,"Table 7:"
- DO PRENATT^BUD0RP7
- +3 IF $GET(BUDT6B)!($GET(BUDT7))
- DO PNC
- IF BUDPREN=""
- DO EOJ
- QUIT
- +4 SET BUDSITE=""
- +5 SET DIC="^BUDTSITE("
- SET DIC(0)="AEMQ"
- SET DIC("A")="Enter your site: "
- DO ^DIC
- +6 IF Y=-1
- DO EOJ
- QUIT
- +7 SET BUDSITE=+Y
- +8 IF '$ORDER(^BUDTSITE(BUDSITE,11,0))
- WRITE !!,"Warning: There are no locations defined in the site parameter file for this",!,"site. Report will not be accurate!"
- GOTO EN
- +9 DO TAXCHK^BUD0XTCH
- +10 DO YEAR
- +11 IF BUDYEAR=""
- WRITE !!,"Year not entered.",!
- DO EOJ
- QUIT
- +12 ;get time period
- DO QUARTER
- +13 IF BUDQTR=""
- WRITE !,"Time period not entered."
- DO EOJ
- QUIT
- ZIS ;call to XBDBQUE
- +1 KILL IOP,%ZIS
- +2 WRITE !!
- SET %ZIS="PQM"
- DO ^%ZIS
- +3 IF POP
- DO EOJ
- QUIT
- ZIS1 ;
- +1 IF $DATA(IO("Q"))
- GOTO TSKMN
- DRIVER ;
- +1 DO PROC^BUD0RPTC
- +2 USE IO
- +3 DO PRINT^BUD0RPTP
- +4 DO ^%ZISC
- +5 IF $DATA(ZTQUEUED)
- SET ZTREQ="@"
- +6 DO EOJ
- +7 QUIT
- TSKMN ;EP ENTRY POINT FROM TASKMAN
- +1 SET ZTIO=$SELECT($DATA(ION):ION,1:IO)
- IF $DATA(IOST)#2
- IF IOST]""
- SET ZTIO=ZTIO_";"_IOST
- +2 IF $GET(IO("DOC"))]""
- SET ZTIO=ZTIO_";"_$GET(IO("DOC"))
- +3 IF $DATA(IOM)#2
- IF IOM
- SET ZTIO=ZTIO_";"_IOM
- IF $DATA(IOSL)#2
- IF IOSL
- SET ZTIO=ZTIO_";"_IOSL
- +4 KILL ZTSAVE
- SET ZTSAVE("BUD*")=""
- +5 SET ZTCPU=$GET(IOCPU)
- SET ZTRTN="DRIVER^BUD0RPT1"
- SET ZTDTH=""
- SET ZTDESC="UDS 10 REPORT"
- DO ^%ZTLOAD
- DO EOJ
- QUIT
- +6 QUIT
- M ;EP - called from option
- +1 DO EOJ
- +2 SET BUDXXXXX=1
- +3 DO GENI
- +4 KILL BUDT3A,BUDT3B,BUDT4,BUDT5,BUDT6,BUDTZ,BUDT5L1,BUDT6B,BUDT7
- +5 WRITE !!,"UDS Table Selection"
- +6 WRITE !!?5,"1 Patients by Zip Code"
- +7 WRITE !?5,"2 Table 3A: Patients by Age and Gender"
- +8 WRITE !?5,"3 Table 3B: Patients by Hispanic or Latino Identity/Race/Language"
- +9 WRITE !?5,"4 Table 5 (a): Staffing List only (column A)"
- +10 WRITE !?5,"5 Table 5 (b&c): Staffing and Utilization (cols b&c)"
- +11 WRITE !?5,"6 Table 6A: Selected Diagnoses and Services Rendered"
- +12 WRITE !?5,"7 Table 6B: Quality of Care Indicators"
- +13 WRITE !?5,"8 Table 7: Health Outcomes and Disparities"
- +14 WRITE !?5,"9 Multiple/ALL Tables Zip through 7"
- +15 SET DIR(0)="L^1:9"
- SET DIR("A")="Include which Tables"
- SET DIR("B")=1
- KILL DA
- DO ^DIR
- KILL DIR
- +16 IF $DATA(DIRUT)
- DO EOJ
- QUIT
- +17 IF Y[9
- SET (BUDT3A,BUDT3B,BUDT4,BUDT5,BUDT6,BUDTZ,BUDT5L1,BUDT6B,BUDT7)=1
- +18 IF Y[2
- SET BUDT3A=1
- +19 IF Y[3
- SET BUDT3B=1
- +20 IF Y[4
- SET BUDT5=1
- SET BUDT5L1=1
- +21 IF Y[5
- SET BUDT5=1
- +22 IF Y[6
- SET BUDT6=1
- +23 IF Y[1
- SET BUDTZ=1
- +24 IF Y[7
- SET BUDT6B=1
- +25 IF Y[8
- SET BUDT7=1
- +26 GOTO EN1
- +27 ;
- PNC ;
- +1 SET BUDPREN=""
- +2 SET DIR(0)="Y"
- SET DIR("A")="Does your facility provide prenatal care"
- SET DIR("B")="N"
- KILL DA
- DO ^DIR
- KILL DIR
- +3 IF $DATA(DIRUT)
- QUIT
- +4 SET BUDPREN=Y
- +5 QUIT
- T3A ;EP - entry point for Table 3A only
- +1 DO EOJ
- +2 SET BUDT3A=1
- +3 DO GENI
- +4 DO T3AI
- +5 GOTO EN1
- +6 ;
- TZ ;EP - entry point for Table 3A only
- +1 DO EOJ
- +2 SET BUDTZ=1
- +3 DO GENI
- +4 DO TZAI
- +5 GOTO EN1
- TZAI ;intro for table Z
- +1 WRITE !!,"Patients by Zip Code"
- +2 WRITE !,"The Patients by Zip Code table reports the number of users by"
- +3 WRITE !,"their zip code as entered in patient registration."
- +4 QUIT
- T3AI ;intro for table 3A
- +1 WRITE !!,"TABLE 3A: USERS BY AGE AND GENDER"
- +2 WRITE !,"This report will produce UDS Table 3A, an itemization of users (patients) by age"
- +3 WRITE !,"and gender. Users must have at least one visit during the selected time period."
- +4 WRITE !,"as defined above. Age is calculated as of June 30th of the year you select.",!
- +5 QUIT
- T3B ;EP
- +1 DO EOJ
- +2 SET BUDT3B=1
- +3 DO GENI
- +4 DO T3BI
- +5 GOTO EN1
- T3BI ;
- +1 WRITE !!,"TABLE 3B: USERS BY HISPANIC OR LATINO IDENTITY/RACE/LANGUAGE"
- +2 WRITE !,"This report will produce UDS Table 3B, an itemization of users",!,"by Hispanic or Latino Identity/Race/Language."
- +3 QUIT
- T5 ;EP
- +1 DO EOJ
- +2 SET BUDT5=1
- +3 DO GENI
- +4 DO T5I
- +5 GOTO EN1
- T5I ;
- +1 WRITE !!,"TABLE 5 (b&c): STAFFING AND UTILIZATION"
- +2 WRITE !,"This report will produce UDS Table 5 that itemizes visits and patients",!,"(columns b and c only) by primary provider discipline."
- +3 QUIT
- T51 ;EP
- +1 DO EOJ
- +2 SET BUDT5=1
- SET BUDT5L1=1
- +3 DO GENI
- +4 DO T51I
- +5 GOTO EN1
- T51I ;
- +1 WRITE !!,"STAFF LIST FOR TABLE 5 col a: STAFFING"
- +2 WRITE !,"This report will produce a Staff List to be used to manually calculate",!,"Column A on Table 5 Staffing and Utilization, itemizing all staff by"
- +3 WRITE !,"disciplines and by FTE."
- +4 QUIT
- T6 ;EP - entry point for Table 6A only
- +1 DO EOJ
- +2 SET BUDT6=1
- +3 DO GENI
- +4 DO T6I
- +5 GOTO EN1
- T6I ;intro for table 6
- +1 WRITE !!,"TABLE 6A: SELECTED DIAGNOSES AND SERVICES RENDERED"
- +2 WRITE !,"This report will produce UDS Table 6A which itemizes visits",!,"and patients by selected diagnoses and services provided.",!
- +3 QUIT
- QUARTER ;
- +1 SET BUDQTR=""
- +2 SET DIR("?",1)="Select the quarter you want to report on"
- +3 SET DIR("?",2)=" 1 January 1 - March 31"
- +4 SET DIR("?",3)=" 2 April 1 - June 30"
- +5 SET DIR("?",4)=" 3 July 1 - September 30"
- +6 SET DIR("?",5)=" 4 October 1 - December 31"
- +7 SET DIR("?",6)=" F Full Calender Year January 1 - December 31"
- +8 SET DIR(0)="S^1:1st Quarter (January 1 - March 31);2:2nd Quarter (April 1 - June 30);3:3rd Quarter (July 1 - September 30);4:4th Quarter (October 1 - December 31);F:Full Calendar Year (January 1 - December 31)"
- +9 SET DIR("A")="Choose the time period to report on"
- SET DIR("B")="F"
- KILL DA
- DO ^DIR
- KILL DIR
- +10 IF $DATA(DIRUT)!(Y="")
- SET BUDQUIT=""
- QUIT
- +11 SET BUDQTR=Y
- +12 IF Y=1
- SET BUDBD=$EXTRACT(BUDYEAR,1,3)_"0101"
- SET BUDED=$EXTRACT(BUDYEAR,1,3)_"0331"
- +13 IF Y=2
- SET BUDBD=$EXTRACT(BUDYEAR,1,3)_"0401"
- SET BUDED=$EXTRACT(BUDYEAR,1,3)_"0630"
- +14 IF Y=3
- SET BUDBD=$EXTRACT(BUDYEAR,1,3)_"0701"
- SET BUDED=$EXTRACT(BUDYEAR,1,3)_"0930"
- +15 IF Y=4
- SET BUDBD=$EXTRACT(BUDYEAR,1,3)_"1001"
- SET BUDED=$EXTRACT(BUDYEAR,1,3)_"1231"
- +16 IF Y="F"
- SET BUDBD=$EXTRACT(BUDYEAR,1,3)_"0101"
- SET BUDED=$EXTRACT(BUDYEAR,1,3)_"1231"
- +17 WRITE !!,"Your report will be run for the time period: ",$$FMTE^XLFDT(BUDBD)," to ",$$FMTE^XLFDT(BUDED)
- +18 QUIT
- YEAR ;
- +1 SET BUDYEAR=""
- +2 WRITE !
- +3 WRITE !,"Enter the Calendar Year. Use a 4 digit year, e.g. 2003, 2007"
- +4 SET DIR(0)="D^::EP"
- +5 SET DIR("A")="Enter Calendar Year"
- +6 SET DIR("?")="This report is compiled for a period. Enter a valid date."
- +7 DO ^DIR
- KILL DIR
- +8 KILL DIC
- +9 IF $DATA(DUOUT)
- SET DIRUT=1
- QUIT
- +10 IF $DATA(DIRUT)
- QUIT
- +11 IF $EXTRACT(Y,4,7)'="0000"
- WRITE !!,"Please enter a year only!",!
- GOTO YEAR
- +12 SET BUDYEAR=Y
- SET BUDBD=$EXTRACT(BUDYEAR,1,3)_"0101"
- SET BUDED=$EXTRACT(BUDYEAR,1,3)_"1231"
- +13 SET BUDCAD=$EXTRACT(BUDYEAR,1,3)_"0630"
- +14 QUIT
- EOJ ;
- +1 DO EN^XBVK("BUD")
- +2 QUIT
- GENI ;general introductions
- +1 IF $DATA(IOF)
- WRITE @(IOF)
- +2 WRITE !!,$$CTR($$LOC,80),!,$$CTR("UDS 2010",80),!
- +3 WRITE !,"UDS searches your database to find all visits and related patients"
- +4 WRITE !,"during the time period selected. Based on the UDS definition, to be considered"
- +5 WRITE !,"a patient the patient must have had at least one visit meeting the following"
- +6 WRITE !,"criteria:"
- +7 WRITE !?4,"- must be to a location specified in your visit location setup"
- +8 WRITE !?4,"- must be to Service Category Ambulatory (A), Hospitalization (H), Day"
- +9 WRITE !?6,"Surgery (S), Observation (O), Telemedicine (M), Nursing home visit (R), "
- +10 WRITE !?6,"or In-Hospital (I) visit"
- +11 WRITE !?4,"- must NOT have an excluded clinic code (see User Manual for a list)"
- +12 WRITE !?4,"- must have a primary provider and a coded purpose of visit"
- +13 IF '$DATA(BUDXXXXX)
- QUIT
- +14 WRITE !
- +15 WRITE !,"NOTE: Tables 6B and 7 must be run using the Full Calendar Year option."
- +16 WRITE !,"If these reports are run using the Quarterly options, the totals combined"
- +17 WRITE !,"will not match the yearly totals."
- +18 WRITE !
- +19 DO PAUSE^BUD0RP7
- +20 QUIT
- +21 ;
- CTR(X,Y) ;EP - Center X in a field Y wide.
- +1 QUIT $JUSTIFY("",$SELECT($DATA(Y):Y,1:IOM)-$LENGTH(X)\2)_X
- +2 ;----------
- USR() ;EP - Return name of current user from ^VA(200.
- +1 QUIT $SELECT($GET(DUZ):$SELECT($DATA(^VA(200,DUZ,0)):$PIECE(^(0),U),1:"UNKNOWN"),1:"DUZ UNDEFINED OR 0")
- +2 ;----------
- LOC() ;EP - Return location name from file 4 based on DUZ(2).
- +1 QUIT $SELECT($GET(DUZ(2)):$SELECT($DATA(^DIC(4,DUZ(2),0)):$PIECE(^(0),U),1:"UNKNOWN"),1:"DUZ(2) UNDEFINED OR 0")
- +2 ;----------
- NRY ;
- +1 WRITE !!,"not developed yet....."
- HANG 3
- +2 QUIT