Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: DDMPU

DDMPU.m

Go to the documentation of this file.
  1. DDMPU ;SFISC/DPC-IMPORT USER INTERFACE, TEMPLATE CREATE ;9/12/96 17:07
  1. ;;22.0;VA FileMan;;Mar 30, 1999
  1. ;Per VHA Directive 10-93-142, this routine should not be modified.
  1. EN ;Entry point for Import Data option.
  1. D CLEAN^DIEFU
  1. N DIQUIET,DIFM S (DIQUIET,DIFM)=1
  1. N DA
  1. N DDMPHOST,DDMPSELF,DDMPFLAG,DDMPDR,DDSSAVE,DDMPSMFF,DDMPHOST,DDMPIORE,DDMPFDSL,DDMPTMPL
  1. D Q:'$G(DDSSAVE)
  1. . N DDSPARM,DDSFILE,DR
  1. . N DDMPF,DDMPCF,DDMPCPNM,DDMPCPTH,DDMPFCAP,DDMPFDCT,DDMPFDNM,DDMPFLNM,DDMPOSET,DDMPX,DDMPFRP4,DDMPOLDF
  1. . S DDSFILE=.46,DR="[DDMP SPECIFY IMPORT]",DDSPARM="S" D ^DDS
  1. W @IOF
  1. I '$D(DDMPSELF) S DDMPFLAG="F"
  1. I $G(DDMPIORE)="E" S DDMPFLAG=$G(DDMPFLAG)_"E"
  1. I '($G(DDMPTMPL)]""),$D(DDMPSELF) D
  1. . N DIR,DIRUT,Y
  1. . S DIR(0)="Y"
  1. . S DIR("A")="Do you want to store the selected fields in an Import Template"
  1. . D ^DIR
  1. . I Y D MKTMPL(DDMPSELF,.DDMPFDSL,.DDMPDR)
  1. N DIR,DIRUT,Y S DIR(0)="Y"
  1. S DIR("A")="Do you want to proceed with the import"
  1. S DIR("?",1)="If you answer 'YES', the import will occur now."
  1. S DIR("?")="If you answer 'NO', you will need to respecify the import criteria."
  1. W ! D ^DIR
  1. I 'Y!$G(DIRUT) W !!,"Okay, you can do the import later." Q
  1. D FILE^DDMP($G(DDMPSELF),.DDMPDR,$G(DDMPFLAG),.DDMPHOST,.DDMPSMFF)
  1. W !!
  1. I $G(DIERR) D
  1. . W "Following error messages were generated when import failed."
  1. . D MSG^DIALOG("","","",3)
  1. E I '$G(ZTSK) W "Done."
  1. Q
  1. ;
  1. MKTMPL(DDMPF,DDMPFLDS,DDMPDR) ; Create Import Template.
  1. N DDMPTPNM,DDMPTPNO,DDMPRCNO,DDMPOUT,DDMPSQ,DIR,DIRUT,Y
  1. F D Q:$G(DDMPOUT)!($G(DDMPTPNM)]"")
  1. . S DIR(0)="FA^3:30^K:(X?1P.E) X"
  1. . S DIR("?")="Enter name for your import template. It should be 3-30 characters and it should not start with a punctuation character"
  1. . S DIR("A")="Name of Import Template: "
  1. . W ! D ^DIR
  1. . I Y']""!$G(DIRUT) S DDMPOUT=1 Q
  1. . S DDMPTPNM=Y
  1. . S DDMPTPNO=$O(^DIST(.46,"F"_DDMPF,DDMPTPNM,""))
  1. . I DDMPTPNO D DUPNAME(DDMPF,.DDMPTPNM,DDMPTPNO) Q:DDMPTPNM=""
  1. . S DIR("A")=" Are you adding '"_DDMPTPNM_"' as a new Import Template"
  1. . S DIR(0)="Y"
  1. . D ^DIR
  1. . I 'Y S DDMPTPNM="" Q
  1. . K ^TMP($J,"DDMPFDA")
  1. . S ^TMP($J,"DDMPFDA",.46,"+1,",.01)=DDMPTPNM
  1. . S ^TMP($J,"DDMPFDA",.46,"+1,",4)=DDMPF
  1. . S ^TMP($J,"DDMPFDA",.46,"+1,",5)=DUZ
  1. . S ^TMP($J,"DDMPFDA",.46,"+1,",2)=DT
  1. . S:DUZ(0)'="@" (^TMP($J,"DDMPFDA",.46,"+1,",3),^TMP($J,"DDMPFDA",.46,"+1,",6))=DUZ(0)
  1. . F DDMPSQ=1:1 Q:'$D(DDMPFLDS(DDMPSQ)) D
  1. . . N DDMPIENS,DDMPLVLS
  1. . . S DDMPIENS="+"_(DDMPSQ+1)_",+1,"
  1. . . S DDMPLVLS=$L(DDMPFLDS(DDMPSQ),":")
  1. . . S ^TMP($J,"DDMPFDA",.463,DDMPIENS,.01)=DDMPSQ
  1. . . S ^TMP($J,"DDMPFDA",.463,DDMPIENS,1)=$P($P(DDMPFLDS(DDMPSQ),":",DDMPLVLS),U,2)
  1. . . S ^TMP($J,"DDMPFDA",.463,DDMPIENS,2)=+$P(DDMPFLDS(DDMPSQ),":",DDMPLVLS)
  1. . . S:$D(DDMPFLDS("LN",DDMPSQ)) ^TMP($J,"DDMPFDA",.463,DDMPIENS,3)=DDMPFLDS("LN",DDMPSQ)
  1. . . S:DDMPLVLS>1 ^TMP($J,"DDMPFDA",.463,DDMPIENS,10)=$P(DDMPFLDS(DDMPSQ),":",1,DDMPLVLS-1)
  1. . . S ^TMP($J,"DDMPFDA",.463,DDMPIENS,20)=DDMPFLDS("CAP",DDMPSQ)
  1. . N DDMPERR S DDMPERR=$G(DIERR)
  1. . D UPDATE^DIE("","^TMP($J,""DDMPFDA"")","DDMPRCNO")
  1. . I DDMPERR'=$G(DIERR) W !,"An error occurred during the filing of the import template." S DDMPOUT=1 Q
  1. . D RECALL^DILFD(.46,DDMPRCNO(1)_",",DUZ)
  1. . I DUZ(0)="@" S $P(^DIST(.46,DDMPRCNO(1),0),U,3)="@",$P(^(0),U,6)="@"
  1. I $G(DDMPOUT) W !,"No import template will be created."
  1. Q
  1. ;
  1. DUPNAME(DDMPF,DDMPTPNM,DDMPTPNO) ;selected template exists.
  1. ;If Import template name remains in DDMPTPNM after subroutine,
  1. ;user has chosen to delete existing template.
  1. W !!,"Import Template "_DDMPTPNM_" already exists."
  1. N DDMPDLOK S DDMPDLOK=0
  1. I DUZ(0)="@" D
  1. . S DDMPDLOK=$$CKDLT
  1. E D
  1. . N DDMPWRAC,I
  1. . S DDMPWRAC=$$GET1^DIQ(.46,DDMPTPNO_",",6)
  1. . F I=1:1:$L(DDMPWRAC) I DUZ(0)[$E(DDMPWRAC,I) S DDMPDLOK=$$CKDLT Q
  1. I DDMPDLOK D
  1. . N DIK,DA S DIK="^DIST(.46,",DA=DDMPTPNO D ^DIK
  1. . W !,"Existing Import Template "_DDMPTPNM_" has been deleted."
  1. E S DDMPTPNM="" W !!,"Choose another template name."
  1. Q
  1. ;
  1. CKDLT() ;
  1. ;user has write access to the template. Do they want to delete it?
  1. N DIR,DIRUT
  1. S DIR(0)="Y"
  1. S DIR("A")="Do you want to replace the existing template with a new one"
  1. S DIR("?",1)="If you answer 'YES', the existing template will be deleted."
  1. S DIR("?")="Answer YES or NO."
  1. D ^DIR
  1. I 'Y!$G(DIRUT) Q 0
  1. Q 1