From 5b8008f073760567c5ebeb8b4a58b61b8dfdf0a5 Mon Sep 17 00:00:00 2001 From: markleeds Date: Sun, 15 Mar 2009 19:25:15 +0000 Subject: [PATCH] Updated documentation. --- interface/forms/CAMOS/help.html | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/interface/forms/CAMOS/help.html b/interface/forms/CAMOS/help.html index 755966e3c..8ee602bd7 100644 --- a/interface/forms/CAMOS/help.html +++ b/interface/forms/CAMOS/help.html @@ -30,6 +30,16 @@ just a fancy interface for organizing and choosing pieces of text to insert into a patient's chart. It is designed to be intuitive and easy to use.

+

+ +WARNING: The CAMOS form has been tested, but there is the possibility that bugs exist which may corrupt your data. +It is also possible that the use of this form may lead to the incorrect entry of data. +The data provided in the three columns upon initial installation of CAMOS is for demonstration purposes only. +It is recommended that you delete all of it and start over with your own, carefully planned, structure of categories, subcategories + and items. The included data may be incorrect and should not be used and the author of this software assumes no liability for any +damage that occurs as a result of the data or as a result of the use of the CAMOS form in general. + +


Basic Use

@@ -64,7 +74,10 @@ and easy to use.

search selected button - Like the search button described above, but searches are limited by what is selected in the columns.

-Top Row of Buttons: +

+Additional features of search box - If you entere a colon (':') in the search box, patient data will be displayed with results. If you enter a double colon ('::'), patient data and phone number data will be displayed with results. If you put a first and/or last name in any order before the colon, results for matching names will be displayed. If you put the word 'this' before the colon, the current selected patient's data will be displayed. Words after the colon will be used as search terms. These features work with the 'search' and 'search selected' buttons. +

+

Top Row of Buttons:

clone button - Searches for list of entries in this patient's history under the selected category and returns the most recent of each. Data is displayed in the content box in camos function format (see advanced section below).

@@ -244,12 +257,12 @@ This function submits an appointment to the calendar x days from the current dat

-patientname, patientage, patientgender. Used as follows: +patientname, patientage, patientgender, doctorname. Used as follows:

-patientname is a patientage year-old patientgender.
+patientname is a patientage year-old patientgender patient of doctorname.
 
@@ -257,6 +270,11 @@ patientname is a patientage year-old patientgender. These keywords are substituted with the appropriate information from the patient's demographic data.

+

Known Bugs

+

+After editing a prescription in view.php, extra spaces appear between lines when printing the prescription.
+Search results with 'search' and 'search selected' are in order of form_CAMOS id and not encounter.
+

-- 2.11.4.GIT