consolidate attr_url function (#2143)
[openemr.git] / Documentation / help_files / add_edit_transactions_dashboard_help.php
bloba81ff4810c361a935726ec9a857c4202b33d7d66
1 <?php
2 /**
3 * Add Edit Transaction Dashboard Help.
5 * @package OpenEMR
6 * @link http://www.open-emr.org
7 * @author Ranganath Pathak <pathak@scrs1.org>
8 * @copyright Copyright (c) 2018 Ranganath Pathak <pathak@scrs1.org>
9 * @license https://github.com/openemr/openemr/blob/master/LICENSE GNU General Public License 3
12 use OpenEMR\Core\Header;
14 require_once("../../interface/globals.php");
16 <!DOCTYPE HTML>
17 <html>
18 <head>
19 <?php Header::setupHeader();?>
20 <title><?php echo xlt("Add Edit Transactions Help");?></title>
21 </head>
22 <body>
23 <div class="container oe-help-container">
24 <div>
25 <center><h2><a name='entire_doc'><?php echo xlt("Add Edit Transactions Help");?></a></h2></center>
26 </div>
27 <div class= "row">
28 <div class="col-sm-12">
29 <p><?php echo xlt("Currently there are 5 types of transactions in OpenEMR");?>:
30 <ul>
31 <li><?php echo xlt("Referral"); ?></li>
32 <li><?php echo xlt("Patient Request"); ?></li>
33 <li><?php echo xlt("Physician Request"); ?></li>
34 <li><?php echo xlt("Legal"); ?></li>
35 <li><?php echo xlt("Billing"); ?></li>
36 </ul>
38 <p><?php echo xlt("The first step is to select a Transaction type");?>.
40 <p><strong><?php echo xlt("CREATE A REFERRAL"); ?> :</strong>
42 <p><?php echo xlt("A Referral is the most common type of transaction");?>.
44 <p><?php echo xlt("Select Referral from the Transaction type drop-down box");?>.
46 <p><?php echo xlt("A two tabbed form will be revealed");?>.
48 <p><?php echo xlt("The first tab is the referral tab that constitutes the referral being made");?>.
50 <p><?php echo xlt("The second tab, is somewhat ambiguously named as Counter-Referral, is the place to document the received reply to the referral being made");?>.
52 <p><?php echo xlt("There are various selections to be filled, the minimum data needed to successfully save the referral is Referral Date, Refer To and Reason");?>.
54 <p><?php echo xlt("Filling in the other fields will help provide additional details pertinent to the referral");?>.
56 <p><?php echo xlt("To fulfill Meaningful use requirements and help track its use you can check on the Sent Summary of Care check-box and the Sent Summary of Care Electronically check-box if appropriate");?>.
58 <p><?php echo xlt("Note this refers to the Continuity of Care Record (CCR) or Continuity of Care Document (CCD) as the case may be");?>.
60 <p><?php echo xlt("It does not refer to the actual referral that has been created");?>.
62 <p><?php echo xlt("Click Save");?>.
63 <button type="button" class="btn btn-default btn-save btn-sm oe-no-float"><?php echo xlt("Save"); ?></button>
65 <p><strong><?php echo xlt("CREATE A COUNTER-REFERRAL"); ?> :</strong>
67 <p><?php echo xlt("The somewhat ambiguously named Counter-Referral is the space where the reply to the referral being made can be documented");?>.
69 <p><?php echo xlt("This lets you manually enter the reply to the referral as structured data");?>.
71 <p><?php echo xlt("Fill in the details as required and click Save");?>.
72 <button type="button" class="btn btn-default btn-save btn-sm oe-no-float"><?php echo xlt("Save"); ?></button>
74 <p><?php echo xlt("It therefore stands to reason that you cannot create a Counter-Referral by itself");?>.
76 <p><strong><?php echo xlt("CREATE A SIMPLE TRANSACTION TYPE"); ?> :</strong>
78 <p><?php echo xlt("The other 4 transaction types are simple transaction types - Patient Request, Physician Request, Legal and Billing");?>.
80 <p><?php echo xlt("Select as appropriate and fill in the text box and click Save");?>.
81 <button type="button" class="btn btn-default btn-save btn-sm oe-no-float"><?php echo xlt("Save"); ?></button>
83 <p><?php echo xlt("Once a Transaction is saved it will appear on the Transaction page");?>.
85 <p><?php echo xlt("These Transactions are generally used to document events that have already occurred");?>.
86 </div>
87 </div>
88 </div><!--end of container div-->
89 </body>
90 </html>