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

PXBUTL1.m

Go to the documentation of this file.
  1. PXBUTL1 ;ISL/JVS - UTILITIES SINGLE LINE HELP MESSAGES ;7/24/96 08:26
  1. ;;1.0;PCE PATIENT CARE ENCOUNTER;;Aug 12, 1996
  1. ;
  1. ;
  1. HELP1(CAT) ;Help messages written when data is not valid.
  1. ;Each message must have omly 1 line.
  1. N MES,I
  1. D @CAT,WR1
  1. Q
  1. ;
  1. WR1 ;--Write to the screen
  1. S I=0 F I=1:1:1 W !,IOELEOL,?(IOM-$L(MES(I)))\2,MES(I),IOEDEOP
  1. Q
  1. LST ;--END OF LIST
  1. S MES(1)="END OF LIST"
  1. Q
  1. VST1 ;--FOR ENCOUNTERS
  1. S MES(1)="Select an entry less than "_($G(PXBHIGH)+1)
  1. Q
  1. VST2 ;--FOR ENCOUNTERS
  1. S MES(1)=$G(Y)_" is not a valid response!"
  1. Q
  1. VST3 ;--FOR ENCOUNTERS
  1. S MES(1)="ZERO is not a valid response!"
  1. Q
  1. VST4 ;--FOR ENCOUNTERS
  1. S MES(1)="The selection must be a whole, positive number!"
  1. Q
  1. PRV ;for providers
  1. S MES(1)=$E(EDATA,1,15)_" does not appear to be a VALID PROVIDER."
  1. Q
  1. STP ;for STOP CODES
  1. S MES(1)=$E(EDATA,1,15)_" does not appear to be a VALID STOP CODE."
  1. Q
  1. STPNO ;for STOP CODES
  1. W !,$E(EDATA,1,15)_" does not appear to be a VALID STOP CODE."
  1. Q
  1. PRVDEL ;for providers
  1. S MES(1)=" You CANNOT delete the last PROVIDER!"
  1. Q
  1. PRVA ;for inactive providers
  1. S MES(1)="--WARNING!-This provider was inactive at the time of the encounter."
  1. Q
  1. POV ;for POV
  1. S MES(1)=$E(EDATA,1,10)_" does not appear to be an ACTIVE,VALID DIAGNOSIS."
  1. Q
  1. CPT ;for CPT's
  1. S MES(1)=$E(EDATA,1,10)_" does not appear to be an ACTIVE,VALID PROCEDURE."
  1. Q
  1. CPTI ;for CPT's that are inactive
  1. S MES(1)=$E(EDATA,1,10)_" CPT CODE, became INACTIVE on: "_$P(OK,"^",3)
  1. Q
  1. CPTMM ;for CPT's MULTIPLE
  1. S MES(1)=" We assume that the QUANTITY for each of these is 1 and same PROVIDER."
  1. Q
  1. CON ;for Continue
  1. S MES(1)=" Press the ENTER key to continue."
  1. Q
  1. STP1NO ;--STOP CODE 1 ?
  1. W !,"Answer with CLINIC STOP NAME, or AMIS RPORTING STOP CODE."
  1. Q
  1. STP3NO ;--STOP CODE 3 ?
  1. W !,"Enter the STOP CODE associated with this ENCOUNTER."
  1. W !,"Enter '??' to get the entire list of possible STOP CODES"
  1. W !,"'*' indicates that STOP CODE has been visited in this session."
  1. Q
  1. STP4NO ;--STOP CODE-ADD EDIT 4 ?
  1. W !!!,"Must have a STOP CODE or a PROCEDURE to complete this action."
  1. W !,"I am deleting previously entered information"
  1. W !,"Press the any key to continue."
  1. Q