LRWU5 ;SLC/RWF/BA - ADD A NEW DATA NAME TO FILE 63 ; Sep 14, 2021@10:02
;;5.2;LAB SERVICE;**140,171,177,206,316,519,552,558**;Sep 27, 1994;Build 4
;
; Reference to ^DD(63.04 supported by DBIA #7053
; Reference to ^XMB(1 supported by DBIA #10091
; Reference to ^XUSEC supported by DBIA #10076
;
ACCESS ;
I '$D(^XUSEC("LRLIASON",DUZ)) W $C(7),!,"You do not have access to this option" Q
BEGIN ;
N LRMOD
S U="^",LREND=0,DTIME=$S($D(DTIME):DTIME,1:300),LRMOD=0
W !!,"This option will add a new data name to the lab package." D DT^LRX,TEST
END ;
K %,DA,DIC,DIK,DIR,I,LRDEC,LREND,LRI,LRLO,LMX,LRMIN,LRNAME,LROK,LRPIECE,LRSET,LRTYPE,LROK1,Q1,Q2,Q3,Q4,Q5,X,Y
I $G(DA)]"" L -^DD(63.04,DA)
Q
TEST ;
F I=0:0 S LROK=1,DA=0 R !,"DATA NAME: ",X:DTIME Q:'$T!(X[U)!'$L(X) S:X["?" X="=" D CHECK Q:LROK!(LREND)
Q:LREND=1
I 'DA Q:'$T!(X[U)!'$L(X)
F I=0:0 R !,"Enter data type for test: (N)umeric, (S)et of Codes, or (F)ree text? ",X:DTIME Q:X[U!(X="")!(X="N")!(X="S")!(X="F") W !,"Enter 'N', 'S', 'F', or '^'"
I X=""!(X[U) Q
;VMP OIFO BAY PINES;VGF;LR*5.2*316; H 5 IF ERROR
S Q1=X D @$S(Q1="N":"NUM",Q1="S":"CODES",1:"FREE") I 'LROK W !,"Nothing has been added." H 5 Q
;
S $P(^DD(63.04,0),U,4)=$P(^DD(63.04,0),U,4)+1
S DIK="^DD(63.04,",DA(1)=63.04 D IX1^DIK
W !!,"'",LRNAME,"' added as a new data name" D DISPLAY^LRWU6 W !!,"You must now add a new test in the LABORATORY TEST file and use",!,LRNAME," as the entry for the DATA NAME field."
Q
CHECK ;
X $P(^DD(0,.01,0),U,5) I '$D(X) W $C(7)," ??",!,"ANSWER MUST BE 2-30 CHARACTERS AND NOT CONTAIN '='" S LROK=0 Q
S LRNAME=X,DIC="^DD(63.04,",DIC(0)="XM" D ^DIC I Y>0 W $C(7),!,"This data name already exists" S LROK=0 Q
;checking "B" cross reference since non-locking in FileMan
;could create data corruption - LR*5.2*519
I $D(^DD(63.04,"B",LRNAME)) D Q
. S LROK=0
. W $C(7),!,"This data name exists in the ^DD(63.04,""B"" cross reference only."
. W !,"Enter a support ticket if assistance is needed to correct this file."
S DA=$S($P($G(^XMB(1,1,"XUS")),U,17):$P(^("XUS"),U,17),1:0)*1000 D:'DA SITE Q:'LROK F I=0:0 S DA=DA+1 Q:'$D(^DD(63.04,DA))
;
LOCK ;
;adding lock - LR*5.2*519
;not attempting to determine the next IEN by checking the
;zero node because last ien pointer appears to be inaccurate
;in several environments
;
W !!,"Please wait a maximum of "_$G(DILOCKTM,5)_" seconds while it is"
W !,"determined whether internal entry number "_DA_" is available....."
L +^DD(63.04,DA):$G(DILOCKTM,5)
I '$T D G:'$G(DUOUT)&'$G(DTOUT) LOCK I $G(DUOUT)!($G(DTOUT)) S LREND=1
. W !!,"Someone else is defining this internal entry number."
. W !,"Trying again to find a new internal entry number."
. F I=0:0 S DA=DA+1 Q:'$D(^DD(63.04,DA))
. ;giving the user a chance to exit gracefully in case the process
. ;of trying to find a new IEN ends up in an endless loop due to too
. ;many users defining new entries.
. W !
. S DIR(0)="E",DIR("A")="Press ENTER to continue or ^ to exit" D ^DIR
Q:LREND
W !!,"Internal entry number "_DA_" is available.",!!
F I=0:0 W !,"ARE YOU ADDING ",LRNAME," (SUBFIELD # ",DA,") AS A NEW DATA NAME" S %=2 D YN^DICN Q:% W " Answer 'Y'es or 'N'o."
I %'=1 S LROK=0 Q
Q
SITE ;
W !,"Your site number is not defined, indicating that fileman was not ",!,"installed correctly. Contact your site manager!"
S LROK=0,LREND=1 Q
NUM ;
;
DECIMAL ;LR*5.2*558: decimal query moved to be ask first so that
;the number of decimal places can be used for the Minimum value
;and Maximum value queries
;LR*5.2*552: require numeric entries - not free text
; also corrected typos in variables DTOUT and DUOUT
K DTOUT,DUOUT
N DIR,Y
;Prior to LR*5.2*552, DIR(0) was set as "F".
S DIR(0)="N"
S DIR("A")="Decimal value"
S DIR("B")=1
S DIR("?")="The number of decimal places this result will need"
D ^DIR
I $D(DUOUT)!($D(DTOUT))!(Y<0) S LROK=0 QUIT
S Q5=Y
;
MIN ;
K DTOUT,DUOUT
;LR*5.2*552: Require numeric entries - not free text
; Some latitude is given for "<" and ">" since sites might be
; defining such values in combination with other configuration logic.
N LRPREFIX,LRLOW,DIR,Y
;Prior to LR*5.2*552, DIR(0) was set as "F".
;LR*5.2*558: use Q5 to determine the allowable decimal places for Minimum value
S DIR(0)="N^0::"_Q5
;Allow for prefix of < or > which are sometimes used at sites.
;Prefix of > doesn't make sense for a minimum value but allowing since maybe it is valid in this case.
;Also preserve negative indicator since this DIR call does not allow negative numbers.
S DIR("PRE")="S LRPREFIX="""" I '$D(DTOUT),'$D(DUOUT),X'[""^"",$E(X)'?1N.N S LRPREFIX=$E(X) I ""-<>""[LRPREFIX S X=$E(X,2,99)"
S DIR("A")="Minimum value"
;S DIR("B")=1
S DIR("?")="The smallest result value"
D ^DIR
I $D(DUOUT)!($D(DTOUT)) S LROK=0 QUIT
S (Q3,LRLOW)=Y
I LRPREFIX]"",LRPREFIX'="." S Q3=LRPREFIX_Q3
;If prefix is "-", reflect LRLOW as a negative number.
I LRPREFIX="-" S LRLOW=Q3
MAX ;
K DTOUT,DUOUT
;LR*5.2*552: require numeric entries - not free text
; Some latitude is given for "<" and ">" since sites might be
; defining such values in combination with other configuration logic.
N LRPREFIX,LRHIGH,LRVALHIT,DIR,Y
S LRVALHIT=1
;Prior to LR*5.2*552, DIR(0) was set as "F".
;LR*5.2*558: use Q5 to determine the allowable decimal places for Maximim value
S DIR(0)="N^0::"_Q5
;Allow for prefix of < or > which are sometimes used at sites.
;Prefix of < doesn't make sense for a maximum value but allowing since maybe it is valid in this case.
;Also preserve negative indicator since this DIR call does not allow negative numbers.
S DIR("PRE")="S LRPREFIX="""" I '$D(DTOUT),'$D(DUOUT),X'[""^"",$E(X)'?1N.N S LRPREFIX=$E(X) I ""-<>""[LRPREFIX S X=$E(X,2,99)"
S DIR("A")="Maximum value"
;LR*5.2*552: Not sure why a default of 1 is given since the DIR("B") setting was
; commented out for the MIN value by a previous patch. Validating to
; only default if "1" is greater than the minimum value or the minimum
; is prefixed with "<" or ">".
I LRLOW'>1!("<>"[$E(Q3)) S DIR("B")=1
S DIR("?")="The maximum result THIS TEST will ever be"
D ^DIR
I $D(DUOUT)!($D(DTOUT))!(Y<0) S LROK=0 QUIT
S (Q4,LRHIGH)=Y
I LRPREFIX]"",LRPREFIX'="." S Q4=LRPREFIX_Q4
I LRPREFIX="-" S LRHIGH=Q4
I LRLOW'<LRHIGH D I 'LRVALHIT G MIN
. ;For some tests with accompanying configurations, this might be the
. ;desired minimum and maximum values - not requiring minimum entry to
. ;be less than maximum entry just in case.
. N DIR,Y
. S DIR("A",1)="The minimum value is not less than the maximum value."
. S DIR("A")="Are you sure these entries are correct"
. S DIR("B")="NO",DIR(0)="Y"
. D ^DIR
. S LRVALHIT=+Y
;
D NAME
Q:'LROK
S ^DD(63.04,DA,0)=LRNAME_"^NXJ"_($L(Q4)+Q5+$S(Q5:1,1:0))_","_Q5_"^^"_DA_";1^"_"S Q9="""_Q3_","_Q4_","_Q5_""" D ^LRNUM",^(3)="TYPE A "_$S(Q5:"",1:"WHOLE ")_"NUMBER BETWEEN "_Q3_" AND "_Q4,^("DT")=DT
Q
CODES ;
S Q2="",LROK1=1 F I=0:0 R !,"INTERNALLY-STORED CODE: // ",X:DTIME D CHK1 Q:'LROK1 R " WILL STAND FOR: // ",X:DTIME D CHK2 Q:'LROK1
I '$L(Q2) S LROK=0 Q
D NAME
Q:'LROK
S ^DD(63.04,DA,0)=LRNAME_"^S^"_Q2_"^"_DA_";1^Q",^(3)="",^("DT")=DT
Q
CHK1 I X[U!'$T!'$L(X) S LROK1=0 Q
;VMP OIFO BAY PINES;VGF;LR*5.2*316
I X[";"!(X[":") W !,": and ; not allowed ",$C(7) S Q3="",LROK1=0 Q
S Q3=X
Q
CHK2 I X[U!'$T!'$L(X) S LROK1=0 Q
;VMP OIFO BAY PINES;VGF;LR*5.2*316
I X[";"!(X[":") W !,": and ; not allowed ",$C(7) S Q2="",LROK1=0 Q
S Q4=X,Q2=Q2_Q3_":"_Q4_";" I $L(Q2)+$L(LRNAME)+9>245 W !,"Too many codes* ",$C(7) S Q2="",LROK1=0
Q
FREE ;
F I=0:0 R !,"Minimum length: ",X:DTIME Q:X[U!'$T!(X'<1&(X'>20)&(+X=X)) W " Enter a whole number from 1 to 20"
I X[U!'$T S LROK=0 Q
S Q3=X
;---LR*5.2*140 Changed max length from 80 to 50
F I=0:0 R !,"Maximum length: ",X:DTIME Q:X[U!'$T!(X'<Q3&(X'>50)&(+X=X)) W " Enter a whole number between ",Q3," to 50"
I X[U!'$T S LROK=0 Q
S Q4=X
D NAME
Q:'LROK
S ^DD(63.04,DA,0)=LRNAME_"^F^^"_DA_";1^K:$L(X)>"_Q4_"!($L(X)<"_Q3_") X",^(3)="ANSWER MUST BE "_Q3_"-"_Q4_" CHARACTERS IN LENGTH",^("DT")=DT
Q
;
NAME ;check before filing to make sure a user on another session
;isn't filing the same name under a different IEN
;Variable LRMOD is passed as 1 from LRWU6 from the option
;"Modify an Existing Data Name"
;
I $D(^DD(63.04,"B",LRNAME)),'$G(LRMOD) D
. S LROK=0
. W !,"This data name has already been added by someone else"
. W !,"in another session after you selected the data name."
. W !,"Nothing is being saved from your session since the data name is now on file."
Q
--- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HLRWU5 8771 printed Nov 22, 2024@17:33:23 Page 2
LRWU5 ;SLC/RWF/BA - ADD A NEW DATA NAME TO FILE 63 ; Sep 14, 2021@10:02
+1 ;;5.2;LAB SERVICE;**140,171,177,206,316,519,552,558**;Sep 27, 1994;Build 4
+2 ;
+3 ; Reference to ^DD(63.04 supported by DBIA #7053
+4 ; Reference to ^XMB(1 supported by DBIA #10091
+5 ; Reference to ^XUSEC supported by DBIA #10076
+6 ;
ACCESS ;
+1 IF '$DATA(^XUSEC("LRLIASON",DUZ))
WRITE $CHAR(7),!,"You do not have access to this option"
QUIT
BEGIN ;
+1 NEW LRMOD
+2 SET U="^"
SET LREND=0
SET DTIME=$SELECT($DATA(DTIME):DTIME,1:300)
SET LRMOD=0
+3 WRITE !!,"This option will add a new data name to the lab package."
DO DT^LRX
DO TEST
END ;
+1 KILL %,DA,DIC,DIK,DIR,I,LRDEC,LREND,LRI,LRLO,LMX,LRMIN,LRNAME,LROK,LRPIECE,LRSET,LRTYPE,LROK1,Q1,Q2,Q3,Q4,Q5,X,Y
+2 IF $GET(DA)]""
LOCK -^DD(63.04,DA)
+3 QUIT
TEST ;
+1 FOR I=0:0
SET LROK=1
SET DA=0
READ !,"DATA NAME: ",X:DTIME
if '$TEST!(X[U)!'$LENGTH(X)
QUIT
if X["?"
SET X="="
DO CHECK
if LROK!(LREND)
QUIT
+2 if LREND=1
QUIT
+3 IF 'DA
if '$TEST!(X[U)!'$LENGTH(X)
QUIT
+4 FOR I=0:0
READ !,"Enter data type for test: (N)umeric, (S)et of Codes, or (F)ree text? ",X:DTIME
if X[U!(X="")!(X="N")!(X="S")!(X="F")
QUIT
WRITE !,"Enter 'N', 'S', 'F', or '^'"
+5 IF X=""!(X[U)
QUIT
+6 ;VMP OIFO BAY PINES;VGF;LR*5.2*316; H 5 IF ERROR
+7 SET Q1=X
DO @$SELECT(Q1="N":"NUM",Q1="S":"CODES",1:"FREE")
IF 'LROK
WRITE !,"Nothing has been added."
HANG 5
QUIT
+8 ;
+9 SET $PIECE(^DD(63.04,0),U,4)=$PIECE(^DD(63.04,0),U,4)+1
+10 SET DIK="^DD(63.04,"
SET DA(1)=63.04
DO IX1^DIK
+11 WRITE !!,"'",LRNAME,"' added as a new data name"
DO DISPLAY^LRWU6
WRITE !!,"You must now add a new test in the LABORATORY TEST file and use",!,LRNAME," as the entry for the DATA NAME field."
+12 QUIT
CHECK ;
+1 XECUTE $PIECE(^DD(0,.01,0),U,5)
IF '$DATA(X)
WRITE $CHAR(7)," ??",!,"ANSWER MUST BE 2-30 CHARACTERS AND NOT CONTAIN '='"
SET LROK=0
QUIT
+2 SET LRNAME=X
SET DIC="^DD(63.04,"
SET DIC(0)="XM"
DO ^DIC
IF Y>0
WRITE $CHAR(7),!,"This data name already exists"
SET LROK=0
QUIT
+3 ;checking "B" cross reference since non-locking in FileMan
+4 ;could create data corruption - LR*5.2*519
+5 IF $DATA(^DD(63.04,"B",LRNAME))
Begin DoDot:1
+6 SET LROK=0
+7 WRITE $CHAR(7),!,"This data name exists in the ^DD(63.04,""B"" cross reference only."
+8 WRITE !,"Enter a support ticket if assistance is needed to correct this file."
End DoDot:1
QUIT
+9 SET DA=$SELECT($PIECE($GET(^XMB(1,1,"XUS")),U,17):$PIECE(^("XUS"),U,17),1:0)*1000
if 'DA
DO SITE
if 'LROK
QUIT
FOR I=0:0
SET DA=DA+1
if '$DATA(^DD(63.04,DA))
QUIT
+10 ;
LOCK ;
+1 ;adding lock - LR*5.2*519
+2 ;not attempting to determine the next IEN by checking the
+3 ;zero node because last ien pointer appears to be inaccurate
+4 ;in several environments
+5 ;
+6 WRITE !!,"Please wait a maximum of "_$GET(DILOCKTM,5)_" seconds while it is"
+7 WRITE !,"determined whether internal entry number "_DA_" is available....."
+8 LOCK +^DD(63.04,DA):$GET(DILOCKTM,5)
+9 IF '$TEST
Begin DoDot:1
+10 WRITE !!,"Someone else is defining this internal entry number."
+11 WRITE !,"Trying again to find a new internal entry number."
+12 FOR I=0:0
SET DA=DA+1
if '$DATA(^DD(63.04,DA))
QUIT
+13 ;giving the user a chance to exit gracefully in case the process
+14 ;of trying to find a new IEN ends up in an endless loop due to too
+15 ;many users defining new entries.
+16 WRITE !
+17 SET DIR(0)="E"
SET DIR("A")="Press ENTER to continue or ^ to exit"
DO ^DIR
End DoDot:1
if '$GET(DUOUT)&'$GET(DTOUT)
GOTO LOCK
IF $GET(DUOUT)!($GET(DTOUT))
SET LREND=1
+18 if LREND
QUIT
+19 WRITE !!,"Internal entry number "_DA_" is available.",!!
+20 FOR I=0:0
WRITE !,"ARE YOU ADDING ",LRNAME," (SUBFIELD # ",DA,") AS A NEW DATA NAME"
SET %=2
DO YN^DICN
if %
QUIT
WRITE " Answer 'Y'es or 'N'o."
+21 IF %'=1
SET LROK=0
QUIT
+22 QUIT
SITE ;
+1 WRITE !,"Your site number is not defined, indicating that fileman was not ",!,"installed correctly. Contact your site manager!"
+2 SET LROK=0
SET LREND=1
QUIT
NUM ;
+1 ;
DECIMAL ;LR*5.2*558: decimal query moved to be ask first so that
+1 ;the number of decimal places can be used for the Minimum value
+2 ;and Maximum value queries
+3 ;LR*5.2*552: require numeric entries - not free text
+4 ; also corrected typos in variables DTOUT and DUOUT
+5 KILL DTOUT,DUOUT
+6 NEW DIR,Y
+7 ;Prior to LR*5.2*552, DIR(0) was set as "F".
+8 SET DIR(0)="N"
+9 SET DIR("A")="Decimal value"
+10 SET DIR("B")=1
+11 SET DIR("?")="The number of decimal places this result will need"
+12 DO ^DIR
+13 IF $DATA(DUOUT)!($DATA(DTOUT))!(Y<0)
SET LROK=0
QUIT
+14 SET Q5=Y
+15 ;
MIN ;
+1 KILL DTOUT,DUOUT
+2 ;LR*5.2*552: Require numeric entries - not free text
+3 ; Some latitude is given for "<" and ">" since sites might be
+4 ; defining such values in combination with other configuration logic.
+5 NEW LRPREFIX,LRLOW,DIR,Y
+6 ;Prior to LR*5.2*552, DIR(0) was set as "F".
+7 ;LR*5.2*558: use Q5 to determine the allowable decimal places for Minimum value
+8 SET DIR(0)="N^0::"_Q5
+9 ;Allow for prefix of < or > which are sometimes used at sites.
+10 ;Prefix of > doesn't make sense for a minimum value but allowing since maybe it is valid in this case.
+11 ;Also preserve negative indicator since this DIR call does not allow negative numbers.
+12 SET DIR("PRE")="S LRPREFIX="""" I '$D(DTOUT),'$D(DUOUT),X'[""^"",$E(X)'?1N.N S LRPREFIX=$E(X) I ""-<>""[LRPREFIX S X=$E(X,2,99)"
+13 SET DIR("A")="Minimum value"
+14 ;S DIR("B")=1
+15 SET DIR("?")="The smallest result value"
+16 DO ^DIR
+17 IF $DATA(DUOUT)!($DATA(DTOUT))
SET LROK=0
QUIT
+18 SET (Q3,LRLOW)=Y
+19 IF LRPREFIX]""
IF LRPREFIX'="."
SET Q3=LRPREFIX_Q3
+20 ;If prefix is "-", reflect LRLOW as a negative number.
+21 IF LRPREFIX="-"
SET LRLOW=Q3
MAX ;
+1 KILL DTOUT,DUOUT
+2 ;LR*5.2*552: require numeric entries - not free text
+3 ; Some latitude is given for "<" and ">" since sites might be
+4 ; defining such values in combination with other configuration logic.
+5 NEW LRPREFIX,LRHIGH,LRVALHIT,DIR,Y
+6 SET LRVALHIT=1
+7 ;Prior to LR*5.2*552, DIR(0) was set as "F".
+8 ;LR*5.2*558: use Q5 to determine the allowable decimal places for Maximim value
+9 SET DIR(0)="N^0::"_Q5
+10 ;Allow for prefix of < or > which are sometimes used at sites.
+11 ;Prefix of < doesn't make sense for a maximum value but allowing since maybe it is valid in this case.
+12 ;Also preserve negative indicator since this DIR call does not allow negative numbers.
+13 SET DIR("PRE")="S LRPREFIX="""" I '$D(DTOUT),'$D(DUOUT),X'[""^"",$E(X)'?1N.N S LRPREFIX=$E(X) I ""-<>""[LRPREFIX S X=$E(X,2,99)"
+14 SET DIR("A")="Maximum value"
+15 ;LR*5.2*552: Not sure why a default of 1 is given since the DIR("B") setting was
+16 ; commented out for the MIN value by a previous patch. Validating to
+17 ; only default if "1" is greater than the minimum value or the minimum
+18 ; is prefixed with "<" or ">".
+19 IF LRLOW'>1!("<>"[$EXTRACT(Q3))
SET DIR("B")=1
+20 SET DIR("?")="The maximum result THIS TEST will ever be"
+21 DO ^DIR
+22 IF $DATA(DUOUT)!($DATA(DTOUT))!(Y<0)
SET LROK=0
QUIT
+23 SET (Q4,LRHIGH)=Y
+24 IF LRPREFIX]""
IF LRPREFIX'="."
SET Q4=LRPREFIX_Q4
+25 IF LRPREFIX="-"
SET LRHIGH=Q4
+26 IF LRLOW'<LRHIGH
Begin DoDot:1
+27 ;For some tests with accompanying configurations, this might be the
+28 ;desired minimum and maximum values - not requiring minimum entry to
+29 ;be less than maximum entry just in case.
+30 NEW DIR,Y
+31 SET DIR("A",1)="The minimum value is not less than the maximum value."
+32 SET DIR("A")="Are you sure these entries are correct"
+33 SET DIR("B")="NO"
SET DIR(0)="Y"
+34 DO ^DIR
+35 SET LRVALHIT=+Y
End DoDot:1
IF 'LRVALHIT
GOTO MIN
+36 ;
+37 DO NAME
+38 if 'LROK
QUIT
+39 SET ^DD(63.04,DA,0)=LRNAME_"^NXJ"_($LENGTH(Q4)+Q5+$SELECT(Q5:1,1:0))_","_Q5_"^^"_DA_";1^"_"S Q9="""_Q3_","_Q4_","_Q5_""" D ^LRNUM"
SET ^(3)="TYPE A "_$SELECT(Q5:"",1:"WHOLE ")_"NUMBER BETWEEN "_Q3_" AND "_Q4
SET ^("DT")=DT
+40 QUIT
CODES ;
+1 SET Q2=""
SET LROK1=1
FOR I=0:0
READ !,"INTERNALLY-STORED CODE: // ",X:DTIME
DO CHK1
if 'LROK1
QUIT
READ " WILL STAND FOR: // ",X:DTIME
DO CHK2
if 'LROK1
QUIT
+2 IF '$LENGTH(Q2)
SET LROK=0
QUIT
+3 DO NAME
+4 if 'LROK
QUIT
+5 SET ^DD(63.04,DA,0)=LRNAME_"^S^"_Q2_"^"_DA_";1^Q"
SET ^(3)=""
SET ^("DT")=DT
+6 QUIT
CHK1 IF X[U!'$TEST!'$LENGTH(X)
SET LROK1=0
QUIT
+1 ;VMP OIFO BAY PINES;VGF;LR*5.2*316
+2 IF X[";"!(X[":")
WRITE !,": and ; not allowed ",$CHAR(7)
SET Q3=""
SET LROK1=0
QUIT
+3 SET Q3=X
+4 QUIT
CHK2 IF X[U!'$TEST!'$LENGTH(X)
SET LROK1=0
QUIT
+1 ;VMP OIFO BAY PINES;VGF;LR*5.2*316
+2 IF X[";"!(X[":")
WRITE !,": and ; not allowed ",$CHAR(7)
SET Q2=""
SET LROK1=0
QUIT
+3 SET Q4=X
SET Q2=Q2_Q3_":"_Q4_";"
IF $LENGTH(Q2)+$LENGTH(LRNAME)+9>245
WRITE !,"Too many codes* ",$CHAR(7)
SET Q2=""
SET LROK1=0
+4 QUIT
FREE ;
+1 FOR I=0:0
READ !,"Minimum length: ",X:DTIME
if X[U!'$TEST!(X'<1&(X'>20)&(+X=X))
QUIT
WRITE " Enter a whole number from 1 to 20"
+2 IF X[U!'$TEST
SET LROK=0
QUIT
+3 SET Q3=X
+4 ;---LR*5.2*140 Changed max length from 80 to 50
+5 FOR I=0:0
READ !,"Maximum length: ",X:DTIME
if X[U!'$TEST!(X'<Q3&(X'>50)&(+X=X))
QUIT
WRITE " Enter a whole number between ",Q3," to 50"
+6 IF X[U!'$TEST
SET LROK=0
QUIT
+7 SET Q4=X
+8 DO NAME
+9 if 'LROK
QUIT
+10 SET ^DD(63.04,DA,0)=LRNAME_"^F^^"_DA_";1^K:$L(X)>"_Q4_"!($L(X)<"_Q3_") X"
SET ^(3)="ANSWER MUST BE "_Q3_"-"_Q4_" CHARACTERS IN LENGTH"
SET ^("DT")=DT
+11 QUIT
+12 ;
NAME ;check before filing to make sure a user on another session
+1 ;isn't filing the same name under a different IEN
+2 ;Variable LRMOD is passed as 1 from LRWU6 from the option
+3 ;"Modify an Existing Data Name"
+4 ;
+5 IF $DATA(^DD(63.04,"B",LRNAME))
IF '$GET(LRMOD)
Begin DoDot:1
+6 SET LROK=0
+7 WRITE !,"This data name has already been added by someone else"
+8 WRITE !,"in another session after you selected the data name."
+9 WRITE !,"Nothing is being saved from your session since the data name is now on file."
End DoDot:1
+10 QUIT