93. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 1/2/2018 11:54:46 AM Eastern 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.

93.1 Files compared

# Location File Last Modified
1 HTRE_P2.zip\ccht.zip\ccht.war\WEB-INF\classes\spring cchtMailTemplates.xml Mon Nov 20 15:08:36 2017 UTC
2 HTRE_P2.zip\ccht.zip\ccht.war\WEB-INF\classes\spring cchtMailTemplates.xml Fri Dec 22 20:51:40 2017 UTC

93.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 14 1214
Changed 13 26
Inserted 0 0
Removed 0 0

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

93.4 Active regular expressions

No regular expressions were active.

93.5 Comparison detail

  1   <beans 
  2     default-la zy-init="f alse"
  3           
  4     xmlns="htt p://www.sp ringframew ork.org/sc hema/beans
  5     xmlns:xsi= "http://ww w.w3.org/2 001/XMLSch ema-instan ce"
  6           
  7     xmlns:util ="http://w ww.springf ramework.o rg/schema/ util" 
  8     xmlns:jee= "http://ww w.springfr amework.or g/schema/j ee"
  9           
  10     xsi:schema Location="
  11                      http ://www.spr ingframewo rk.org/sch ema/beans 
  12                      http ://www.spr ingframewo rk.org/sch ema/beans/ spring-bea ns-3.0.xsd
  13                  http://w ww.springf ramework.o rg/schema/ util 
  14                  http://w ww.springf ramework.o rg/schema/ util/sprin g-util-3.0 .xsd
  15             ht tp://www.s pringframe work.org/s chema/jee 
  16             ht tp://www.s pringframe work.org/s chema/jee/ spring-jee -3.0.xsd"
  17   >
  18    
  19             
  20     <bean 
  21      id="welcom eMailMessa ge" 
  22      class="org .springfra mework.mai l.SimpleMa ilMessage"
  23     >
  24                       
  25      <property 
  26       name="from
  27       value="don otReply@ih ta" 
  28      />
  29                       
  30      <property 
  31       name="subj ect" 
  32       value="Wel come to IH TA" 
  33      />
  34                       
  35      <property 
  36       name="to" 
  37       value=" PII              " 
  38      />
  39                       
  40      <property 
  41       name="text "
  42      >
  43                                 
  44       <value>
  45                         
  46        <![CDATA[< html>
  47                                  <head>
  48                                  <style >
  49                                  .email _body{ bac kground-co lor:#FFFFF F; color:# 000000; fo nt-weight: normal; pa dding:5px;  horizonta l-align:le ft;}
  50                                  .signa ture{  bac kground-co lor:#FFFFF F; color:# 000000; fo nt-weight: bold;   pa dding:5px;  horizonta l-align:le ft;}
  51                                  </styl e>
  52                                  </head >
  53                                  <div c lass="emai l_body">
  54                                  $!user .firstName  $!user.la stName,<br /><br/>
  55                                  Your r egistratio n for the  Integrated  Home Tele health App lication ( IHTA) has  been appro ved.<br/>< br/>
  56                                  Use th e link <a  href="$web AppUrl/hom e.html">In tegrated H ome Telehe alth Appli cation</a>  to log in  to IHTA.< br><br/>
  57                                  Please  do not re ply to thi s email.<b r/><br/>
  58                                  </div>
  59                                  <div c lass="sign ature">IHT A Team</di v>
  60                                  </html >]]>
  61                                  
  62       </value>
  63                        
  64      </property >
  65              
  66     </bean>
  67    
  68             
  69     <bean 
  70      id="adminM ailMessage
  71      class="org .springfra mework.mai l.SimpleMa ilMessage"
  72     >
  73                       
  74      <property 
  75       name="from
  76       value="don otReply@ih ta" 
  77      />
  78                       
  79      <property 
  80       name="subj ect" 
  81       value="Pen ding User  Registrati on for App roval" 
  82      />
  83                       
  84      <property 
  85       name="to" 
  86       value=" PII               " 
  87      />
  88                       
  89      <property 
  90       name="text "
  91      >
  92                                 
  93       <value>
  94                         
  95        <![CDATA[< html>
  96                                  <head>
  97                                  <style >
  98                                  .email _body{ bac kground-co lor:#FFFFF F; color:# 000000; fo nt-weight: normal; pa dding:5px;  horizonta l-align:le ft;}
  99                                  .signa ture{  bac kground-co lor:#FFFFF F; color:# 000000; fo nt-weight: bold;   pa dding:5px;  horizonta l-align:le ft;}
  100                                  </styl e>
  101                                  </head >
  102                                  <div c lass="emai l_body">
  103                                  $!user .firstName  $!user.la stName has  registere d for acce ss to the  Integrated  Home Tele health App lication ( IHTA).<br/ ><br/>
  104                                  As the  assigned  Administra tor of the  <a href=" $webAppUrl /home.html ">Integrat ed Home Te lehealth A pplication </a> pleas e log in t o approve/ disapprove  this regi stration.< br><br/>
  105                                  Please  do not re ply to thi s email.<b r/><br/>
  106                                  </div>
  107                                  <div c lass="sign ature">IHT A Team</di v>
  108                                  </html >]]>
  109                                  
  110       </value>
  111                        
  112      </property >
  113              
  114     </bean>
  115    
  116             
  117     <bean 
  118      id="confir mMailMessa ge" 
  119      class="org .springfra mework.mai l.SimpleMa ilMessage"
  120     >
  121                       
  122      <property 
  123       name="from
  124       value="don otReply@ih ta" 
  125      />
  126                       
  127      <property 
  128       name="subj ect"
  129                                
  130       value="IHT A Registra tion Confi rmation" 
  131      />
  132                       
  133      <property 
  134       name="to" 
  135       value=" PII              " 
  136      />
  137                       
  138      <property 
  139       name="text "
  140      >
  141                                 
  142       <value>
  143                         
  144        <![CDATA[< html>
  145                                  <head>
  146                                  <style >
  147                                  .email _body{ bac kground-co lor:#FFFFF F; color:# 000000; fo nt-weight: normal; pa dding:5px;  horizonta l-align:le ft;}
  148                                  .signa ture{  bac kground-co lor:#FFFFF F; color:# 000000; fo nt-weight: bold;   pa dding:5px;  horizonta l-align:le ft;}
  149                                  </styl e>
  150                                  </head >                  
  151                                  <div c lass="emai l_body">
  152                                  $!user .firstName  $!user.la stName,<br /><br/>
  153                                  Thank  you for re gistering  to obtain  access to  the Integr ated Home  Telehealth  Applicati on (IHTA). <br/><br/>
  154                                  <b>Use r Name:</b > $!user.u sername<br >
  155                                  <b>Fir st Name:</ b> $!user. firstName< br>
  156                                  <b>Las t Name:</b > $!user.l astName<br >
  157                                  <b>Pho ne Number: </b> $!use r.telephon eNumber<br ><br>
  158                                  Your r egistratio n is pendi ng approva l.<br><br>
  159                                  You wi ll receive  a subsequ ent e-mail  informing  you wheth er your re gistration  request w as approve d or disap proved.<br ><br>
  160                                  Please  do not re ply to thi s email.<b r/><br/>
  161                                  </div>
  162                                  <div c lass="sign ature">IHT A Team</di v>
  163                                  </html >]]>
  164                                  
  165       </value>
  166                        
  167      </property >
  168              
  169     </bean>
  170    
  171             
  172     <bean 
  173      id="denied MailMessag e" 
  174      class="org .springfra mework.mai l.SimpleMa ilMessage"
  175     >
  176                       
  177      <property 
  178       name="from
  179       value="don otReply@ih ta" 
  180      />
  181                       
  182      <property 
  183       name="subj ect" 
  184       value="IHT A Registra tion" 
  185      />
  186                       
  187      <property 
  188       name="to" 
  189       value=" PII              " 
  190      />
  191                       
  192      <property 
  193       name="text "
  194      >
  195                                 
  196       <value>
  197                         
  198        <![CDATA[< html>
  199                                  <head>
  200                                  <style >
  201                                  .email _body{ bac kground-co lor:#FFFFF F; color:# 000000; fo nt-weight: normal; pa dding:5px;  horizonta l-align:le ft;}
  202                                  .signa ture{  bac kground-co lor:#FFFFF F; color:# 000000; fo nt-weight: bold;   pa dding:5px;  horizonta l-align:le ft;}
  203                                  </styl e>
  204                                  </head >                  
  205                                  <div c lass="emai l_body">
  206                                  $!user .firstName  $!user.la stName,<br /><br/>
  207                                  Your r egistratio n request  to access  Integrated  Home Tele health App lication ( IHTA) has  been denie d.<br/><br />
  208                                  <b>Rea son for de nial:</b>  $!user.reg istrationD eniedReaso n.name<br> <br>
  209                                   Please con tact the < a href=" P I
I                                   ?subject=I HTA Regist ration den ied&body=U ser Name:  $!user.use rname">IHT A administ rator</a>  if you hav e any ques tions.<br> <br>
  210                                  Please  do not re ply to thi s email.<b r/><br/>
  211                                  </div>
  212                                  <div c lass="sign ature">IHT A Team</di v>
  213                                  </html >]]>
  214                                  
  215       </value>
  216                        
  217      </property >
  218              
  219     </bean>
  220    
  221             
  222     <bean 
  223      id="weekly VCReportMe ssage" 
  224      class="org .springfra mework.mai l.SimpleMa ilMessage"
  225     >
  226                       
  227      <property 
  228       name="from
  229       value="don otReply@ih ta" 
  230      />
  231                       
  232      <property 
  233       name="subj ect" 
  234       value="Dev ice Model  and Serial  Number Ve ndor Compl iance Repo rt for $re portEndDat e" 
  235      />
  236                       
  237      <property 
  238       name="to" 
  239       value="${w eeklyVCRep ortEMail}"  
  240      />
  241                       
  242      <property 
  243       name="text "
  244      >
  245                                 
  246       <value>
  247                         
  248        <![CDATA[< html>
  249                                  <head>
  250                                  <style >
  251                                  table{ empty-cell s: show;   border-col lapse: col lapse; bor der:1px;}
  252                                  captio n { captio n-side: to p; color:# 000000; fo nt-weight: bold;}                    
  253                                  td{bor der:1px so lid black;  padding-l eft: 1em;  padding-ri ght: 1em;}
  254                                  th{bor der:1px so lid black;  padding-l eft: 1em;  padding-ri ght: 1em;}
  255                                  .email _body{ bac kground-co lor:#FFFFF F; color:# 000000; fo nt-weight: normal; pa dding:5px;  horizonta l-align:le ft;}
  256                                  .subhe ading{ bac kground-co lor:#FFFFF F; color:# 000000; fo nt-weight: bold;   pa dding:5px;  horizonta l-align:le ft;}
  257                                  .signa ture{  bac kground-co lor:#FFFFF F; color:# 000000; fo nt-weight: bold;   pa dding:5px;  horizonta l-align:le ft;} 
  258                                  </styl e>
  259                                  </head >                  
  260                                  <div c lass="emai l_body">                           
  261                                  The De vice Model  and Seria l Number V endor Comp liance Rep ort for th e reportin g period o f $reportS tartDate t hrough $re portEndDat e is displ ayed below .
  262                                  The Ve ndor Compl iance char t for the  week endin g $reportE ndDate is  attached t o this e-m ail.
  263                                  <br><b r>
  264                                   Log in to  the <a hre f="$webApp Url/home.h tml">Integ rated Home  Telehealt h Applicat ion</a> to  view the  associated  Vendor Co mpliance r eports and  graphs. I f there ar e any prob lems acces sing IHTA,  please co ntact <a h ref=" P I
I                                   ?subject=I HTA Feedba ck/Issues"  target="_ blank">IHT A Support< /a>.
  265                                  <br><b r>Please d o not repl y to this  e-mail.<br /><br/>
  266                              </div>
  267                                  <div c lass="sign ature">IHT A Team</di v>
  268                                  <br><b r><br><br>                           
  269                                  <div>
  270                                           <table>
  271                                                    <caption>D evice Mode l & Serial  Number re ports<br>R eporting P eriod:  $r eportStart Date throu gh $report EndDate</c aption>
  272                                                    $!dataTabl e
  273                                           </table>
  274                                  </div>
  275                                  </html >]]>
  276                                  
  277       </value>
  278                        
  279      </property >
  280              
  281     </bean>
  282    
  283             
  284     <bean 
  285      id="report Notificati onMailMess age" 
  286      class="org .springfra mework.mai l.SimpleMa ilMessage"
  287     >
  288                       
  289      <property 
  290       name="from
  291       value="don otReply@ih ta" 
  292      />
  293                       
  294      <property 
  295       name="subj ect"
  296                                
  297       value="IHT A Notifica tion of Re port Avail able for V iewing - $ report.cod e - $repor t.name." 
  298      />
  299                       
  300      <property 
  301       name="to" 
  302       value=" PII              " 
  303      />
  304                       
  305      <property 
  306       name="text "
  307      >
  308                                 
  309       <value>
  310                         
  311        <![CDATA[< html>
  312                                  <head>
  313                                  <style >
  314                                  .email _body{ bac kground-co lor:#FFFFF F; color:# 000000; fo nt-weight: normal; pa dding:5px;  horizonta l-align:le ft;}
  315                                  .signa ture{  bac kground-co lor:#FFFFF F; color:# 000000; fo nt-weight: bold;   pa dding:5px;  horizonta l-align:le ft;}
  316                                  </styl e>
  317                                  </head >                  
  318                                  <div c lass="emai l_body">                           
  319                                           The foll owing repo rt is avai lable for  your viewi ng:<br/><b r/>   
  320                                           Report T ype: $!rep ort.report Type.name< br/>      
  321                                           Report I D: $!repor t.code<br/ >   
  322                                           Report T itle: $!re port.name< br/>         
  323                                           Date Run : $!runDat e<br/>         
  324                                           <br/><br />      
  325                                           Log in t o the <a h ref="$webA ppUrl/home .html">Int egrated Ho me Telehea lth Applic ation</a>  and naviga te 
  326                                           to the C ompleted R eports lis t to view  the report .  If ther e are any  problems a ccessing I HTA, pleas
  327                                            contact <a  href=" P I
I                                   ?subject=I HTA Feedba ck/Issues"  target="_ blank">IHT A Support< /a>.
  328                                           <br><br>
  329                                           Please d o not repl y to this  e-mail.
  330                                           <br/><br />
  331                                  </div>
  332                                  <div c lass="sign ature">IHT A Team</di v>
  333                                  </html >]]>
  334                                  
  335       </value>
  336                        
  337      </property >
  338              
  339     </bean>
  340             
  341             
  342     <bean 
  343      id="qirNot ificationM ailMessage
  344      class="org .springfra mework.mai l.SimpleMa ilMessage"
  345     >
  346                       
  347      <property 
  348       name="from
  349       value="don otReply@ih ta" 
  350      />
  351                       
  352      <!-- 
  353                                                  Subject: Q IR 0001, N ew, Henry  Ford, Faci lity # Det roit VMAC
  354                        -->
  355                       
  356      <property 
  357       name="subj ect"
  358                                
  359       value="QIR  $qir.id,  $qir.qirSt atusType.n ame, $qir. emailSubmi ttedByName , Facility  $qir.faci lity.stati onNumber $ qir.facili ty.name" 
  360      />
  361                       
  362      <property 
  363       name="to" 
  364       value=" PII              " 
  365      />
  366                       
  367      <property 
  368       name="text "
  369      >
  370                                 
  371       <value>
  372                         
  373        <![CDATA[< html>
  374                                  <head>
  375                                  <style >
  376                                  .email _body{ bac kground-co lor:#FFFFF F; color:# 000000; fo nt-weight: normal; pa dding:5px;  horizonta l-align:le ft;}
  377                                  .signa ture{  bac kground-co lor:#FFFFF F; color:# 000000; fo nt-weight: bold;   pa dding:5px;  horizonta l-align:le ft;}
  378                                  </styl e>
  379                                  </head >
  380                                  <div c lass="emai l_body">         
  381                                           <b>QIR:< /b> $qir.i d<br/>
  382                                           <b>Statu s:</b>  $! qir.qirSta tusType.na me<br/>                              
  383                                           <b>Updat ed by:</b>       $!qi r.modified ByName<br/ >
  384                                           <br/>   
  385                                           An updat e has been  made to Q uality Imp rovement R eport (QIR ) $qir.id.  Please re view and t ake approp riate acti on as nece ssary.
  386                                           <br/><br />
  387                                           Log in t o the <a h ref="$webA ppUrl/home .html">Int egrated Ho me Telehea lth Applic ation (IHT A)</a> to  view the Q IR.  
  388                                            If there a re any pro blems acce ssing IHTA , please c ontact <a  href=" P I
I                                   ?subject=I HTA Feedba ck(QIR)/Is sues" targ et="_blank ">IHTA Sup port</a>.
  389                                           <br><br>
  390                                           Please d o not repl y to this  e-mail.
  391                                           <br/><br />
  392                                  </div>
  393                                  <div c lass="sign ature">IHT A Team</di v>
  394                                  </html >]]>
  395                                  
  396       </value>
  397                        
  398      </property >
  399              
  400     </bean>
  401             
  402             
  403     <bean 
  404      id="qirVen dorRespons eDueMailMe ssage" 
  405      class="org .springfra mework.mai l.SimpleMa ilMessage"
  406     >
  407                       
  408      <property 
  409       name="from
  410       value="don otReply@ih ta" 
  411      />
  412                       
  413      <property 
  414       name="subj ect"
  415                                
  416       value="QIR  $qir.id O verdue $qi r.qirStatu sType.name  $!qir.sub mittedByNa me $!qir.f acility.de scription"  
  417      />
  418                       
  419      <property 
  420       name="to" 
  421       value=" PII              " 
  422      />
  423                       
  424      <property 
  425       name="text "
  426      >
  427                                 
  428       <value>
  429                         
  430        <![CDATA[< html>
  431                                  <head>
  432                                  <style >
  433                                  .email _body{ bac kground-co lor:#FFFFF F; color:# 000000; fo nt-weight: normal; pa dding:5px;  horizonta l-align:le ft;}
  434                                  .signa ture{  bac kground-co lor:#FFFFF F; color:# 000000; fo nt-weight: bold;   pa dding:5px;  horizonta l-align:le ft;}
  435                                  .warni ng{  backg round-colo r:#FFFFFF;  color:#FF 0000; font -weight:bo ld;   padd ing:5px; h orizontal- align:left ;}
  436                                  </styl e>
  437                                  </head >                  
  438                                  <div c lass="emai l_body">         
  439                                           <b>QIR:< /b> $qir.i d<br/>
  440                                           <b>Statu s:</b>  $! qir.qirSta tusType.na me<br/>                                                                 
  441                                           <br/>   
  442                                           <div cla ss="warnin g">Vendor  Response i s overdue. </div>
  443                                           <br/><br />
  444                                           Log in t o the <a h ref="$webA ppUrl/home .html">Int egrated Ho me Telehea lth Applic ation (IHT A)</a> to  view the Q IR.  
  445                                            If there a re any pro blems acce ssing IHTA , please c ontact <a  href=" P I
I                                   ?subject=I HTA Feedba ck(QIR)/Is sues" targ et="_blank ">IHTA Sup port</a>.
  446                                           <br><br>
  447                                           Please d o not repl y to this  e-mail.
  448                                           <br/><br />
  449                                  </div>
  450                                  <div c lass="sign ature">IHT A Team</di v>
  451                                  </html >]]>
  452                                  
  453       </value>
  454                        
  455      </property >
  456              
  457     </bean> 
  458             
  459             
  460     <bean 
  461      id="dmpDep loyToVendo rMailMessa ge" 
  462      class="org .springfra mework.mai l.SimpleMa ilMessage"
  463     >
  464                       
  465      <property 
  466       name="from
  467       value="don otReply@ih ta" 
  468      />
  469                       
  470      <property 
  471       name="subj ect"
  472                                
  473       value="DMP  Review" 
  474      />
  475                       
  476      <property 
  477       name="text "
  478      >
  479                                 
  480       <value>
  481                         
  482        <![CDATA[< html>
  483                                  <head>
  484                                  <style >
  485                                  .email _body{ bac kground-co lor:#FFFFF F; color:# 000000; fo nt-weight: normal; pa dding:5px;  horizonta l-align:le ft;}
  486                                  .signa ture{  bac kground-co lor:#FFFFF F; color:# 000000; fo nt-weight: bold;   pa dding:5px;  horizonta l-align:le ft;}
  487                                  .warni ng{  backg round-colo r:#FFFFFF;  color:#FF 0000; font -weight:bo ld;   padd ing:5px; h orizontal- align:left ;}
  488                                  </styl e>
  489                                  </head >                  
  490                                  <div c lass="emai l_body">         
  491                                           <div cla ss="warnin g">DMP rev iew reques ted.</div>
  492                                           <br/><br />
  493                                           <b>DMP:< /b> $dmp.n ame<br/>
  494                                           <b>Statu s:</b> $dm p.dmpStatu sType.name <br/>                                                                   
  495                                           <br/>   
  496                                           You are  requested  to review  and commen t on the a ttached DM P.  
  497                                           Please r eview and  return com ments to $ dmp.emailS ubmittedBy Name withi n the next  20 busine ss days.   Thank you  for your p articipati on in the  DMP develo pment proc ess.
  498                                           <br><br>
  499                                           Please d o not repl y to this  e-mail.
  500                                           <br/><br />
  501                                  </div>
  502                                  <div c lass="sign ature">IHT A Team</di v>
  503                                  </html >]]>
  504                                  
  505       </value>
  506                        
  507      </property >
  508              
  509     </bean> 
  510             
  511             
  512     <bean 
  513      id="JobExe cutedMessa ge" 
  514      class="org .springfra mework.mai l.SimpleMa ilMessage"
  515     >
  516                       
  517      <property 
  518       name="from
  519       value="don otReply@ih ta" 
  520      />
  521                       
  522      <property 
  523       name="subj ect" 
  524       value="IHT A Job Exec uted: $nam e" 
  525      />
  526                       
  527      <property 
  528       name="to" 
  529       value=" PII              " 
  530      />
  531                       
  532      <property 
  533       name="text "
  534      >
  535                                 
  536       <value>
  537                                  
  538        <![CDATA[< html>
  539                                  <head>
  540                                  <style >
  541                                  .email _body{ bac kground-co lor:#FFFFF F; color:# 000000; fo nt-weight: normal; pa dding:5px;  horizonta l-align:le ft;}
  542                                  .signa ture{  bac kground-co lor:#FFFFF F; color:# 000000; fo nt-weight: bold;   pa dding:5px;  horizonta l-align:le ft;}
  543                                  .warni ng{  backg round-colo r:#FFFFFF;  color:#FF 0000; font -weight:bo ld;   padd ing:5px; h orizontal- align:left ;}
  544                                  </styl e>
  545                                  </head >                  
  546                                  <div c lass="emai l_body">         
  547                                           <br/>
  548                                           <b>Proce ss Statist ics:</b> < br/>         
  549                                           $statist ics                                                          
  550                                           <br/> <b r/>     
  551                                           Please d o not repl y to this  e-mail.
  552                                           <br/><br />
  553                                  </div>
  554                                  </html >]]>
  555                                  
  556       </value>
  557                        
  558      </property >
  559              
  560     </bean>
  561             
  562             
  563     <bean 
  564      id="veloci tyTemplate Engine"
  565                      
  566      class="org .springfra mework.ui. velocity.V elocityEng ineFactory Bean"
  567     >
  568                       
  569      <property 
  570       name="velo cityProper tiesMap"
  571      >
  572                                 
  573       <map>
  574                                           
  575        <entry 
  576         key="resou rce.loader "
  577        >
  578                                                    
  579         <value>
  580          ds
  581         </value>
  582                                            
  583        </entry>
  584                                           
  585        <entry 
  586         key="ds.re source.loa der.class"
  587        >
  588                                                    
  589         <value>
  590          gov.va.med .ccht.serv ice.common .TemplateL oaderServi ce
  591         </value>
  592                                            
  593        </entry>
  594                                           
  595        <entry 
  596         key="ds.re source.loa der.instan ce"
  597        >
  598                                                    
  599         <ref 
  600          bean="temp lateLoader
  601         />
  602                                            
  603        </entry>
  604                                  
  605       </map>
  606                        
  607      </property >
  608              
  609     </bean>
  610    
  611             
  612     <!--Veloci ty Databas e Template  Loader-->
  613             
  614     <bean 
  615      id="templa teLoader" 
  616      class="gov .va.med.cc ht.service .common.Te mplateLoad erService"
  617     >
  618              
  619     </bean>
  620   </beans>