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

PXBUTL0.m

Go to the documentation of this file.
  1. PXBUTL0 ;ISL/JVS,ESW - UTILITIES-3 LINE HELP MESSAGES ;6/17/03 10:29
  1. ;;1.0;PCE PATIENT CARE ENCOUNTER;**108,124,152**;Aug 12, 1996
  1. ;
  1. HELP(CAT) ;Help messages written when ?'s are entered.
  1. ;Each message must have 3 line although any of them can be blank.
  1. N MES,I
  1. D @CAT,WR
  1. Q
  1. ;
  1. WR ;--Write to the screen
  1. S I=0 F I=1:1:3 W !,IOELEOL,?(IOM-$L(MES(I)))\2,MES(I)
  1. Q
  1. ;
  1. STP1 ;--STOP CODE 1 ?
  1. S MES(1)="Answer with CLINIC STOP NAME, or AMIS RPORTING STOP CODE."
  1. S MES(2)=""
  1. S MES(3)=""
  1. Q
  1. STP3 ;--STOP CODE 3 ?
  1. S MES(1)="Enter the STOP CODE associated with this ENCOUNTER."
  1. S MES(2)="Enter '??' to get the entire list of possible STOP CODES"
  1. S MES(3)="'*' indicates that STOP CODE has been visited in this session."
  1. Q
  1. STP900 ;--STOP CODE 900
  1. S MES(1)="The stop code 900 SPECIAL SERVICES is no longer in service."
  1. S MES(2)="If you wish to enter procedures, you must use the"
  1. S MES(3)="option provided to enter a PROCEDURE."
  1. Q
  1. PRV1 ;--Provider 1 ?
  1. S MES(1)="Answer with PROVIDER'S NAME, or INITIALS, or SSN, or NICK NAME,"
  1. S MES(2)="or KEY DELEGATION LEVEL, OR USER CLASS, or LINE NUMBER"
  1. S MES(3)="from the above list."
  1. Q
  1. PRV3 ;--Provider 3 ?
  1. S MES(1)="Enter the PROVIDER who performed or ordered the PROCEDURES"
  1. S MES(2)="that were performed on the patient during this Encounter."
  1. S MES(3)="'*' indicates that PROVIDER has been used in this session."
  1. Q
  1. PRVM ;--CPT Add Multiple Provider(s)
  1. S MES(1)=$E(EDATA,1,50)
  1. S MES(2)="The above NAME is not a VALID PROVIDER."
  1. S MES(3)="" ;--Enter each one separately to get more complete help."
  1. Q
  1. PRVMD ;--CPT Delete Multiple Providers(s)
  1. S MES(1)=$E(EDATA,1,50)
  1. S MES(2)="The above Item(s) are not VALID line numbers or Item numbers."
  1. S MES(3)=""
  1. Q
  1. ;
  1. POV1 ;--Purpose of Visit 1 ?
  1. S MES(1)=""
  1. S MES(2)="Answer with ICD DIAGNOSIS CODE NUMBER or DESCRIPTION."
  1. S MES(3)=""
  1. Q
  1. POV3 ;--Purpose of Visit 3 ?
  1. S MES(1)="Enter the DIAGNOSIS that is associated with this ENCOUNTER."
  1. S MES(2)="It is possible that there is more than one DIAGNOSIS."
  1. S MES(3)=""
  1. Q
  1. PL1 ;--Problem list ?
  1. S MES(1)="Select an Item Number, a '+' or '-', or 'ENTER' or '^' to EXIT this prompt."
  1. S MES(2)="By selecting one of the PROBLEMS, it can then be entered as a"
  1. S MES(3)="Diagnosis for this ENCOUNTER with "_NAME_"."
  1. Q
  1. PL11 ;--Problem List ?
  1. S MES(1)="Select an Item Number, or 'ENTER' or '^' to EXIT this prompt."
  1. S MES(2)="By selecting one of the PROBLEMS, it can then be entered as a"
  1. S MES(3)="Diagnosis for this ENCOUNTER with "_PNAME_"."
  1. Q
  1. PLM ;--Problem List ?
  1. S MES(1)="The above is not a valid or active problem."
  1. S MES(2)=""
  1. S MES(3)=""
  1. Q
  1. ;
  1. CPT1 ;--CPT Procedure 1 ?
  1. S MES(1)="Answer with CPT CODE or CPT CATEGORY or DESCRIPTION."
  1. S MES(2)="A '*' next to a procedure indicates that it was either"
  1. S MES(3)=" ADDED or EDITED during this session."
  1. Q
  1. CPT4 ;--USE MORE THAN 1 LETTER ?
  1. S MES(1)="Please use more than 1 letter for your request."
  1. S MES(2)=""
  1. S MES(3)=""
  1. Q
  1. CPT3 ;--CPT Procedure 3 ?
  1. S MES(1)="Enter the PROCEDURE(S) that were performed during this ENCOUNTER."
  1. S MES(2)="It may also be a procedure that occurred at another time but."
  1. S MES(3)="occurred as a result of this ENCOUNTER with the Patient."
  1. Q
  1. CPTM ;--CPT Add Multiple Procedure(s)
  1. S MES(1)=$E(EDATA,1,50)
  1. S MES(2)="The above entry is not a VALID or ACTIVE Code(s)."
  1. S MES(3)=""
  1. ;S MES(3)="Enter each one separately to get more complete help."
  1. Q
  1. CPTMDP ;--CPT Adding Procedure with Multiple that already exist
  1. S MES(1)=$E(EDATA,1,50)
  1. S MES(2)="The above entry was already entered for this Encounter."
  1. S MES(3)="Enter it separately if you still want to add/edit."
  1. Q
  1. CPTMNO ;--CPT Add Multiple Procedure(s)
  1. W !,$E(EDATA,1,50)
  1. W !,"The above Item(s) are not VALID or ACTIVE Codes."
  1. W !,"Enter each one separately to get more complete help."
  1. Q
  1. CPTMD ;--CPT Delete Multiple Procedure(s)
  1. S MES(1)=$E(EDATA,1,50)
  1. S MES(2)="The above Item(s) are not VALID line numbers or Item numbers."
  1. S MES(3)=""
  1. Q
  1. WH1 ;--WHICH when selecting different line options 1 ?
  1. S MES(1)="Enter the line number of the entry that you are selecting."
  1. S MES(2)=""
  1. S MES(3)=""
  1. Q
  1. ;
  1. WH2 ;--WHICH when selecting different line options 2 ?
  1. S MES(1)="You can select any line number that you wish."
  1. S MES(2)=""
  1. S MES(3)=""
  1. Q
  1. ;
  1. WH3 ;--WHICH when selecting different line options 3 ?
  1. S MES(1)="Please select any line number that you wish or ""^"" to exit."
  1. S MES(2)=""
  1. S MES(3)=""
  1. Q
  1. QU1 ;--QUANTITY when changing quantity of CPT's ?
  1. S MES(1)="This is the number of times this CPT was done"
  1. S MES(2)="to the patient during the encounter."
  1. S MES(3)=""
  1. Q
  1. QU2 ;--QUANTITY when changing quantity of CPT'S ??
  1. S MES(1)="Enter a number between 0 and 999 indicating how many"
  1. S MES(2)="times this procedure was performed on the patient"
  1. S MES(3)="during this encounter."
  1. Q
  1. OP1 ;--ORDERING PROVIDER for CPT's ?
  1. S MES(1)="This is the ordering provider for the Procedure"
  1. S MES(2)="during the encounter."
  1. S MES(3)=""
  1. Q
  1. OP2 ;--ORDERING PROVIDER for CPT'S ??
  1. S MES(1)="Enter the ordering provider for this"
  1. S MES(2)="procedure performed on the patient"
  1. S MES(3)="during this encounter."
  1. Q