Produced by Araxis Merge on 2/21/2018 6:58:06 AM Central Standard Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | CUI-CPP-v2.4.0-source-archive.zip\app\mailers | exam_management_mailer.rb | Thu Dec 21 03:33:17 2017 UTC |
| 2 | CUI-CPP-v2.4.0-source-archive.zip\app\mailers | exam_management_mailer.rb | Tue Feb 6 20:07:11 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 66 |
| Changed | 1 | 2 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | class Exam Management Mailer < A pplication Mailer | |
| 2 | default fr om: " PII " | |
| 3 | ||
| 4 | def ex am_schedul ing_reques t_created( triage_use r) | |
| 5 | @u ser = tria ge_user | |
| 6 | # m ail(to: @u ser.email, subject: 'CUI Exam Request - Action Req uested') | |
| 7 | end | |
| 8 | ||
| 9 | def ex am_request _site_chan ged(triage _user) | |
| 10 | @u ser = tria ge_user | |
| 11 | # m ail(to: @u ser.email, subject: 'CUI Exam Request - Action Req uested') | |
| 12 | end | |
| 13 | ||
| 14 | def ex amination_ created(tr iage_user) | |
| 15 | @u ser = tria ge_user | |
| 16 | # m ail(to: @u ser.email, subject: 'CUI Exami nation - A ction Requ ested') | |
| 17 | end | |
| 18 | ||
| 19 | def ex amination_ ready_to_s chedule(sc heduling_u ser) | |
| 20 | @u ser = sche duling_use r | |
| 21 | # m ail(to: @u ser.email, subject: 'CUI Exami nation Rea dy for Sch eduling - Action Req uested') | |
| 22 | end | |
| 23 | ||
| 24 | def ex amination_ clinician_ assigned(c linician) | |
| 25 | @u ser = clin ician | |
| 26 | # m ail(to: @u ser.email, subject: 'CUI Exami nation Ass ignment - Action Req uested') | |
| 27 | end | |
| 28 | ||
| 29 | def ex amination_ scheduled( clinician) | |
| 30 | @u ser = clin ician | |
| 31 | # m ail(to: @u ser.email, subject: 'CUI Exami nation Sch eduled - A ction Requ ested') | |
| 32 | end | |
| 33 | ||
| 34 | end |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.