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

PSNHELP1.m

Go to the documentation of this file.
  1. PSNHELP1 ;BIR/WRT-help text routine ; 02/08/00 8:39
  1. ;;4.0; NATIONAL DRUG FILE;**22,33**; 30 Oct 98
  1. ;Reference to ^PSDRUG supported by DBIA #2352
  1. ;Reference to EN1^PSSUTIL supported by DBIA #3107
  1. ;
  1. AUTO ; auto ndc help prompt
  1. W !!,"If you wish to start the automatic match by NDC Code process, respond ""Y""",!,"The automatic match by NDC will only run the first initial time you respond ""Y"""
  1. W !,"If you do not wish to start this process, respond ""N""" D UPAR^PSNHELP K ANS Q
  1. VACLS ; class unmatched drug 1 or multiple help prompt
  1. W !!,"If you wish to class more than one unmatched drug (automatically looping by",!,"local generic name) respond ""Y""",!,"If you wish to class one unmatched drug, respond ""N""" D UPAR^PSNHELP K ANS1 Q
  1. CL ; help prompt for reset classification option
  1. W !!," Enter VA Drug Classification code",!,"Format for code is 2 alphabetics followed by 3 numerics (i.e. AA999)"
  1. W !,"If the ""Merge National Drug File Data Into Local File"" option has been run",!,"for this drug, the Classification cannot be changed!" D UPAR^PSNHELP K PSNCLANS W:$D(NAM) !!,NAM Q
  1. CLS ; help prompt to view class description
  1. W !!,"If you would like to view class descriptions, respond ""Y""",!,"If you do not wish to view class descriptions, respond ""N""" D UPAR^PSNHELP K ANS Q
  1. CONVT W !!,"Enter a number for your choice or enter an ""N"" to leave this drug as a manually",!,"classed drug and proceed to the next entry to be matched. You may also enter an",!,"""^"" to exit.",! K PSNANS Q
  1. CONVT1 W !!,"Press RETURN to see the rest of your choices, or you may enter a number",!
  1. W "for your choice or enter an ""N"" to leave this drug as a manually classed",!,"drug and proceed to the next entry to be matched. You may also enter an",!,"""^"" to exit.",! K PSNANS Q
  1. CONVN ; help prompt for conversion rematch option
  1. W !!,"If you wish to start the Conversion Rematch process, respond ""Y""",!,"This option will only run the first initial time you respond ""Y"""
  1. W !,"If you do not wish to start this process, respond ""N""" D UPAR^PSNHELP K PSNAW Q
  1. Q
  1. SETNULL K:$D(^PSNTRAN(+Y,0)) ^PSNTRAN(+Y,0)
  1. S PSNSAVEY=$G(Y) S X="PSSUTIL" X ^%ZOSF("TEST") I D EN1^PSSUTIL(+$G(PSNSAVEY),0)
  1. S Y=$G(PSNSAVEY) K PSNSAVEY
  1. S ZXZX=$P(^PSDRUG(+Y,"ND"),"^",2),$P(^PSDRUG(+Y,"ND"),"^",1)="",$P(^PSDRUG(+Y,"ND"),"^",2)="",$P(^PSDRUG(+Y,"ND"),"^",3)="",$P(^PSDRUG(+Y,"ND"),"^",4)="",$P(^PSDRUG(+Y,"ND"),"^",5)="",$P(^PSDRUG(+Y,"ND"),"^",10)="" D NULL1
  1. Q
  1. NULL1 S $P(^PSDRUG(+Y,"ND"),"^",11)="" I ZXZX]"" S ZXZX=$E(ZXZX,1,30) I $D(^PSDRUG("VAPN",ZXZX,+Y)) K ^PSDRUG("VAPN",ZXZX,+Y) K ZXZX
  1. Q