Produced by Araxis Merge on 7/13/2017 1:08:06 PM Central Daylight 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 | v31B.zip\v31B\377\OR_30_377V235_SRC\Cover Sheet | oCoverSheetParam_CPRS_Appts.pas | Wed May 17 14:56:10 2017 UTC |
| 2 | v31B.zip\v31B\377\OR_30_377V235_SRC\Cover Sheet | oCoverSheetParam_CPRS_Appts.pas | Thu Jul 13 14:44:46 2017 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 90 |
| 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 | unit oCove rSheetPara m_CPRS_App ts; | |
| 2 | ||
| 3 | { | |
| 4 | ======== ========== ========== ========== ========== ========== ========== ========== == | |
| 5 | * | |
| 6 | * Applicatio n: CPRS - CoverShee t | |
| 7 | * Developer: PII | |
| 8 | * Site: Salt L ake City I SC | |
| 9 | * Date: 2015-1 2-04 | |
| 10 | * | |
| 11 | * Descriptio n: Inheri ted from T CoverSheet Param_CPRS . Special functions | |
| 12 | * for th e appointm ent/visit/ admission display | |
| 13 | * | |
| 14 | * Notes: | |
| 15 | * | |
| 16 | ======== ========== ========== ========== ========== ========== ========== ========== == | |
| 17 | } | |
| 18 | interface | |
| 19 | ||
| 20 | uses | |
| 21 | System.C lasses, | |
| 22 | Vcl.Cont rols, | |
| 23 | oCoverSh eetParam_C PRS, | |
| 24 | iCoverSh eetIntf; | |
| 25 | ||
| 26 | type | |
| 27 | TCoverSh eetParam_C PRS_Appts = class(TC overSheetP aram_CPRS, ICoverShe etParam) | |
| 28 | protecte d | |
| 29 | functi on NewCove rSheetCont rol(aOwner : TCompone nt): TCont rol; overr ide; | |
| 30 | public | |
| 31 | { Publ ic declara tions } | |
| 32 | end; | |
| 33 | ||
| 34 | implementa tion | |
| 35 | ||
| 36 | uses | |
| 37 | mCoverSh eetDisplay Panel_CPRS _Appts; | |
| 38 | ||
| 39 | { TCoverSh eetParam_C PRS_Appts } | |
| 40 | ||
| 41 | function T CoverSheet Param_CPRS _Appts.New CoverSheet Control(aO wner: TCom ponent): T Control; | |
| 42 | begin | |
| 43 | Result : = TfraCove rSheetDisp layPanel_C PRS_Appts. Create(aOw ner); | |
| 44 | end; | |
| 45 | ||
| 46 | end. |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.