home *** CD-ROM | disk | FTP | other *** search
/ Big Blue Disk 41 / bbd41.zip / PCMD.TXT < prev    next >
Text File  |  1990-01-19  |  9KB  |  190 lines

  1. |A╔═════════════════╗══════════════════════════════════════════╔═════════════════╗
  2. |A║ |6Special Program|A ║═════════════════ ^1PC-M.D. |A════════════════║ |6Special Program|A ║
  3. |A╚═════════════════╝══════════════════════════════════════════╚═════════════════╝
  4. ^Cby
  5. ^CMike Maynard
  6.  
  7.     "Didn't I have the measles in 1962?... Or maybe it was '60?... Well, I
  8.  know I was treated for high blood pressure in... 1978?"  Every family goes
  9.  through something similar to this.  But now, thanks to PC-M.D., most of this
  10.  confusion can be avoided.
  11.  
  12.     PC-M.D. lets you keep track of your past illnesses, operations, allergic
  13.  reactions, shots, and other medical information you usually can't remember.
  14.  PC-M.D. will also keep track of visitation information, such as the doctor 
  15.  you saw, the symptoms, the doctor's diagnosis, the cost of the visit, drugs 
  16.  prescribed, and other such medication-related information. 
  17.  
  18.     The program accesses two main types of files: the Doctor File and the
  19.  Patient File.  The Doctor File is a global file, i.e., it is used by each
  20.  patient in the database.  A different Patient File is created for each person
  21.  in the database and holds all of that individual's medical information.
  22.  
  23.  
  24.  USING THE MENUS
  25.  ---------------
  26.  
  27.     You traverse PC-M.D. through a series of vertical and horizontal menus. The 
  28.  arrow keys let you move the highlight up, down, left, and right -- depending 
  29.  on the menu -- and the ENTER key is used to select the highlighted item. If 
  30.  you're using vertical menus and wish to highlight a specific item, you can 
  31.  press the key that corresponds to the first letter of the menu option. On 
  32.  the horizontal menus, the desired option can be highlighted and selected 
  33.  using this same method.
  34.  
  35.  
  36.  THE MAIN MENU
  37.  -------------
  38.  
  39.     The Main Menu options include: Select Patient File, Doctor Information, 
  40.  Medical History, and Visitation Information. 
  41.  
  42.  
  43.  SELECT PATIENT FILE
  44.  -------------------
  45.  
  46.     The Select Patient File option lets you initially define a new patient 
  47.  file or change the current patient file once you've started using PC-M.D.  
  48.  If you try to enter Medical History or Visitation Information and don't have 
  49.  a patient file open, you will automatically be forced to select one.
  50.  
  51.  
  52.  DOCTOR INFORMATION
  53.  ------------------
  54.  
  55.     The Doctor Information option enables you to keep track of all doctors 
  56.  visited by every patient.  This data is contained in a globally-accessed file 
  57.  since some patients in the file may see some of the same doctors. Selecting
  58.  the Doctor Information option takes you to a menu containing Add, Browse and 
  59.  Print All options. 
  60.  
  61.     The Add option lets you enter information about a doctor who is being 
  62.  added to the doctor database for the first time. Doctor's information 
  63.  includes such items as the doctor's name, address, phone number, office 
  64.  hours, distance from your house to the office, and area of specialty. 
  65.  
  66.     The Browse option lets you view, edit, print, and delete any record 
  67.  currently in the doctor database.  Before any information is inadvertently 
  68.  deleted, you will be prompted by an "Are you sure?" message.
  69.  
  70.     The Print All option produces a printout listing of all doctors currently 
  71.  in the database. This printout includes the name, phone number, and specialty 
  72.  of each doctor. 
  73.  
  74.  
  75.  MEDICAL HISTORY
  76.  ---------------
  77.  
  78.     The Medical History option allows you to keep track of the types of 
  79.  details that are often very difficult to remember, such as types and dates 
  80.  of shots taken, illnesses, and treatments received.  When you select this 
  81.  option, you will be taken to another menu containing several different 
  82.  options, including Personal Information, Allergic Reactions, Shot Records,
  83.  Past Illnesses, Past Operations, and Family History. 
  84.  
  85.     The Personal Information option allows you to enter information
  86.  about the patient's work, insurance, and a relative.
  87.  
  88.     The Allergic Reactions option lets you enter the date and name of any
  89.  medicine to which you've had a reaction.
  90.  
  91.     The Shot Records option is similar to the Allergic Reactions option in 
  92.  that it keeps a record of the most recent shots the patient has had.
  93.                                                   
  94.     The Past Illnesses and Past Operations options are also similar to the 
  95.  Allergic Reactions since they keep track of the date and description of each  
  96.  illness or operation each patient has had.  When prompted to enter the 
  97.  illness name, pressing F5 will let you choose an illness from a pre-defined 
  98.  list.  When this list appears, simply scroll up and down using the arrow 
  99.  keys, home, end, page up, and page down.  Press Enter to select the 
  100.  highlighted illness or Esc to choose nothing. 
  101.  
  102.     The Family History option allows you to keep track of all the illnesses 
  103.  of each patient's relatives.
  104.  
  105.     Each of these options will take you to "Add / Browse / Print" and 
  106.  "Next / Previous / Update / Delete / Print" menus. Both of these menus are 
  107.  very similar to those found in the doctor information section and perform 
  108.  basically the same tasks. 
  109.  
  110.  
  111.  VISITS AND MEDICATION
  112.  ---------------------
  113.  
  114.     The Visitation Information option allows you to keep track of each 
  115.  individual visit, as well as medications prescribed by the doctor during each 
  116.  visit.  Choosing Visitation Information takes you to another menu offering 
  117.  the Add, Browse, and Print All options. 
  118.  
  119.     The Add option lets you enter information about a specific visit. This
  120.  information might include the date of the visit and the next follow-up visit,  
  121.  the symptoms, the diagnosis, and the cost of the visit.  After pressing F2
  122.  to add the information you entered, you are instantly taken to the Add
  123.  Medication screen, on which you enter information about the medications
  124.  prescribed by the doctor -- their names, costs, and allergic reactions, 
  125.  if any.  If you wish to enter any of this information at a later date,
  126.  you may abort the entering medication information by pressing ESC. 
  127.  
  128.     The Browse option lets you view, update, print, and delete visits 
  129.  currently in the patient's record.  As in deleting doctor information,
  130.  you are prompted with an "Are you sure?" to confirm the deletion of the
  131.  information.
  132.  
  133.     The Print All option produces a printout of all visits a patient currently
  134.  has on record.  This printout includes the date, doctor, location of the
  135.  visit, as well as symptoms and diagnosis of the illness.
  136.  
  137.     The Browse menu also offers the Medication option. When you select it,
  138.  PC-M.D. takes you to another Add and Browse menu.  The Add option allows 
  139.  you to enter medication information for the current visit. (If you did not
  140.  enter medication information at the same time you entered the visitation 
  141.  information, you would enter that information at this time.) The Browse
  142.  option lets you view, edit, and delete all medications related to the current
  143.  visit.
  144.  
  145.  
  146.  PRINTING REPORTS
  147.  ----------------
  148.  
  149.     Each section described above has the ability to print a report based on
  150.  the information in the database.  Selecting PRINT from any "ADD / BROWSE /
  151.  PRINT" menu will print every record in that specific section.  For instance,
  152.  choosing PRINT from the "ADD / BROWSE / PRINT" menu in the DOCTOR INFORMATION
  153.  section will print a global listing of all doctors currently in the database.
  154.  Selecting PRINT from any "NEXT / PREVIOUS / UPDATE / DELETE / PRINT" menu
  155.  will print a detailed listing of the record that is currently displayed on
  156.  the screen.
  157.  
  158.     From the visitation menu, choosing print will display a menu containing: 
  159.  Detailed Report, Summarized Report, Financial Report, and Medication Report. 
  160.  Each of these options allows you to select a range of dates and therefore,
  161.  only entries between those dates will be printed.  Detailed Report prints a 
  162.  detailed listing of all visits, including all medications prescribed. The 
  163.  Summarized Report lists the date, doctor, location, symptoms and diagnosis 
  164.  of all visits.  The Financial Report lists the date, doctor and total costs 
  165.  of all visits.  Finally, the Medication Report lists all medication 
  166.  prescribed and the doctor that prescribed them.
  167.  
  168.  
  169.  GENERAL INFORMATION
  170.  -------------------
  171.  
  172.     Being a database, PC-M.D. opens several files (up to 7 at one time).
  173.  Because of this, you should make sure the file "CONFIG.SYS" on the root
  174.  directory contains "FILES = 15" and "BUFFERS = 15". 
  175.  
  176.     Every menu in PC-M.D. includes both an EXIT and a HELP option, available
  177.  by pressing the Esc and F1 keys, respectively.
  178.  
  179.     When you are prompted to enter the date, you may press F4 to enter the 
  180.  system date currently logged into your PC. If you haven't set the date 
  181.  through DOS, PC-M.D. will use whatever date your computer "remembers."
  182.  
  183.  
  184. DISK FILES THIS PROGRAM USES:
  185. ^FPCMD.EXE
  186. ^FPCMDLIST.HLP
  187. ^FDOC.DTA
  188. ^FDOC.NDX
  189.  
  190.