19. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/20/2017 7:20:07 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.

19.1 Files compared

# Location File Last Modified
1 CIF_MHV_2017.3.0.0_SW_Docx.zip\CIF_MHV_2017.3.0.0.zip\mhv_source\mhv_user\mhv-usermgmt-portal-portlet\src\main\webapp\views\account accountType.xhtml Sat Jun 3 17:35:32 2017 UTC
2 CIF_MHV_2017.3.0.0_SW_Docx.zip\CIF_MHV_2017.3.0.0.zip\mhv_source\mhv_user\mhv-usermgmt-portal-portlet\src\main\webapp\views\account accountType.xhtml Mon Jun 19 14:07:04 2017 UTC

19.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 3 242
Changed 2 4
Inserted 0 0
Removed 0 0

19.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

19.4 Active regular expressions

No regular expressions were active.

19.5 Comparison detail

  1   <?xml vers ion="1.0"  encoding=" UTF-8"?>
  2   <!DOCTYPE  html PUBLI C "-//W3C/ /DTD XHTML  1.0 Trans itional//E N" 
  3   "http://ww w.w3.org/T R/xhtml1/D TD/xhtml1- transition al.dtd">
  4   <html xmln s="http:// www.w3.org /1999/xhtm l"
  5           xm lns:f="htt p://java.s un.com/jsf /core"
  6           xm lns:h="htt p://java.s un.com/jsf /html"
  7           xm lns:ui="ht tp://java. sun.com/js f/facelets
  8           xm lns:p="htt p://primef aces.org/u i" 
  9           xm lns:c="htt p://java.s un.com/jsp /jstl/core ">
  10           
  11       <ui:co mposition  template=" /template/ layoutTwoC olumn.xhtm l">
  12       
  13          <ui :define na me="mainco ntent">
  14              <f:loadBun dle var="m sg" basena me="gov.va .med.mhv.l abels.acco untActivit y" />
  15             
  16              <h:form id ="accountT ype">
  17                  <f:met adata>
  18                                       <f:even t type="pr eRenderVie w" listene r="#{accou ntTypeCont roller.ini t}"/>
  19                               </f: metadata>
  20                                      
  21                  <div c lass="oute r">
  22                    <h1>  #{msg.mya ccountType }</h1>
  23                    <p> 
  24                             <h:out putText  v alue="#{ms g.myaccoun tTypeline1 }" escape= "false"/>  &nbsp; <h: outputText   value="# {accountTy peControll er.associa tion}" /> 
  25                             <h:out putText  v alue="#{ms g.myaccoun tTypeline2 }" escape= "false"/>
  26                        
  27                       
  28                         <h:panelGr oup  rende red="#{acc ountTypeCo ntroller.b asic}">
  29                            <a href ="#{accoun tTypeContr oller.mhvC ontext}/my -healtheve t-offers-t hree-accou nt-types#b asic" targ et="_blank ">
  30                               <h:o utputText   value="#{ accountTyp eControlle r.accountT ype}" />
  31                            </a>
  32                            <a href ="#{accoun tTypeContr oller.mhvC ontext}/my -healtheve t-offers-t hree-accou nt-types#b asic" targ et="_blank " style="t ext-decora tion: none ;" >   
  33                               <sup > <h:graph icImage  l ibrary="im g" name="a ccount-typ e-basic.pn g" alt="Ba sic"/> </s up>
  34                            </a> 
  35                         </h:panelG roup>
  36                        
  37                          <h:panelG roup  rend ered="#{ac countTypeC ontroller. advanced}" >
  38                            <a href ="#{accoun tTypeContr oller.mhvC ontext}/my -healtheve t-offers-t hree-accou nt-types#a dvanced" t arget="_bl ank">
  39                               <h:o utputText   value="#{ accountTyp eControlle r.accountT ype}" />
  40                            </a>
  41                            <a href ="#{accoun tTypeContr oller.mhvC ontext}/my -healtheve t-offers-t hree-accou nt-types#a dvanced" t arget="_bl ank" style ="text-dec oration: n one;">   
  42                               <sup > <h:graph icImage  l ibrary="im g" name="a ccount-typ e-advanced .png" alt= "Advanced" /> </sup>
  43                            </a> 
  44                         </h:panelG roup>
  45                        
  46                          <h:panelG roup  rend ered="#{ac countTypeC ontroller. premium}">
  47                            <a href ="#{accoun tTypeContr oller.mhvC ontext}/my -healtheve t-offers-t hree-accou nt-types#p remium" ta rget="_bla nk">
  48                               <h:o utputText   value="#{ accountTyp eControlle r.accountT ype}" />
  49                             </a>
  50                             <a hre f="#{accou ntTypeCont roller.mhv Context}/m y-healthev et-offers- three-acco unt-types# premium" t arget="_bl ank" style ="text-dec oration: n one;">  
  51                               <sup > <h:graph icImage  l ibrary="im g" name="a ccount-typ e-premium. png" alt=" Premium"/>  </sup>
  52                            </a> 
  53                         </h:panelG roup>
  54                        
  55                          , created  <h:output Text  valu e="#{accou ntTypeCont roller.cre atedDate}"  />.  
  56                    </p>
  57                    
  58                    <h:p anelGroup  rendered=" #{not empt y accountT ypeControl ler.email} ">
  59                         <p> #{msg. myaccountT ypeline3}  <a href="# {accountTy peControll er.mhvCont ext}/profi les"  titl e="Profile ">Profile: </a> &nbsp ; <h:outpu tText  val ue="#{acco untTypeCon troller.em ail}" /> < /p>
  60                    </h: panelGroup >
  61                    <h:p anelGroup  rendered=" #{empty ac countTypeC ontroller. email}">
  62                         <p> #{msg. myaccountT ypeline3}  <a href="# {accountTy peControll er.mhvCont ext}/profi les"  titl e="Profile ">Profile: </a> &nbsp ; <h:outpu tText  val ue="#{msg. myaccountT ypeline3b} " /> </p>
  63                    </h: panelGroup >
  64                    
  65                    <p>  #{msg.myac countTypel ine4} <a h ref="#{acc ountTypeCo ntroller.m hvContext} /my-health evet-offer s-three-ac count-type s" target= "_blank" t itle="My H ealtheVet  Account Ty pes"> My H ealtheVet  Account Ty pes.</a></ p>
  66                    
  67                    <h:p anelGroup  layout="bl ock" rende red="#{!ac countTypeC ontroller. premium}">
  68                                               <h1>Upgrad e Your Acc ount Type< /h1>
  69                                              
  70                                               <p>If you  are a Vete ran and/or  VA Patien t, you may  be able t o upgrade  your accou nt to <a h ref="#{acc ountTypeCo ntroller.m hvContext} /my-health evet-offer s-three-ac count-type s#premium"  target="_ blank">Pre mium</a>.  This accou nt type gi ves you th e highest  level of a ccess to M y Health<e m><strong> e</strong> </em>Vet f eatures. A  My Health <em><stron g>e</stron g></em>Vet  Premium a ccount all ows you to :</p>
  71                                              
  72                                               <ul>
  73                                                       <l i>View par ts of your  official  VA health  record (as  it become s availabl e)</li>
  74                                                       <l i>Communic ate online  with your  VA health  care team  using <st rong>Secur e Messagin g</strong> </li>
  75                                                       <l i>Some Vet erans may  be able to  view <str ong>Depart ment of De fense (DoD ) Military  Service I nformation </strong>< /li>
  76                                               </ul>
  77                                              
  78                                               <p>To get  this type  of account  you need  to go thro ugh <a hre f="#{accou ntTypeCont roller.mhv Context}/u pgrading-y our-my-hea lthevet-ac count-thro ugh-in-per son-or-onl ine-authen tication"  target="_b lank">Auth entication </a>. Your  My Health <em><stron g>e</stron g></em>Vet  profile i nformation  (full nam e, Social  Security N umber (SSN ), date of  birth (DO B) and gen der) must  also match  VA/DoD re cords.</p>
  79                                              
  80                                               <p>There a re three w ays Authen tication c an be done .</p>
  81                                              
  82                                               <div id="a uthenticat ion">
  83                                                       <p ><strong>1 . In-Perso n Authenti cation (IP A)</strong ></p>
  84                                              
  85                                                       <p >Upgrade y our accoun t in perso n. This ca n be done  at your lo cal VA Med ical Cente r or Commu nity Based  Outpatien t Clinic ( CBOC). For  more info rmation, c heck out:< /p>
  86                                              
  87                                                       <u l>
  88                                                                <li> Upgrading  your My He alth<em><s trong>e</s trong></em >Vet accou nt through  <a href=" #{accountT ypeControl ler.mhvCon text}/upgr ading-your -my-health evet-accou nt-through -in-person -or-online -authentic ation" tar get="_blan k" title=" In-Person  or Online  Authentica tion">In-P erson or O nline Auth entication </a></li>
  89                                                                <li> <a href="# {accountTy peControll er.mhvCont ext}/conne cting-acco unts-faqs"  target="_ blank">In  Person Aut henticatio n - Freque ntly Asked  Questions </a></li>
  90                                                                <li> <a href="/ documents/ 25286/2583 1/Authenti cationUser Guide.pdf/ 64353fd7-1 1b2-410f-8 c1d-a69074 b67a7a" ta rget="_bla nk" title= "Authentic ation Quic k Guide">A uthenticat ion Quick  Guide</a>< /li>
  91                                                       </ ul>
  92                                              
  93                                                       <p ><strong>2 . Online A uthenticat ion</stron g></p>
  94                                              
  95                                                        <p>Leverag e your DS  Logon Prem ium Accoun t (which p rovides pr oof of you r identity ) to upgra de your My  Health<em ><strong>e </strong>< /em>Vet ac count. Whe n you conn ect your D S Logon Pr emium acco unt and My  Health<em ><strong>e </strong>< /em>Vet ac count, you  are able  to log in  via <a hre f="http:// www.ebenef its. DNS     /">www.ebe nefits. DNS     </a> or <a  href="htt p://www.ac cess. DNS     /accessva/ ">www.acce ss. DNS     /accessva/ </a> to ac cess your  My Health< em><strong >e</strong ></em>Vet  account.</ p>
  96                                              
  97                                                       <p >To learn  how to get  started,  visit:</p>
  98                                              
  99                                                       <u l>
  100                                                                <li> Upgrading  your My He alth<em><s trong>e</s trong></em >Vet accou nt through  <a href=" #{accountT ypeControl ler.mhvCon text}/upgr ading-your -my-health evet-accou nt-through -in-person -or-online -authentic ation" tar get="_blan k">In-Pers on or Onli ne Authent ication</a ></li>
  101                                                                <li> <a href="# {accountTy peControll er.mhvCont ext}/conne cting-acco unts-faqs"  target="_ blank" tit le="Connec ting Accou nts - Freq uently Ask ed Questio ns">Connec ting Accou nts - Freq uently Ask ed Questio ns</a></li >
  102                                                                <li> <a href="/ documents/ 25286/2583 1/Connecti ngAccounts UserGuide- rpwWJ4A2.p df/706bc13 8-ab36-4b6 f-b65c-7a7 6cd2638ca"  target="_ blank" tit le="Connec ting Accou nts Quick  Guide">Con necting Ac counts Qui ck Guide</ a></li>
  103                                                                <li> <a href="/ documents/ 25286/2583 1/Authenti cationUser Guide.pdf/ 64353fd7-1 1b2-410f-8 c1d-a69074 b67a7a" ta rget="_bla nk" title= "Authentic ation Quic k Guide">A uthenticat ion Quick  Guide</a>< /li>
  104                                                       </ ul>
  105                                              
  106                                                       <p ><strong>3 . Manual ( by mail)</ strong></p >
  107                                              
  108                                                        <p>You can  leverage  your DS Lo gon Premiu m Account  (which pro vides proo f of your  identity)  to upgrade  your My H ealth<em>< strong>e</ strong></e m>Vet acco unt manual ly (by mai l). To beg in, downlo ad and pri nt the VA  Release of  Informati on Form (1 0-5345a-MH V). Comple te and sig n the pape r form. Ne xt, mail y our signed  form to t he Release  of Inform ation Offi ce at your  local VA  health car e facility . You can  use the <a  href="htt p://www2. DNS     /directory /guide/div ision_flsh .asp?dnum= 1">VA Faci lity Locat or</a> to  find the a ddress.</p >
  109                                              
  110                                                       <u l>
  111                                                                <li> Upgrading  your My He alth<em><s trong>e</s trong></em >Vet accou nt through  <a href=" #{accountT ypeControl ler.mhvCon text}/upgr ading-your -my-health evet-accou nt-through -in-person -or-online -authentic ation" tar get="_blan k" title=" In-Person  or Online  Authentica tio">In-Pe rson or On line Authe ntication< /a></li>
  112                                                                <li> <a href="/ documents/ 25286/2583 1/Authenti cationUser Guide.pdf/ 64353fd7-1 1b2-410f-8 c1d-a69074 b67a7a" ta rget="_bla nk" title= "Authentic ation Quic k Guide">A uthenticat ion Quick  Guide</a>< /li>
  113                                                                <li> <a href="# {accountTy peControll er.mhvCont ext}/conne cting-acco unts-faqs"  target="_ blank">Con necting Ac counts - F requently  Asked Ques tions</a>< /li>
  114                                                                <li> <a href="/ documents/ 25286/2583 1/Connecti ngAccounts UserGuide- rpwWJ4A2.p df/706bc13 8-ab36-4b6 f-b65c-7a7 6cd2638ca"  target="_ blank" tit le="Connec ting Accou nts Quick  Guide">Con necting Ac counts Qui ck Guide</ a></li>
  115                                                       </ ul>
  116                                               </div>                    
  117                                      </h:pane lGroup>
  118                  </div>
  119              </h:form>
  120          </u i:define>
  121          
  122       </ui:c omposition >
  123   </html>