15. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 7/6/2017 8:32:14 AM 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.

15.1 Files compared

# Location File Last Modified
1 HC 837 Compliance 05122017.zip\HC 837 Compliance 05122017\EWV\EWV\WebContent\Ewv2Layout\common EWV2TabLayout.xhtml Thu Jan 21 16:36:10 2016 UTC
2 HC 837 Compliance 05122017.zip\HC 837 Compliance 05122017\EWV\EWV\WebContent\Ewv2Layout\common EWV2TabLayout.xhtml Wed Jul 5 13:26:43 2017 UTC

15.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 214
Changed 1 2
Inserted 0 0
Removed 0 0

15.3 Comparison options

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

15.4 Active regular expressions

No regular expressions were active.

15.5 Comparison detail

  1   <!DOCTYPE  html PUBLI C "-//W3C/ /DTD XHTML  1.0 Trans itional//E N" "http:/ /www.w3.or g/TR/xhtml 1/DTD/xhtm l1-transit ional.dtd" >
  2   <ui:compos ition xmln s="http:// www.w3.org /1999/xhtm l" xmlns:h ="http://j ava.sun.co m/jsf/html "
  3     xmlns:f= "http://ja va.sun.com /jsf/core"  xmlns:ui= "http://ja va.sun.com /jsf/facel ets"
  4     xmlns:ri ch="http:/ /richfaces .org/rich" >
  5  
  6     <meta co ntent="Tab bed Panel"  />
  7     <rich:ta bPanel id= "quickView TabPanelCo ntainer"
  8                     hea derAlignme nt="left"
  9                     sty leClass="e wv2-panel"
  10                     act iveTabClas s="ewv2-ac tive-tab"
  11                     ina ctiveTabCl ass="ewv2- inactive-t ab"
  12                     sel ectedTab=" tab0"
  13                     swi tchType="c lient">
  14  
  15       <meta  content="Q uick View  Tab" />
  16       <rich: tab id="qu ickViewTab "
  17                  name=" tab0"
  18                  labelW idth="200"
  19                  ontabe nter="ente rQuickview ();"
  20                  styleC lass="ewv2 -panel"
  21                  label= "#{message s['ewv2.ta b.quickvie w.title']} ">
  22                  
  23         <met a content= "Scrolling  Panel if  no claim h as been qu eried" />
  24         <ric h:panel st yleClass=" ewv2-scrol lPanel"
  25                      re ndered="#{ !Ewv2Claim Service.is ClaimFound }"
  26                      bo dyClass="e wv2-panel"  >
  27           <h :outputTex t id="NoSu bmissionRe trievedOut putQuickvi ew"
  28                           value="# {messages[ 'ewv2.no.s ubmission. retrieved' ]}" />         
  29         </ri ch:panel>
  30  
  31         <met a content= "Scrolling  Panel if  a claim ha s been que ried" />
  32         <ric h:panel st yleClass=" ewv2-scrol lPanel"
  33                      re ndered="#{ Ewv2ClaimS ervice.isC laimFound} "
  34                      bo dyClass="e wv2-panel"  >
  35            < ui:include  src="/Ewv 2Layout/qu ickview/Ew v2PatientI nfoPanel.x html" />
  36            < ui:include  src="/Ewv 2Layout/qu ickview/Ew v2VendorIn foPanel.xh tml" />
  37            < ui:include  src="/Ewv 2Layout/qu ickview/Ew v2BillingI nfoPanel.x html" />
  38            < ui:include  src="/Ewv 2Layout/qu ickview/oh i/Ewv2OhiP anel.xhtml " />
  39            < ui:include  src="/Ewv 2Layout/qu ickview/Ew v2MiscPane l.xhtml" / >
  40         </ri ch:panel>
  41       </rich :tab>
  42  
  43       <meta  content="D etail Tab"  />
  44       <rich: tab id="de tailTab"
  45                  name=" tab1"
  46                  labelW idth="200"
  47                  ontabe nter="ente rDetailVie w();"
  48                  styleC lass="ewv2 -panel"
  49                  label= "#{message s['ewv2.ta b.detail.t itle']}">
  50  
  51         <met a content= "Scrolling  Panel if  no claim h as been qu eried" />
  52         <ric h:panel st yleClass=" ewv2-scrol lPanel"
  53                      re ndered="#{ !Ewv2Claim Service.is ClaimFound }"
  54                      bo dyClass="e wv2-panel"  >
  55           <h :outputTex t id="NoSu bmissionRe trievedOut putDetail"
  56                           value="# {messages[ 'ewv2.no.s ubmission. retrieved' ]}" />         
  57         </ri ch:panel>
  58  
  59         <met a content= "Scrolling  Panel if  a claim ha s been que ried" />
  60         <ric h:panel st yleClass=" ewv2-scrol lPanel"
  61                      re ndered="#{ Ewv2ClaimS ervice.isC laimFound} "
  62                      bo dyClass="e wv2-panel" >
  63           <u i:include  src="/Ewv2 Layout/det ail/Ewv2De tailPatien tInfoPanel .xhtml">
  64           <! --   <ui:p aram name= "pf" value ="false" / > -->
  65           </ ui:include >
  66           
  67           <u i:include  src="/Ewv2 Layout/det ail/Ewv2De tailVendor InfoPanel. xhtml" />
  68           <u i:include  src="/Ewv2 Layout/det ail/ambula nce/Ewv2Cl aimLevelAm bulanceInf oPanel.xht ml" />
  69           <u i:include  src="/Ewv2 Layout/det ail/ambula nce/Ewv2Se rviceLineL evelAmbula nceInfoPan el.xhtml"  />
  70           <u i:include  src="/Ewv2 Layout/det ail/Ewv2De tailBillin gMiscPanel .xhtml" />
  71           <u i:include  src="/Ewv2 Layout/det ail/Ewv2De tailBillin gInfoPanel .xhtml" />
  72           <u i:include  src="/Ewv2 Layout/det ail/Ewv2De tailHealth CareProced ureCodesPa nel.xhtml"  />
  73           <u i:include  src="/Ewv2 Layout/det ail/Ewv2De tailServic eLinesPane l.xhtml" / >
  74           <u i:include  src="/Ewv2 Layout/det ail/ohi/Ew v2DetailOh iPayersPan el.xhtml"  />
  75           <u i:include  src="/Ewv2 Layout/det ail/ohi/Ew v2DetailSe rviceLineO hiAdjustme ntsPanel.x html" />
  76           <u i:include  src="/Ewv2 Layout/det ail/health careinfo/E wv2DetailH ealthCareV alueInfoPa nel.xhtml"  />
  77           <u i:include  src="/Ewv2 Layout//de tail/healt hcareinfo/ Ewv2Detail HealthCare ConditionI nfoPanel.x html" />
  78           <u i:include  src="/Ewv2 Layout/det ail/health careinfo/E wv2DetailH ealthCareO ccurrenceS panInfoPan el.xhtml"  />
  79           <u i:include  src="/Ewv2 Layout/det ail/health careinfo/E wv2DetailH ealthCareO ccurrenceI nfoPanel.x html" />
  80         </ri ch:panel>
  81       </rich :tab>
  82  
  83   <!--     < meta conte nt="Refere nce Admin  Tab" />
  84       <rich: tab id="ad minTab"
  85                  name=" tab2"
  86                  labelW idth="200"
  87                  ontabe nter="ente rAdminView ();"
  88                  styleC lass="ewv2 -panel"
  89                  label= "#{message s['ewv2.ta b.admin.ti tle']}"
  90                    rendered=" #{Ewv2Clai mService.g etUserName () == ' RED A CT E D '}">
  91  
  92         <met a content= "Scrolling  Panel if  no claim h as been qu eried" />
  93         <ric h:panel st yleClass=" ewv2-scrol lPanel"
  94                      re ndered="#{ !Ewv2Claim Service.is ClaimFound }"
  95                      bo dyClass="e wv2-panel"  >
  96           <h :outputTex t id="NoSu bmissionRe trievedOut putDetail1 "
  97                           value="# {messages[ 'ewv2.no.s ubmission. retrieved' ]}" />         
  98         </ri ch:panel>
  99         <met a content= "Scrolling  Panel if  a claim ha s been que ried" />
  100         <ric h:panel st yleClass=" ewv2-scrol lPanel"
  101                      re ndered="#{ Ewv2ClaimS ervice.isC laimFound} "
  102                      bo dyClass="e wv2-panel"  >
  103            < ui:include  src="/Ewv 2Layout/ad min/Ewv2Re ferenceFor mPanel.xht ml" />
  104            < ui:include  src="/Ewv 2Layout/ad min/Ewv2Re ferenceLis tPanel.xht ml" />
  105         </ri ch:panel>        
  106       </rich :tab> -->
  107     </rich:t abPanel>
  108   </ui:compo sition>