home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / logbk105.zip / LOGBOOK.DOC < prev    next >
Text File  |  1991-02-13  |  34KB  |  983 lines

  1.                                    Copyright
  2.                                       and
  3.                                    Trademark
  4.                                     Notices
  5.  
  6. "IBM," "PC-DOS," and "AT" are registered trademarks of
  7. International Business Machines Corporation.
  8.  
  9. "Nantucket" is a registered trademark of Nantucket Corporation.
  10.  
  11. "PLINK86-Plus" is a registered trademark of Sage Software, Inc.
  12.  
  13. "PC/XT" is a trademark of International Business Machines
  14. Corporation.
  15.  
  16. "Clipper" is a trademark of Nantucket Corporation.
  17.  
  18. "MS-DOS" is a trademark of Microsoft Corporation.
  19.  
  20. "dBASE," "dBASE III Plus," and "Ashton-Tate" are trademarks of
  21. Ashton-Tate Inc.
  22.  
  23. "Diabetes Logbook" is a trademark of Carl S. Zebooker.                             About Diabetes Logbook
  24.  
  25.  
  26. Carl S. Zebooker, the author of this program, developed Type II
  27. diabetes just before his 40th birthday.  Already severely sight-
  28. impaired, and already a computer user, he began using dBASE III
  29. Plus to keep and print out a record of his glucose readings and
  30. other pertinent information for his medical care professionals, Dr.
  31. Scott Schroth, MD, and Ms. Marie-Michele Leger, PA-C, of the George
  32. Washington University Health Plan.
  33.  
  34. During an office visit, Dr. Schroth inspired the writing of this
  35. program by remarking that it would be most helpful if such a tool
  36. were made available to other diabetics.
  37.  
  38. Dr. Andrew Bender, MD, had many helpful suggestions with regard to
  39. the writing of this program; thanks to him for them.
  40.  
  41. Thanks to Mr. Steve M. O'Gara for suggesting that this program
  42. display a graph of blood glucose readings.
  43.  
  44. Thanks to Mr. Bill Fowler, of the Capitol PC User Group, for the
  45. suggestion that the text of "note codes" be made available
  46. on-screen during a records editing session, and for his suggestion
  47. that this program print reports in more than one format.
  48.  
  49. This program was written in the Clipper programming language,
  50. compiled using the Clipper compiler, and linked using PLINK86-Plus,
  51. all from Nantucket.
  52.  
  53. Registered users of Diabetes Logbook receive an upgrade which
  54. allows them to display a bar graph of their glucose readings
  55. on-screen, and to choose screen colors for "normal" and "enhanced"
  56. characters.
  57.  
  58.  
  59.                                Table of Contents
  60.  
  61. Requirements                                                                 1
  62.  
  63. Before You Begin                                                             1
  64.  
  65. Installing LOGBOOK.EXE                                                       2
  66.  
  67. Loading LOGBOOK.EXE                                                          3
  68.  
  69. The Main Menu                                                                3
  70.  
  71. The Sub-menus                                                                4
  72.  
  73. The "Set-Up" Sub-menu                                                        4
  74.  
  75. Data Entry                                                                   5
  76.  
  77. Editing Keys                                                              5, 6
  78.  
  79. The "Logbook" Sub-menu                                                       7
  80.  
  81. The Logbook Editing Screen                                                   8
  82.  
  83. The "Report" Sub-menu                                                        9
  84.  
  85. The "Print" Sub-menu                                                     9, 10
  86.  
  87. The "File" Sub-menu                                                     10, 11
  88.  
  89. The "Graph Demonstration"  screen                                           11
  90.  
  91. The "Exit" sub-menu                                                         12
  92.  
  93. The "Free Trial" Period                                                     12
  94.  
  95. Files Initially Present                                                     13
  96.  
  97. Files Created by LOGBOOK.EXE                                                13
  98.  
  99. Suggested "Note" Codes                                                  14, 15
  100.  
  101. More Than One Insulin Mixture                                               16
  102.  
  103. Editing "Note Codes"                                                        17
  104.  
  105. User-suggested Improvements                                                 17
  106.  
  107. BBS/Mailer Support                                                          17
  108.                             Diabetes Logbook v1.05
  109.                                 Manual - Page 1
  110.  
  111.  
  112.                                  Requirements
  113.  
  114.  
  115. You will need:
  116.  
  117. An IBM PC/XT/AT or compatible with not less than 270K of free
  118. (available) RAM.
  119.  
  120. DOS 2.0 or higher. (PC-DOS or MS-DOS is fine)
  121.  
  122. At least one 5¼" 360K floppy drive.
  123.  
  124. The following lines in your CONFIG.SYS file:
  125.  
  126.             files=20          (or more)
  127.             buffers=20        (or more)
  128.  
  129. For more information on the CONIFG.SYS file, please consult your
  130. DOS manual.
  131.  
  132.  
  133.                                Before You Begin
  134.  
  135. It is wise to make a backup copy of the distribution diskette
  136. before you set up your logbook.  To do so, first boot your system
  137. and obtain a prompt.  Enter the appropriate command at the prompt.
  138.  
  139. On a system with two 5¼" 360K drives:
  140.  
  141. 1)    Insert distribution diskette in Drive A:
  142.  
  143. 2)    Insert a blank formatted 360K diskette in Drive B:
  144.  
  145. 3)    Type the command:
  146.             diskcopy a: b:<Enter>
  147.  
  148. On a system with one 5¼" 360K drive:
  149.  
  150. 1)    Insert distribution diskette in Drive A:
  151.  
  152. 2)    Type the command:
  153.             diskcopy a: a: <Enter>
  154.  
  155. 3)    Follow the on-screen instructions, inserting a blank formatted
  156.       "TARGET diskette" in Drive A: when prompted to do so.
  157.  
  158.  
  159.  
  160. For more information on the "diskcopy" command, or on formatting
  161. diskettes, please see your DOS manual.                             Diabetes Logbook v1.05
  162.                                 Manual - Page 2
  163.  
  164.  
  165.                             Installing LOGBOOK.EXE
  166.  
  167.  
  168. On a system with no hard disk:
  169.  
  170. 1)    Make a backup copy of the distribution diskette (see "Before
  171.       you begin" on page 1).
  172.  
  173. 2)    Use the backup copy to run LOGBOOK.EXE's "Set-Up" from the
  174.       backup copy (see "Loading LOGBOOK.EXE," on page 3,  and "The
  175.       `Set-Up' menu," on page 4).
  176.  
  177. On a system with a hard disk:
  178.  
  179. 1)    Make your hard disk the default drive by typing:
  180.                   c:<Enter>
  181.       (You may use a different drive if you wish.)
  182.  
  183. 2)    If it is not already part of your AUTOEXEC.BAT file, enter the
  184.       command:
  185.                   prompt $p$g<Enter>
  186.       The "p" and "g" in "$p$g" must be lower case.
  187.  
  188. 3)    If the prompt does not show the "root" directory as being the
  189.       default directory ("C:\>"), change to the root directory by
  190.       typing the command:
  191.                   cd\<Enter>
  192.       (You may make the directory where LOGBOOK.EXE is stored a
  193.       subdirectory of some other directory if you wish.)
  194.  
  195. 4)    Make a directory for Diabetes Logbook by typing the command:
  196.                   md logbook<Enter>
  197.       (You may choose another directory name if you wish.)
  198.  
  199. 5)    Make the new directory the default directory by typing the
  200.       command:
  201.                   cd logbook<Enter>
  202.  
  203. 6)    With the distribution diskette or a backup copy in Drive A:,
  204.       copy all files to the new directory by typing the command:
  205.                   copy a:\*.*<Enter>
  206.  
  207.  
  208. If you need help with any of these commands or terms, please see
  209. your DOS manual.                             Diabetes Logbook v1.05
  210.                                 Manual - Page 3
  211.  
  212.  
  213.                               Loading LOGBOOK.EXE
  214.  
  215.  
  216. On a system with no hard disk:
  217.  
  218. 1)    Place the distribution diskette, or a backup copy, in Drive A:
  219.       (or B: if you wish).
  220.  
  221. 2)    Make A: (or B:) the default drive by typing the command:
  222.                   a:<Enter>  (or b:<Enter>)
  223.  
  224. 3)    Load LOGBOOK.EXE by typing the command:
  225.                   logbook<Enter>
  226.  
  227.  
  228.  
  229. On a system with a hard disk:
  230.  
  231. 1)    Change to the drive and directory where LOGBOOK.EXE was
  232.       installed; please see "Installing LOGBOOK.EXE" on page 2 and
  233.       your DOS manual if you need help with this.
  234.  
  235. 2)    Load LOGBOOK.EXE by typing the command:
  236.                   logbook<Enter>
  237.  
  238.  
  239.  
  240.                                  The Main Menu
  241.  
  242. When you load LOGBOOK.EXE, the screen is cleared, and the main menu
  243. displays.  You may use the arrow keys to navigate the main menu,
  244. pressing <Enter> to make a choice, or you may use its "hot key"
  245. feature by using the keyboard to enter the first letter of the item
  246. you wish to choose.
  247.  
  248. For example, there are two ways you may exit the program from the
  249. main menu:
  250.  
  251. 1)    Use the left and/or right arrows to highlight "Exit," press
  252.       <Enter> to activate the "Exit" sub-menu, use the up/down arrow
  253.       keys to highlight "Yes," and press <Enter> to return to DOS.
  254.  
  255. 2)    Press "e" to select the "Exit" sub-menu then press "y" to
  256.       return to DOS.
  257.  
  258. Note that pressing the right arrow with "Exit" highlighted will
  259. cause "Set-Up" to be highlighted, and pressing the left arrow with
  260. "Set-Up" highlighted will cause "Exit" to be highlighted.  This
  261. feature is called "wraparound."                             Diabetes Logbook v1.05
  262.                                 Manual - Page 4
  263.  
  264.                                  The Sub-menus
  265.  
  266. Once you have made a choice from the main menu, either by
  267. highlighting and pressing <Enter> or by using the "hot key"
  268. feature, a sub-menu will appear.  You may make a choice from that
  269. sub-menu by highlighting your choice and pressing <Enter> or by
  270. using the "hot key" feature.
  271.  
  272. You may also move to another sub-menu by using the left/right arrow
  273. keys, or return to the main menu by pressing <Esc>.  While in the
  274. sub-menus, you have full left-right and up-down wraparound.
  275.  
  276.                              The "Set-Up" Sub-menu
  277.  
  278. There are five (5) options available on this menu:
  279.  
  280. New User
  281.  
  282. Use this choice the first time you load LOGBOOK.EXE.  It will store
  283. information about you, your health plan, and your health care
  284. professionals in a file it creates, called "HEADERS.MEM."  This
  285. file will be used whenever you print out a hard or soft copy of the
  286. logbook.  See "Data Entry" on pages 5 and 6 for details.
  287.  
  288. The "New User" module will ask you to "fill in the blanks."  In
  289. some cases, such as the name of your doctor, the blank is already
  290. partly filled in.  You may delete these suggestions if you wish.
  291.  
  292. Colors
  293.  
  294. This option is not available in the shareware version of Diabetes
  295. Logbook.  Those users who send a registration fee to the address
  296. given in LICENSE.DOC will receive a copy of Diabetes Logbook that
  297. allows the user to choose screen colors.
  298.  
  299. Headers
  300.  
  301. This module allows the user to change existing report header
  302. information other than the user's name.  If you change health plans
  303. or doctors, you will want to use this module.
  304.  
  305. Type
  306.  
  307. If your diabetes changes from Type II (non-insulin-dependent) to
  308. Type I (insulin-dependent), you will want to use this module.  The
  309. old logbook will be saved under the name OLD.DBF.
  310.  
  311. Insulin
  312.  
  313. If you change the type of insulin you use, you will want to run
  314. this module.                             Diabetes Logbook v1.05
  315.                                 Manual - Page 5
  316.  
  317.                                   Data Entry
  318.  
  319. Recording your glucose and, if applicable, insulin data is the idea
  320. behind of Diabetes Logbook.  As you run the program, you will be
  321. asked to enter or change data displayed on the screen.  This data
  322. is displayed in "enhanced mode," or "reverse video," as black
  323. letters on a white background.  Use the keyboard to enter data.
  324.  
  325. While in the "Logbook Editing" screen, you will see a summary of
  326. the information below by pressing <F1>.
  327.  
  328.  
  329.                                  Editing Keys
  330.  
  331. The symbol "^" is used to indicate holding down the "Ctrl" key
  332. while pressing another key.  For example, "^X" means "Ctrl-X,"
  333. holding down the "Ctrl" key while pressing the "X" key.
  334.  
  335. You may use the following keys to move around data entry screens:
  336.  
  337.  
  338. Navigation keys:
  339.  
  340. , ^S             Move cursor one character left
  341.  
  342. , ^D              Move cursor one character right
  343.  
  344. ^,^A             Move cursor one word left
  345.  
  346. ^, ^F             Move cursor one word right
  347.  
  348. , ^X,            Save contents of current data entry box and move
  349. Return, ^M        cursor to "next" data entry box *
  350.  
  351. , ^E             Move cursor to "previous" data entry box (saves) *
  352.  
  353. Home              Move cursor to first character of current data
  354.                   entry box
  355.  
  356. End               Move cursor to last character of current data entry
  357.                   box
  358.  
  359. ^Home             Move cursor to beginning of first on-screen data
  360.                   entry box
  361.  
  362. ^End              Move cursor to beginning of last on-screen data
  363.                   entry box
  364.  
  365.  
  366. *     Please note that data boxes are ordered from left to right
  367.       horizontally, and from top to bottom vertically                             Diabetes Logbook v1.05
  368.                                 Manual - Page 6
  369.  
  370.  
  371.                            Editing Keys (continued)
  372.  
  373.  
  374.  
  375. Mode Keys:
  376.  
  377. Ins, ^V                 Toggle "Insert/Typeover" mode (default is
  378.                         "Typover")
  379.  
  380.  
  381. Editing keys:
  382.  
  383.  
  384. Del, ^G                 Delete character at current cursor position
  385.  
  386. Backspace, ^H           Delete character to left of cursor position
  387.                         (destructive backspace)
  388.  
  389. ^T                      Delete word to right of current cursor
  390.                         position
  391.  
  392. ^Y                      Delete from current cursor position to end of
  393.                         data box
  394.  
  395. ^U                      Restore original contents of current data box
  396.  
  397.  
  398.  
  399. Escape Keys:
  400.  
  401.  
  402. PgUp, PgDn,             Terminate data entry for current screen, saving
  403. ^W, ^C                  contents of all on-screen data boxes
  404.  
  405. Return, ^M              Terminate entry for, and save contents of, all
  406.                         on-screen data boxes when issued from last
  407.                         (lowest rightmost) on-screen data box
  408.  
  409. Esc                     Leave current data entry box without saving
  410.                         its contents
  411.  
  412.  
  413.  
  414. Confirmation
  415.  
  416. At the bottom right of the screen is a "confirmation box."  Enter
  417. "y" and press <Return> if the on-screen information is correct, and
  418. you are ready to proceed to the next screen.                             Diabetes Logbook v1.05
  419.                                 Manual - Page 7
  420.  
  421.  
  422.                             The "Logbook" Sub-menu
  423.  
  424.  
  425.  
  426. Today
  427.  
  428. This choice allows the user to edit the daily record corresponding
  429. to the computer's current system date.
  430.  
  431. Yesterday
  432.  
  433. This choice allows the user to edit the daily record corresponding
  434. to the day before the computer's system date.
  435.  
  436. Period
  437.  
  438. This choice allows the user to specify the period for which records
  439. are to be edited.  
  440.  
  441. A data entry screen appears, with a data entry box containing the
  442. date for the earliest daily record, and a data entry box containing
  443. either the current date or the date of the latest daily record,
  444. whichever is dated earlier.  
  445.  
  446. There are two ways that the "ending date" shown on the screen may
  447. precede the current date:
  448.  
  449. 1)    The computer's system date is incorrect, and should be
  450.       reset by using the DOS "date" command.
  451.  
  452. 2)    The computer's system date is correct, but is later than
  453.       the last daily record in LOGBOOK.DBF; this should be
  454.       remedied by adding enough daily records to allow record-
  455.       keeping through the end of the current calendar month.
  456.  
  457. The user may change choose another period for which data is to be
  458. entered or edited by changing either date, provided that the new
  459. dates fall within the period originally given on the screen.
  460.  
  461. The user is not allowed to edit records for any future date, as
  462. measured from the computer's system date.  If the computer's system
  463. date is incorrect, it may be reset by using the DOS "date" command;
  464. please see your DOS manual for details on doing this.
  465.  
  466. Add
  467.  
  468. This choice causes one calendar month of blank daily records to be
  469. added to LOGBOOK.DBF, with the option of adding more blank daily
  470. records, a calendar month at a time.                             Diabetes Logbook v1.05
  471.                                 Manual - Page 8
  472.  
  473.                           The Logbook Editing Screen
  474.  
  475. This screen displays whenever the user is entering or editing data
  476. for daily records.  The screen displays one day's record at a time,
  477. showing the date in blinking letters.  Other than weight, each type
  478. of data has its own column on the screen.  Rows indicate various
  479. times of day, such as "Breakfast" or "Bedtime"
  480.  
  481. Help
  482.  
  483. There are two "Help" keys for this screen.  <F1> lists the editing
  484. commands, <F2> lists, and allows editing of, "note codes."
  485.  
  486. Weight
  487.  
  488. If the user was weighed on the date shown, they may enter that
  489. weight.  Only numerical data may be entered in this box.  The
  490. default value is zero.
  491.  
  492. Glucose
  493.  
  494. The user may enter their glucose readings in this column at the
  495. appropriate row.  Only numerical data may be entered in these
  496. boxes.  The default value is zero.
  497.  
  498. Insulin
  499.  
  500. Type I (insulin-dependent) diabetics may enter their insulin
  501. dosages in this column at the appropriate row.  Only numerical data
  502. may be entered in these boxes.  The default value is zero.
  503.  
  504. Time
  505.  
  506. The user may enter the times of glucose readings and insulin
  507. dosages in this column at the appropriate row; use of a 24-hour
  508. time format is suggested, such as "17:00" for "5:00 pm."   Any
  509. alphanumeric characters, such as "Lost" or "Skip" may be entered in
  510. these boxes. The default value is five blank spaces.
  511.  
  512. Note
  513.  
  514. The user may enter a one-character note in this box, such as "W"
  515. for "[W]orkout" or "B" for "eating [B]inge."  See pages 13 and 14
  516. for more suggestions on note codes.  Any single alphanumeric
  517. character may be entered in this box
  518.  
  519. Confirmation
  520.  
  521. At the bottom right of the screen is a "confirmation box."  Enter
  522. "y" and press <Return> if the on-screen information is correct, and
  523. you are ready to proceed to the next screen.                             Diabetes Logbook v1.05
  524.                                 Manual - Page 9
  525.  
  526.  
  527.                              The "Report" Sub-menu
  528.  
  529.  
  530. Choosing this option from  the main menu makes three options
  531. available.  They are:
  532.  
  533. The "Print" Sub-menu,
  534. The "File" Sub-menu, and
  535. The "Graph Demonstration" screen.
  536.  
  537. Details on these choices are given below.
  538.  
  539.  
  540.                              The "Print" Sub-menu
  541.  
  542.  
  543. Choices from this sub-menu will cause a report to be printed on
  544. paper (hard copy).  The program will ask whether you want to do a
  545. form feed (page eject) either before or nd after printing the
  546. report.  If you experience difficulty in printing, check to see
  547. whether the printer is "on-line" before using the "Wiring" option.
  548.  
  549.  
  550. Since
  551.  
  552. This choice causes the program to find the date of the user's most
  553. recent visit to their doctor's office, print the file from the day
  554. before that date through the current date, or end of LOGBOOK.DBF if
  555. earlier, and then mark the current date to show a doctor's office
  556. visit.  THIS IS THE ONLY "PRINT" OPTION THAT CHANGES LOGBOOK.DBF!
  557.  
  558. If you do not want to mark the current date as one on which the
  559. doctor's office was visited, use the "Visit" option to print a
  560. listing of dates for which a doctor's office visit is marked, then
  561. use the "Period" option to print a listing for the period from the
  562. most recent doctor's office visit through the current date.
  563.  
  564. Full
  565.  
  566. This option prints the entire logbook, from beginning through the
  567. current date, or end of LOGBOOK.DBF if earlier, with a notation for
  568. dates showing a doctor's office visit.
  569.  
  570.                             Diabetes Logbook v1.05
  571.                                Manual - Page 10
  572.  
  573.  
  574.                              The "Print" Sub-menu
  575.                                   (continued)
  576.  
  577. Period
  578.  
  579. This option first displays a data entry screen showing the earliest
  580. date in LOGBOOK.DBF and the current date, or latest date in
  581. LOGBOOK.DBF if earlier.  The user may modify these dates, provided
  582. the new dates entered fall within the range of dates originally
  583. shown on-screen.
  584.  
  585. After the user has specified a time period, a copy of the logbook
  586. for that period is printed.  Doctor's office visits are not shown.
  587.  
  588. Visit
  589.  
  590. This option prints a listing of all dates for which a doctor's
  591. office visit is marked.
  592.  
  593. Wiring
  594.  
  595. Use this option to select a printer port only if you experience
  596. difficulty in printing.
  597.  
  598.  
  599.                               The "File" Sub-menu
  600.  
  601.  
  602.  
  603. Choices from this menu cause an ASCII file, called LOGBOOK.TXT, to
  604. be created in the default directory; the file LOGBOOK.TXT may then
  605. be manipulated with any text editor or word processor capable of
  606. retrieving and editing ASCII files. The program will ask whether
  607. you wish a form feed either before or after printing; these extra
  608. "pages" may be useful for adding notes to your health care
  609. professional.
  610.  
  611. WARNING:    If a LOGBOOK.TXT file already exists, it will
  612.             be OVER-WRITTEN AND LOST FOREVER!  This
  613.             program does not check for the existence of a
  614.             LOGBOOK.TXT file!  You may wish to rename any
  615.             existing LOGBOOK.TXT file before loading
  616.             LOGBOOK.EXE.
  617.  
  618. For more information on ASCII files or on renaming files, please
  619. consult your DOS manual, and/or your text editor or word processor
  620. manual.
  621.  
  622.  
  623.                             Diabetes Logbook v1.05
  624.                                Manual - Page 11
  625.  
  626.  
  627.                               The "File" Sub-menu
  628.                                   (continued)
  629.  
  630.  
  631. Since
  632.  
  633. This choice creates a file of all daily records starting with the 
  634. most recent date for which a doctor's office visit is shown, and
  635. running through the current date, or end of LOGBOOK.DBF if earlier. 
  636. No doctor's office visits are shown, nor is any notation of a
  637. doctor's office visit made.
  638.  
  639.  
  640. Full
  641.  
  642. This option creates a file of the entire logbook from earliest date
  643. in LOGBOOK.DBF through the current date, or last date in
  644. LOGBOOK.DBF if earlier.  Dates of all doctor's office visits are
  645. noted.
  646.  
  647.  
  648. Period
  649.  
  650. This option first displays a data entry screen showing the earliest
  651. date in LOGBOOK.DBF and the current date, or latest date in
  652. LOGBOOK.DBF if earlier.  The user may modify these dates, provided
  653. the new dates entered fall within the range of dates originally
  654. shown on-screen.
  655.  
  656. After the user has specified a time period, a LOGBOOK.TXT file
  657. containing a copy of the logbook for that period is created.
  658.  
  659.  
  660.  
  661.                        The "Graph Demonstration" Screen
  662.  
  663.  
  664. Registered users of Diabetes Logbook receive a version of the
  665. program that allows them to display their readings on-screen in the
  666. form of a bar graph.  This "shareware" version of Diabetes Logbook
  667. contains a demonstration of that feature.
  668.  
  669. Choose "Graph" from the "Report" sub-menu if you wish to see this
  670. demonstration.  If your system supports color display, this
  671. demonstration will appear in color.  After the demonstration is
  672. over, a screen appears reminding you that, by paying the
  673. registation fee, you can create and see a similar bar graph of
  674. their blood glucose readings.                             Diabetes Logbook v1.05
  675.                                Manual - Page 12
  676.  
  677.  
  678.                               The "Exit" Sub-menu
  679.  
  680.  
  681. Yes
  682.  
  683. Choose this option if you wish to end the current Diabetes Logbook
  684. session and return to DOS.
  685.  
  686. No
  687.  
  688. Choose this option if you wish to continue the current Diabetes
  689. Logbook session.
  690.  
  691.  
  692.  
  693.                             The "Free Trial" Period
  694.  
  695. This program is distributed on a "free trial" basis.  You may try
  696. it a no charge, but are expected to pay a registration fee of $18
  697. if you use this program after the "free trial" period.
  698.  
  699. The first time you use Diabetes Logbook, a "New User" set-up module
  700. allows you to enter information such as the diabetic's name, name
  701. of health plan, and type of insulin used by Type I diabetics.  
  702.  
  703. The "New User" module then creates LOGBOOK.EXE and fills it with
  704. four month's worth of blank daily records.  These records cover the
  705. current calendar month, as well as the next three calendar months. 
  706. That four-month period is your "free trial" period.  The "New User"
  707. module will put a message on-screen telling you when the "free
  708. trial" period begins and ends, so you may mark your calendar.
  709.  
  710. Using the "Add" option from the "Logbook" sub-menu will cause
  711. Diabetes Logbook to act as though the "free trial" period is over,
  712. as will loading LOGBOOK.EXE when the computer's system date is
  713. later than the date the "free trial" period ends.  The program will
  714. begin displaying a special screen as a reminder that you are
  715. expected to pay the registration fee.
  716.  
  717. Aside from the delay caused when this reminder screen displays,
  718. Diabetes Logbook will continue to function normally.  It will take
  719. you longer to load and exit the program, but the program will still
  720. work.
  721.  
  722. Once you have paid the $18 registration fee, you become a
  723. registered user of Diabetes Logbook, and receive a version of the
  724. program that does not display the reminder screen.  As an added
  725. incentive, this upgrade will not only allow display of blood
  726. glucose reading on-screen as a bar graph, but also allow users with
  727. color monitors to choose screen colors other than black and white.                             Diabetes Logbook v1.05
  728.                                Manual - Page 13
  729.  
  730.  
  731.                             Files Initially Present
  732.  
  733. The following files are present on the distribution diskette:
  734.  
  735. LOGBOOK.EXE       This is the "executable" file - the actual program.
  736.  
  737. TYPE_1.DBF        This is the prototype database file for Type I
  738.                   (insulin-dependent) diabetics.
  739.  
  740. TYPE_2.DBF        This is the prototype database file for Type II
  741.                   (non-insulin-dependent) diabetics.
  742.  
  743.  
  744. LICENSE.DOC       This ASCII text file is the license granted to
  745.                   users of Diabetes Logbook.
  746.  
  747. LOGBOOK.DOC       This ASCII text file is the manual you are reading
  748.                   at this moment.
  749.  
  750. SAMPLE.RPT        ASCII text file containing sample "soft reports"
  751.                   for Type I and II diabetics.
  752.  
  753. GRA_DEMO.TXT      ASCII text file containing the readings on which
  754.                   the "graph demonstration" screen is based,
  755.  
  756. CODES.TXT         This ASCII text file contains a "blank form" to
  757.                   which you may add your own "note codes" from within
  758.                   the "Logbook Editing" screen.
  759.  
  760.  
  761.  
  762.  
  763.                          Files Created by LOGBOOK.EXE
  764.  
  765.  
  766.  
  767. HEADERS.MEM       This file contains information used in report
  768.                   headers, such as the diabetic's name, name of
  769.                   health plan, etc.
  770.  
  771. LOGBOOK.DBF       This is the file of daily records.  This file may
  772.                   also be manipulated using dBASE III Plus.
  773.  
  774. OLD.DBF           This file will be created if there is a change in
  775.                   type of diabetes.  It is the LOGBOOK.DBF file
  776.                   previously in use.
  777.  
  778. LOGBOOK.TXT       This is an ASCII text file created from the "File"
  779.                   sub-menu.   See page 10 for more information.                             Diabetes Logbook v1.05
  780.                                Manual - Page 14
  781.  
  782.  
  783.                             Suggested "Note" Codes
  784.  
  785. The file CODES.TXT, as provided with Diabetes Logbook, contains a
  786. "skeleton code sheet," which you may view and edit from within the
  787. "Logbook Editing" screen by pressing <F2>.
  788.  
  789. If you have a word processor or text editor, you may use it to eidt
  790. or print out a copy of the file CODES.TXT, adding whatever codes
  791. you see fit to use, for your health care professional.  See your
  792. text editor or wrod processor manual for details.
  793.  
  794. If you have neither a text editor nor a word processor, you may use
  795. the DOS "type" command to print that file for your health care
  796. provider; see your DOS reference for details.
  797.  
  798. These are used by the programs author, and are merely suggestions.
  799.  
  800. A -   reading taken [A]fter eating.
  801. a -   
  802. B -   eating [B]inge.
  803. b -   
  804. C -   two meals [C]ombined into one.
  805. c -   
  806. D -   [D]elay of over one hour between medication and food.
  807. d -   
  808. E -   
  809. e -   
  810. F -   [F]ailed to take reading.
  811. f -   
  812. G -   
  813. g -   
  814. H -   
  815. h -   
  816. I -   
  817. i -   
  818. J -   [J]oined health spa
  819. j -   
  820. K -   
  821. k -   
  822. L -   
  823. l -   
  824. M -   change in [M]edication effective today.
  825. m -   Took [m]edicine when I took this reading.
  826.  
  827. The program's author of includes the following in his printout:
  828.  
  829. The log is in chronological order from top to bottom and from left
  830. to right on each line.  Although a bedtime after midnight actually
  831. took place on the following day, it is shown with the preceding
  832. day's activities for clarity and ease of analysis.                             Diabetes Logbook v1.05
  833.                                Manual - Page 15
  834.  
  835.  
  836.                             Suggested "Note" Codes
  837.                                   (continued)
  838.  
  839. The coees shown below are used by the programs author, and are
  840. merely suggestions.
  841.  
  842. Suggested Codes:
  843.  
  844. N -   [N]o meal eaten; no medicine taken.
  845. n -   
  846. O -   
  847. o -   
  848. P -   
  849. p -   
  850. Q -   
  851. q -   
  852. R -   
  853. r -   
  854. S -   [S]nack between last reading and this reading.
  855. s -   [s]nack between this reading and next reading
  856. T -   [T]ook medication; if mealtime, ate meal.
  857. t -   
  858. U -   
  859. u -   
  860. V -   doctor's office [V]isit (NOTE: This code is NOT used by
  861.             LOGBOOK.EXE to mark doctor's office visits)
  862. v -   lab [v]isit (for blood testing)
  863. W -   [W]orkout (exercise)
  864. w -   
  865. X -   
  866. x -   
  867. Y -   
  868. y -   
  869. Z -   
  870. z -   
  871.  
  872.  
  873. An insulin-dependent diabetic using more than one mixture of
  874. insulin could print out a code sheet with notation simnilar to the
  875. following :
  876.  
  877.       NOTE:
  878.  
  879.       I use the following insulin mixtures:
  880.  
  881.             Mixture # 1 - (composition of mixture # 1)
  882.             Mixture # 2 - (composition of mixture # 2)
  883.             Mixture # 3 - (composition of mixture # 3)
  884.             ... (description of all mixtures used routinely)
  885.  
  886.       Mixture # 1 is used most frequently; where this report
  887.       does not indicate otherwise, Mixture # 1 was used.  Use
  888.       of other mixtures is indicated in this report by a
  889.       corresponding numeral placed to the right of the time
  890.       blood glucose was read.                             Diabetes Logbook v1.05
  891.                                Manual - Page 16
  892.  
  893.                          More than one Insulin Mixture
  894.  
  895. Among the constraints the author of this program dealt with while
  896. designing and writing Diabetes Logbook were these:
  897.  
  898. 1)    Diabetes Logbook must allow for at least four (4) blood
  899.       glucose readings, insulin dosages, and notes in each
  900.       daily record, together with a report of the times of
  901.       these events.
  902.  
  903. 2)    A report having each daily record, including the date,
  904.       printed on one line is easiest to read.  Since many
  905.       diabetics are sight-impaired, ease of reading reports is
  906.       a major concern in program design.
  907.  
  908. 3)    The program must aim at the "lowest common denominator"
  909.       of computer hardware.  For printing reports, this means
  910.       a printer capable of a mono-spaced 10 cpi font, and
  911.       nothing more.
  912.  
  913. 4)    Items 1, 2, and 3 above, taken together, mean that the
  914.       report on each daily record must fit on an 80-character
  915.       line, of which the date takes 9 spaces.  This leaves
  916.       enough space to report only one insulin dosage per blood
  917.       glucose reading, or four per day.
  918.  
  919.  
  920. If you use more than one mixture of insulin, you may use the "note"
  921. feature of Diabetes Logbook (explained on page 8) to indicate which
  922. mixture you use at a given time.  Please see the note at the bottom
  923. of page 15 for suggestions on doing this.
  924.  
  925. If your choice of an insulin mixture is dictated by your blood
  926. glucose reading, you may choose to attach a note explaining the
  927. method you use to make this choice to your printed report.
  928.  
  929. Those using more than one type of insulin also may find it useful
  930. to enter and store "Please see attached note" as "Insulin Type"
  931. during "New User" set-up, or afterwards by using the "Insulin"
  932. option of the "Set-Up" sub-menu.  That phrase will then be printed
  933. in the header on each page of your reports, so your health care
  934. provider will know to look for an attached note.                                        
  935.                             Diabetes Logbook v1.05
  936.                                Manual - Page 17
  937.  
  938.  
  939.  
  940.  
  941.                              Editing "Note Codes"
  942.  
  943.  
  944. From the "Logbook Editing" screen, press <F2> to view the contents
  945. of CODES.TXT.  You may then edit that file, adding or changing
  946. "note codes" as you desire.  If you need help with the editing
  947. commands, press <F1> to display a "Help" screen.  Although many
  948. commands are the same as the "Logbook Editing Help" screen, this
  949. "Help" screen lists a few more commands that you may find useful
  950. for editing your "code sheet."
  951.  
  952.  
  953.  
  954.  
  955.  
  956.                           User-suggested Improvements
  957.  
  958. If you have any ideas on improving this program, please send them
  959. to the author.  Please remember that he is severely sight-impaired,
  960. and had great difficulty in reading cursive handwriting.  Send your
  961. ideas to:
  962.  
  963.             Diabetes Logbook
  964.             c/o Carl S. Zebooker
  965.             1409 Hopkins Street NW
  966.             Washington, DC    20036-5905
  967.  
  968. All serious suggestions will be considered, with extra weight given
  969. those from registered users.  Those persons whose suggestions
  970. become part of future Diabetes Logbook versions will be given
  971. credit for making the suggestion in the "About Diabetes Logbook"
  972. section of this manual.  There arem, alas!, no cash awards for good
  973. suggestions.  As Thomas Edison said:  "Genius is 1% inspiration and
  974. 99% perspiration."
  975.  
  976.  
  977.  
  978.                               BBS/Mailer Support
  979.  
  980.  
  981. BBS support is available on the New Generation Computers BBS (202)
  982. 466-5353.  In addition, the program's author may be contacted on
  983. his front-end mailer at FidoNet 1:109/349.7.