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

BWPOST1.m

Go to the documentation of this file.
  1. BWPOST1 ;IHS/ANMC/MWR - POST-INIT ROUTINE ;11-Feb-2003 12:44;PLS
  1. ;;2.0;WOMEN'S HEALTH;**8**;MAY 16, 1996
  1. ;;* MICHAEL REMILLARD, DDS * ALASKA NATIVE MEDICAL CENTER *
  1. ;; POSTINIT SUBROUTINE: DISPLAYS TEXT.
  1. ;
  1. ;
  1. TEXT3 ;EP
  1. ;;OPTIONS:
  1. ;;--------
  1. ;;
  1. ;;The main menu option for the Women's Health package is BWMENU.
  1. ;;At most sites this would be placed on AKMOCORE along with other
  1. ;;RPMS packages. For the sake of consistency from site to site,
  1. ;;it is recommended that the synonym "WH" (Women's Health) be
  1. ;;given to the main menu option BWMENU, however, this is not a
  1. ;;requirement. BWMENU allows access to every other option within
  1. ;;the package. (Keys: BWZMENU and BWZ MANAGER, see below.)
  1. ;;
  1. ;;The option BW MENU-LAB DATA ENTRY is a submenu that may be assigned
  1. ;;to Lab personnel for the limited purpose of accessioning PAP Smears
  1. ;;(and other procedures). This option may be attached to any other
  1. ;;Kernel menu and need not be accessed via the main menu, BWMENU.
  1. ;;(Key: BWZ LAB PCD EDIT, see below.)
  1. ;;
  1. S BWTAB=5,BWLINL="TEXT3" D PRINTX
  1. Q
  1. ;
  1. TEXT31 ;EP
  1. ;;OPTIONS (continued):
  1. ;;--------------------
  1. ;;
  1. ;;The option BW PATIENT PROFILE USER is an option for providers and
  1. ;;other users outside of the Women's Health program to display or print
  1. ;;the "Patient Profile" of a patient in the Women's Health database.
  1. ;;This option may be attached to any other Kernel menu and need not
  1. ;;be accessed via the main menu, BWMENU. This option does not come
  1. ;;with a key, nor do users need any particular Fileman Access Code
  1. ;;in order to use it.
  1. ;;
  1. ;;NOTE: Be sure to select the option BW PATIENT PROFILE USER -- the
  1. ;;"USER" is important, as this option does not permit users to edit
  1. ;;the data. Do NOT use the option BW PATIENT PROFILE for this purpose.
  1. ;;
  1. S BWTAB=5,BWLINL="TEXT31" D PRINTX
  1. Q
  1. ;
  1. TEXT4 ;EP
  1. ;;SECURITY:
  1. ;;---------
  1. ;;
  1. ;;All users given the BWMENU (or the BW MENU-LAB DATA ENTRY) options
  1. ;;should be given File Manager Access Codes of "MW".
  1. ;;
  1. ;;The security key BWZMENU allows users to access the main menu of
  1. ;;the RPMS Women's Health package, BWMENU. All users who are to use
  1. ;;the software for data entry, patient management, reports, etc.
  1. ;;should be given this key.
  1. ;;
  1. ;;The security key BWZ MANAGER allows managers to access the "Manager's
  1. ;;Functions" menu (BW MENU-MANAGER'S FUNCTIONS), which is a submenu of
  1. ;;the main menu (BWMENU). The Manager's Functions menu provides access
  1. ;;to many sensitive functions and should only be given to the manager
  1. ;;of the program.
  1. ;;
  1. S BWTAB=5,BWLINL="TEXT4" D PRINTX
  1. Q
  1. ;
  1. TEXT41 ;EP
  1. ;;SECURITY (continued):
  1. ;;---------------------
  1. ;;
  1. ;;The security key BWZ LAB PCD EDIT is for sites where the Lab
  1. ;;personnel (presumably not the same department as a Women's Health
  1. ;;Program) are accessioning PAP Smears and other procedures for the
  1. ;;Women's Health Program. The Lab staff would receive the limited
  1. ;;submenu, BW-MENU LAB DATA ENTRY (described above under OPTIONS).
  1. ;;
  1. ;;On the LAB DATA ENTRY menu there is a special option that allows one
  1. ;;to go back and edit the RESULT of a procedure. In general, this
  1. ;;option should only be used to enter a result of "ERROR/DISREGARD",
  1. ;;in order to cancel out procedures entered in error by lab staff.
  1. ;;Access to this option by the Lab Manager should be negotiated with
  1. ;;the Women's Health program people. The key BWZ LAB PCD EDIT gives
  1. ;;the Lab Manager access to that option under the LAB DATA ENTRY menu.
  1. ;;
  1. S BWTAB=5,BWLINL="TEXT41" D PRINTX
  1. Q
  1. ;
  1. ;
  1. TEXT5 ;EP
  1. ;;DEVICES:
  1. ;;--------
  1. ;;
  1. ;;This package makes extensive use of the VA Screen Manager,
  1. ;;which requires that several of the cursor and screen handling
  1. ;;fields of the Terminal Type file be present for any Device
  1. ;;accessing the package. It is recommended that any Device
  1. ;;accessing this package be given a Terminal Type ("Subtype")
  1. ;;of "C-VT100", since the standard VA Kernel distribution comes
  1. ;;with all of the necessary codes pre-loaded. A user whose Terminal
  1. ;;Type does not contain a complete set of screen handling codes will
  1. ;;receive a message that Screenman cannot "load the form."
  1. ;;
  1. ;;Other Terminal Types may also be chosen, however, the screen
  1. ;;handling codes for Cursor movements, "PF keys", "Erase Entire
  1. ;;Page", etc., may need to be entered manually if they are not
  1. ;;already present for the selected Terminal Type.
  1. ;;
  1. S BWTAB=5,BWLINL="TEXT5" D PRINTX
  1. Q
  1. ;
  1. TEXT51 ;EP
  1. ;;DEVICES (continued):
  1. ;;--------------------
  1. ;;
  1. ;;If for some reason it is not practical to define Devices
  1. ;;accessing the package with a Subtype of C-VT100, users of the
  1. ;;package may be given a "DEFAULT TERMINAL TYPE FOR LM" in the
  1. ;;NEW PERSON File #200 of C-VT100. (They will then be given a
  1. ;;Terminal Type of C-VT100 regardless of which DEVICE they sign
  1. ;;on through.) It may also be necessary to set the field "ASK
  1. ;;DEVICE TYPE AT SIGN-ON" (again in file #200) equal to "ASK" in
  1. ;;order to get a user's Terminal Type to change to the C-VT100.
  1. ;;
  1. ;;Initial difficulties with the screen handling codes for ScreenMan
  1. ;;are not specific to Women's Health; however, if problems with the
  1. ;;setup cannot be resolved, please contact Area support staff.
  1. ;;
  1. S BWTAB=5,BWLINL="TEXT51" D PRINTX
  1. Q
  1. ;
  1. TEXT6 ;EP
  1. ;;OLD PAP TRACKING OPTIONS:
  1. ;;-------------------------
  1. ;;
  1. ;;In order to avoid confusion, it is advisable to remove any of
  1. ;;the old PAP Tracking Program options from the Kernel menus.
  1. ;;These old options appear as "AMCP/C/PAP..." and might be found
  1. ;;under the AMCHMENU and/or AMCHMAIN options. Removal of the
  1. ;;AMCP/C/PAP options is NOT necessary in order to run the new
  1. ;;RPMS Women's Health software, it is only recommended.
  1. ;;
  1. S BWTAB=5,BWLINL="TEXT6" D PRINTX
  1. Q
  1. ;
  1. TEXT8 ;EP
  1. ;;SITE PARAMETERS:
  1. ;;----------------
  1. ;;
  1. ;;As part of the installation of this new version of Women's Health,
  1. ;;the site parameters must be reviewed. In particular, be sure to
  1. ;;look at page 2 and answer the "CDC Export:" and "Import Mammograms"
  1. ;;questions, and at pages 3-5 relating to Procedure Types.
  1. ;;
  1. ;;The Site Parameter screen may be accessed from the programmer prompt
  1. ;;by entering "D ^BWSITE" (no quotes). It may also be accessed from
  1. ;;within the Women's Health menus by selecting Manager's Functions
  1. ;;from the Main Menu, then File Maintenance from the Manager's
  1. ;;Functions, and finally Edit Site Parameters from the File Maintenance
  1. ;;menu.
  1. ;;
  1. S BWTAB=5,BWLINL="TEXT8" D PRINTX
  1. Q
  1. ;
  1. TEXT9 ;EP
  1. ;; * This concludes the Post-Initialization program. *
  1. ;;
  1. ;;
  1. S BWTAB=5,BWLINL="TEXT9" D PRINTX
  1. Q
  1. ;
  1. PRINTX ;EP
  1. N I,T,X S T="" F I=1:1:BWTAB S T=T_" "
  1. F I=1:1 S X=$T(@BWLINL+I) Q:X'[";;" W !,T,$P(X,";;",2)
  1. Q