4461. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 6/9/2017 3:51:39 PM Eastern 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.

4461.1 Files compared

# Location File Last Modified
1 Fri Jun 9 19:51:39 2017 UTC
2 eHealth_Exch (eHealth Exchange Enhancements) Build 3 docs & code_May_2017.zip\VAP_CIF_CODE0502.zip\VAP_CIF_CODE0502\VAP_CIF_CODE0502\nvap-web\src\main\webapp\WEB-INF\web consentHistory.jsp Fri Apr 21 20:03:30 2017 UTC

4461.2 Comparison summary

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

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

4461.4 Active regular expressions

No regular expressions were active.

4461.5 Comparison detail

        1   <%--
        2           Do cument   :  Show the  consent di rective hi story
        3           Au thor     :  Asha Amri traj
        4   --%>
        5   <%@page im port="java .util.Date "%>
        6   <%@page co ntentType= "text/html " pageEnco ding="UTF- 8"%>
        7   <%@taglib  uri="http: //java.sun .com/jsp/j stl/core"  prefix="c" %>
        8   <%@taglib  uri="http: //java.sun .com/jsp/j stl/functi ons" prefi x="fn"%>
        9   <%@taglib  uri="http: //java.sun .com/jsp/j stl/fmt" p refix="fmt "%>
        10   <%@taglib  tagdir="/W EB-INF/tag s/cpp" pre fix="cpp"% >
        11  
        12   <table cla ss="box-ta ble-a">
        13       <thead >
        14           <t r role="ro w">
        15                <th role ="columnhe ader">Type  of Consen t Directiv e</th>
        16                <th role ="columnhe ader">Purp ose</th>
        17                <th role ="columnhe ader">Auth orization/ Revocation </th>
        18                <th role ="columnhe ader">Entr y Date</th >
        19                <th role ="columnhe ader">Expi ration Dat e</th>
        20                <th role ="columnhe ader">Inac tivation D ate</th>
        21                <th role ="columnhe ader" styl e="width:  90px;">Mai l Date(s)< /th>
        22                <th role ="columnhe ader">Stat us</th>
        23                <th role ="columnhe ader">Ente red By</th >
        24                <th role ="columnhe ader">Comm ents</th>
        25                <th role ="columnhe ader">
        26                    <c:c hoose>
        27                         <c:when te st="${isFo rmUploadAl lowed}">Up load/</c:w hen>
        28                    </c: choose> Vi ew Consent  Form 
        29                    <c:c hoose>
        30                         <c:when te st="${isFo rmUploadAl lowed}">
        31                             <br />
        32                             <i><sp an style=" font-weigh t: normal; ">(Max fil e size: <c :out value ="${maxFil eUploadSiz e/1000000} " /> megab ytes)</spa n> </i>
        33                         </c:when>
        34                    </c: choose>
        35                </th>
        36           </ tr>
        37       </thea d>
        38       <tbody >
        39           <c :forEach v ar="r" ite ms="${cons ents}" var Status="i" >
        40                <c:choos e>
        41                    <%--  Check if  this is a  delayed au thorizatio n --%>
        42                    <c:w hen test=" ${not empt y r.delaye dConsent}" >
        43                         <tr role=" row">
        44                             <td ro le="gridce ll">
        45                                 De layed <c:o ut value=" ${r.consen tDisplayNa me}" />
        46                             </td>
        47                             <td ro le="gridce ll">
        48                                 <c :choose>
        49                                      <c:when  test="${r. delayedCon sent.conse ntTypeId.n ame eq 'SS A Authoriz ation'}">
        50                                          COVE RAGE
        51                                      </c:when >
        52                                      <c:other wise>
        53                                          TREA TMENT
        54                                      </c:othe rwise>
        55                                 </ c:choose>
        56                             </td>
        57                             <td ro le="gridce ll">
        58                                 <c :choose>
        59                                      <c:when  test="${r. delayedCon sent.conse ntTypeId.n ame eq 'SS A Authoriz ation'}">
        60                                          Auth orized acc ess to Soc ial Securi ty Adminis tration
        61                                      </c:when >
        62                                      <c:when
        63                                          test ="${r.dela yedConsent .consentTy peId.name  eq 'NwHIN  Organizati on Restric tion Autho rization'} ">
        64                                          Rest ricted sel ect Provid ers and Or ganization s
        65                                      </c:when >
        66                                      <c:when  test="${r. delayedCon sent.conse ntTypeId.n ame eq 'Nw HIN Author ization'}" >
        67                                          Auth orized acc ess to Pro viders and  Organizat ions
        68                                      </c:when >
        69                                 </ c:choose>
        70                             </td>
        71                             <td ro le="gridce ll"><fmt:f ormatDate  pattern="M M/dd/yyyy"  value="${ r.delayedC onsent.dat eAdded}" / ></td>
        72                             <td ro le="gridce ll"></td>
        73                             <td ro le="gridce ll">
        74                                 <c :if test=" ${r.delaye dConsent.s tatus eq ' CANCELED'} ">
        75                                      <fmt:for matDate pa ttern="MM/ dd/yyyy" v alue="${r. delayedCon sent.resol utionDate} " />
        76                                 </ c:if>
        77                             </td>
        78                             <td ro le="gridce ll">
        79                                 <! -- mail da te(s) -->
        80                                 <c :set var=" dateCount"  value="1"  />
        81                                 <c :forEach v ar="m" ite ms="${r.ma ilNotifica tions}" va rStatus="i ">
        82                                      <fmt:for matDate pa ttern="MM/ dd/yyyy" v alue="${m. sentDate}"  /><br />
        83                                 </ c:forEach>
        84                                      <a href= "#" class= "vap-old-m odal" data -title="Ed it Mail No tification  Dates" 
        85                                         data- delayed-co nsent-id=" <c:out val ue="${r.de layedConse nt.delayed ConsentId} " />" data -consent-t ype="delay ed"
        86                                         title ="Edit not ification  dates for  this delay ed authori zation">
        87                                          <i c lass="fa f a-pencil-s quare-o fa -lg" aria- hidden="tr ue" style= "margin-to p: 5px;">< /i>
        88                                      </a>
        89                             </td>
        90                             <td ro le="gridce ll"><c:out  value="${ r.delayedC onsent.sta tus}" />
        91                                 <c :if test=" ${r.delaye dConsent.s tatus eq ' PENDING'}" >
        92                                      -
        93                                      <c:forEa ch var="v"  items="${ r.delayedC onsent.del ayReasonCo llection}"  varStatus ="loop">
        94                                          <c:o ut value=" ${v.name}"  /> 
        95                                          <c:i f test="${ fn:length( r.delayedC onsent.del ayReasonCo llection)  gt 1 and ( loop.index  lt fn:len gth(r.dela yedConsent .delayReas onCollecti on) - 1)}" >, </c:if>
        96                                      </c:forE ach>
        97                                 </ c:if>
        98                             </td>
        99                             <td ro le="gridce ll">
        100                                 <c :out value ="${r.dela yedConsent .userId}"  />
        101                             </td>
        102                             <td ro le="gridce ll">
        103                                 <c :forEach v ar="c" ite ms="${r.co mments}">
        104                                      <c:if te st="${c.de layedConse ntId == r. delayedCon sent.delay edConsentI d}">
        105                                          <p s tyle="whit e-space: p re-wrap;"> <fmt:forma tDate patt ern="MM/dd /yyyy hh:m m:ss aa" v alue="${c. dateAdded} "/> CT <b> <c:out val ue="${c.us erId}" />< /b>: <c:ou t value="$ {c.comment s}" /></p>
        106                                      </c:if>
        107                                 </ c:forEach>
        108                                 <p >
        109                                      <a href= "PatientDe tails.do_s ec?addComm entForm=tr ue&delayed ConsentId= <c:out val ue="${r.de layedConse nt.delayed ConsentId} " />&conse ntType=<c: out value= "${r.delay edConsent. consentTyp eId.name}"  />" title ="Add Comm ent"
        110                                         oncli ck="if (ch eckReadySt ate()) {
        111                                                      Mod albox.show (this.href , {title:  this.title , width: 6 43, height : 180, aft erHide: fu nction ()  {
        112                                                               windo w.location .href = wi ndow.locat ion.href;
        113                                                           }});
        114                                                      ret urn false;
        115                                                  } else  {
        116                                                      ret urn false;
        117                                                  }">Add  Comment</a >
        118                                 </ p>
        119                             </td>
        120                             <td ro le="gridce ll"></td>
        121                         </tr>
        122                    </c: when>
        123  
        124                         <%-- Proce ss normal  consents - -%>
        125                         <c:otherwi se>
        126                             <c:cho ose>
        127                                 <% -- Check i f this was  an opt-ou t --%>
        128                                 <c :when test ="${r.isRe voked}">
        129                                 <t r role="ro w">
        130                                      <td role ="gridcell ">
        131                                          <c:o ut value=" ${r.consen tDisplayNa me}" />
        132                                      </td>
        133                                      <td role ="gridcell ">
        134                                          <c:o ut value=" ${r.normal Consent.pu rposeOfUse }" />
        135                                      </td>
        136                                      <td role ="gridcell ">
        137                                          <c:c hoose>
        138                                               <c:when te st="${r.no rmalConsen t.optoutCo nsentType. value eq ' SSA Revoca tion'}">
        139                                                   Revoke d access t o Social S ecurity Ad ministrati on
        140                                               </c:when>
        141                                               <c:when te st="${r.no rmalConsen t.optoutCo nsentType. value eq ' NwHIN Orga nization R estriction  Revocatio n'}">
        142                                                   Revoke d restrict ion to sel ect Provid ers and Or ganization s
        143                                               </c:when>
        144                                               <c:when te st="${r.no rmalConsen t.optoutCo nsentType. value eq ' NwHIN Revo cation'}">
        145                                                   Revoke d authoriz ation to a ll Provide rs and Org anizations
        146                                               </c:when>
        147                                          </c: choose>
        148                                      </td>
        149                                      <td role ="gridcell ">
        150                                          <fmt :formatDat e pattern= "MM/dd/yyy y" value=" ${r.normal Consent.op toutTS}" / >
        151                                      </td>
        152                                      <td role ="gridcell ">&nbsp;</ td>
        153                                      <td role ="gridcell ">&nbsp;</ td>
        154                                      <td role ="gridcell ">
        155                                          <c:c hoose>
        156                                               <c:when te st="${r.no rmalConsen t.optoutCo nsentType. value eq ' NwHIN Revo cation'}">
        157                                                   <!-- m ail date(s ) -->
        158                                                   <c:for Each var=" m" items=" ${r.mailNo tification s}" varSta tus="i">
        159                                                       <f mt:formatD ate patter n="MM/dd/y yyy" value ="${m.sent Date}" />< br />
        160                                                   </c:fo rEach>
        161                                                       <a  href="#"  class="vap -old-modal " data-tit le="Edit M ail Notifi cation Dat es" 
        162                                                           data-cons ent-dir-id ="<c:out v alue="${r. normalCons ent.consen tDirId}" / >" data-co nsent-type ="eHeathEx changeRevo cation"
        163                                                           title="Ed it notific ation date s for this  eHealth E xchange Au thorizatio n revocati on">
        164                                                            <i class ="fa fa-pe ncil-squar e-o fa-lg"  aria-hidd en="true"  style="mar gin-top: 5 px;"></i>< /a>
        165                                                       <a  href="Pat ientDetail s.do_sec?p rintLetter =true&cons entId=<c:o ut value=" ${r.normal Consent.co nsentDirId }" />"
        166                                                            title="G enerate no tification  letter fo r this eHe alth Excha nge Author ization re vocation"
        167                                                            onclick= "Modalbox. show(this. href, {tit le: this.t itle, 
        168                                                            width:90 0, height: 'auto'});  return fal se;">
        169                                                            <i class ="fa fa-pr int fa-lg"  aria-hidd en="true"  style="mar gin-top: 5 px;"></i>
        170                                                       </ a>
        171                                               </c:when>
        172                                               <c:otherwi se>
        173                                                   &nbsp;
        174                                               </c:otherw ise>
        175                                          </c: choose>
        176                                      </td>
        177                                      <td role ="gridcell ">&nbsp;</ td>
        178                                      <td role ="gridcell ">
        179                                          <c:o ut value=" ${r.user}"  />
        180                                      </td>
        181                                      <td role ="gridcell ">
        182                                          <c:f orEach var ="c" items ="${r.comm ents}">
        183                                               <c:if test ="${c.cons entType eq  r.normalC onsent.opt outConsent Type.value }">
        184                                                   <p sty le="white- space: pre -wrap;"><f mt:formatD ate patter n="MM/dd/y yyy hh:mm: ss aa" val ue="${c.da teAdded}"/ > CT <b><c :out value ="${c.user Id}" /></b >: <c:out  value="${c .comments} " /></p>
        185                                               </c:if>
        186                                          </c: forEach>
        187                                          <p>
        188                                               <a href="P atientDeta ils.do_sec ?addCommen tForm=true &consentId =<c:out va lue="${r.n ormalConse nt.consent DirId}" /> &consentTy pe=<c:out  value="${r .normalCon sent.optou tConsentTy pe.value}"  />" title ="Add Comm ent"
        189                                               onclick="i f(checkRea dyState()) {Modalbox. show(this. href, {tit le: this.t itle, widt h:643, hei ght:180, a fterHide:  function()  {window.l ocation.hr ef = windo w.location .href; }}) ; return f alse;} els e {return  false;}">A dd Comment </a>
        190                                          </p>
        191                                      </td>
        192                                      <td role ="gridcell ">
        193                                          <c:c hoose>
        194                                               <c:when te st="${r.no rmalConsen t.optoutRe ason.value  eq 'Revok ed'}">
        195                                                   <c:cho ose>
        196                                                       <c :when test ="${r.optO utDocument Attachment }">
        197                                                            <c:url v ar="url" v alue="Pati entDetails .do_sec">
        198                                                                <c:p aram name= "history"  value="tru e" />
        199                                                                <c:p aram name= "documentT ype" value ="Revoke"  />
        200                                                                <c:p aram name= "consentDi rId" value ="${r.norm alConsent. consentDir Id}" />
        201                                                            </c:url>
        202                                                            <a href= "<c:out va lue="${url }" />">Vie w/Print</a >
        203                                                       </ c:when>
        204                                                       <c :otherwise >
        205                                                            <c:choos e>
        206                                                                <c:w hen test=" ${isFormUp loadAllowe d}">
        207                                                                     <form name ="upload"  action="Pa tientDetai ls.do_sec"  method="P OST" onsub mit="retur n doSubmit (this)" en ctype="mul tipart/for m-data">
        208                                                                         <input  type="hid den" name= "consentDi rId" value ="<c:out v alue="${r. normalCons ent.consen tDirId}"/> " /> 
        209                                                                         <input  type="hid den" name= "documentT ype" value ="Revoke"  /> 
        210                                                                         <label  for="file "></label>  
        211                                                                         <input  title="Br owse and U pload Cons ent Form"  name="uplo aded" type ="file" si ze="6" id= "file" acc ept="appli cation/pdf " />&nbsp;  
        212                                                                         <input  title="Up load revoc ation form " class="b utton" typ e="submit"  value="Up load" name ="upload"  />
        213                                                                     </form>
        214                                                                </c: when>
        215                                                            </c:choo se>
        216                                                       </ c:otherwis e>
        217                                                   </c:ch oose>
        218                                               </c:when>
        219                                          </c: choose>
        220                                      </td>
        221                                 </ tr>
        222                             </c:wh en>  
        223                                 
        224                             <%-- O therwise t his was an  opt-in -- %>
        225                             <c:oth erwise>
        226                                 <t r role="ro w">
        227                                      <td role ="gridcell ">
        228                                          <c:o ut value=" ${r.consen tDisplayNa me}" />
        229                                      </td>
        230                                      <td role ="gridcell ">
        231                                          <c:o ut value=" ${r.normal Consent.pu rposeOfUse }" />
        232                                      </td>
        233                                      <td role ="gridcell ">
        234                                          <c:c hoose>
        235                                               <c:when te st="${r.no rmalConsen t.optinCon sentType.v alue eq 'S SA Authori zation'}">
        236                                                   Author ized acces s to Socia l Security  Administr ation
        237                                               </c:when>
        238                                               <c:when te st="${r.no rmalConsen t.optinCon sentType.v alue eq 'N wHIN Organ ization Re striction  Authorizat ion'}">
        239                                                   Restri cted selec t Provider s and Orga nizations
        240                                               </c:when>
        241                                               <c:when te st="${r.no rmalConsen t.optinCon sentType.v alue eq 'N wHIN Autho rization'} ">
        242                                                   Author ized acces s to Provi ders and O rganizatio ns
        243                                               </c:when>
        244                                          </c: choose>
        245                                      </td>
        246                                      <td role ="gridcell ">
        247                                          <fmt :formatDat e pattern= "MM/dd/yyy y" value=" ${r.normal Consent.op tinTS}" />
        248                                      </td>
        249                                      <td role ="gridcell ">
        250                                          <fmt :formatDat e pattern= "MM/dd/yyy y" value=" ${r.normal Consent.ex pirationDa te}" />
        251                                      </td>
        252                                      <td role ="gridcell ">
        253                                          <c:i f test="${ !empty r.n ormalConse nt.optoutT S}">
        254                                               <fmt:forma tDate patt ern="MM/dd /yyyy" val ue="${r.no rmalConsen t.optoutTS }" />
        255                                          </c: if>
        256                                      </td>
        257                                      <td role ="gridcell ">
        258                                          <c:c hoose>
        259                                               <c:when te st="${empt y r.normal Consent.op toutTS and  r.normalC onsent.opt inConsentT ype.value  != 'NwHIN  Organizati on Restric tion Autho rization'} ">
        260                                                   <!-- m ail date(s ) -->
        261                                                   <c:for Each var=" m" items=" ${r.mailNo tification s}" varSta tus="i">
        262                                                       <f mt:formatD ate patter n="MM/dd/y yyy" value ="${m.sent Date}" />< br />
        263                                                   </c:fo rEach>
        264                                                       <a  href="#"  class="vap -old-modal " data-tit le="Edit M ail Notifi cation Dat es" 
        265                                                           data-cons ent-dir-id ="<c:out v alue="${r. normalCons ent.consen tDirId}" / >" data-co nsent-type ="<c:out v alue="${r. normalCons ent.optinC onsentType }" />"
        266                                                           title="Ed it notific ation date s for this  expiring  authorizat ion">
        267                                                            <i class ="fa fa-pe ncil-squar e-o fa-lg"  aria-hidd en="true"  style="mar gin-top: 5 px;"></i>< /a>
        268                                                       <a  href="Pat ientDetail s.do_sec?p rintLetter =true&cons entId=<c:o ut value=" ${r.normal Consent.co nsentDirId }" />"
        269                                                            title="G enerate no tification  letter fo r this exp iring auth orization"
        270                                                            onclick= "Modalbox. show(this. href, {tit le: this.t itle, 
        271                                                            width:90 0, height: 'auto'});  return fal se;">
        272                                                            <i class ="fa fa-pr int fa-lg"  aria-hidd en="true"  style="mar gin-top: 5 px;"></i>
        273                                                       </ a>
        274                                               </c:when>
        275                                               <c:otherwi se>
        276                                                   &nbsp;
        277                                               </c:otherw ise>
        278                                          </c: choose>     
        279                                      </td>
        280                                      <td role ="gridcell ">
        281                                          <c:c hoose>
        282                                               <c:when te st="${!emp ty r.norma lConsent.o ptoutTS}">
        283                                                   INACTI VE - <c:ou t value="$ {r.normalC onsent.opt outReason. value}" />
        284                                               </c:when>
        285                                               <c:otherwi se>
        286                                                   <c:cho ose>
        287                                                       <c :when test ="${r.norm alConsent. optinConse ntType.val ue eq 'NwH IN Organiz ation Rest riction Au thorizatio n'}">
        288                                                            <c:choos e>                                                                        
        289                                                                <c:w hen test=" ${empty r. normalCons ent.optout TS}">
        290                                                                     ACTIVE
        291                                                                </c: when>
        292                                                                <c:o therwise>
        293                                                                     INACTIVE
        294                                                                </c: otherwise>
        295                                                            </c:choo se>
        296                                                       </ c:when>
        297                                                       <c :otherwise >
        298                                                            <fmt:for matDate pa ttern="yyy yMMdd" val ue="${r.no rmalConsen t.expirati onDate}" v ar="expire Date" />
        299                                                            <jsp:use Bean id="d ateValue"  class="jav a.util.Dat e"/>
        300                                                            <fmt:for matDate pa ttern="yyy yMMdd" val ue="${date Value}" va r="todayDa te" />
        301                                                            <c:choos e>
        302                                                                <c:w hen test=" ${expireDa te lt toda yDate}">
        303                                                                     INACTIVE -  Authoriza tion Expir ed
        304                                                                </c: when>
        305                                                                <c:o therwise>
        306                                                                     ACTIVE
        307                                                                </c: otherwise>
        308                                                            </c:choo se>
        309                                                       </ c:otherwis e>
        310                                                   </c:ch oose>
        311                                               </c:otherw ise>
        312                                          </c: choose>
        313                                      </td>
        314                                      <td role ="gridcell ">
        315                                          <c:o ut value=" ${r.user}"  />
        316                                      </td>
        317                                      <td role ="gridcell ">
        318                                          <c:f orEach var ="c" items ="${r.comm ents}">
        319                                               <c:if test ="${c.cons entType eq  r.normalC onsent.opt inConsentT ype.value  || (c.cons entType eq  'NwHIN Re vocation'  && fn:leng th(r.norma lConsent.o ptoutConse ntType.val ue) == 0)  || (c.cons entType eq  'SSA Revo cation' &&  fn:length (r.normalC onsent.opt outConsent Type.value ) == 0)}"> <%-- added  the secon d check be cause on a  revoke be cause of n ew auth, t he comment  is tied t o the new  auth but s et as NwHI N Revoatio n in the C ONSENT_COM MENT table  --%>
        320                                                   <p sty le="white- space: pre -wrap;"><f mt:formatD ate patter n="MM/dd/y yyy hh:mm: ss aa" val ue="${c.da teAdded}"/ > CT <b><c :out value ="${c.user Id}" /></b >: <c:out  value="${c .comments} " /></p>
        321                                               </c:if>
        322                                          </c: forEach>
        323                                          <p>
        324                                               <a href="P atientDeta ils.do_sec ?addCommen tForm=true &consentId =<c:out va lue="${r.n ormalConse nt.consent DirId}" /> &consentTy pe=<c:out  value="${r .normalCon sent.optin ConsentTyp e.value}"  />" title= "Add Comme nt"
        325                                                  onclick ="if (chec kReadyStat e()) {
        326                                                               Modal box.show(t his.href,  {title: th is.title,  width: 643 , height:  180, after Hide: func tion () {
        327                                                                        window. location.h ref = wind ow.locatio n.href; }} );
        328                                                               retur n false;}  else {
        329                                                               retur n false;
        330                                                           }">Add Co mment</a>
        331                                          </p>
        332                                      </td>
        333                                      <td role ="gridcell ">
        334                                          <c:c hoose>
        335                                               <c:when te st="${r.op tInDocumen tAttachmen t}">
        336                                                   <c:url  var="url"  value="Pa tientDetai ls.do_sec" >
        337                                                       <c :param nam e="history " value="t rue" />
        338                                                       <c :param nam e="documen tType" val ue="Author ize" />
        339                                                       <c :param nam e="consent DirId" val ue="${r.no rmalConsen t.consentD irId}" />
        340                                                   </c:ur l>
        341                                                   <a hre f="<c:out  value="${u rl}" />">V iew/Print< /a>
        342                                               </c:when>    
        343                                               <c:otherwi se>
        344                                                   <c:cho ose>
        345                                                       <c :when test ="${isForm UploadAllo wed}">
        346                                                            <form na me="upload " action=" PatientDet ails.do_se c" method= "POST" ons ubmit="ret urn doSubm it(this)"  enctype="m ultipart/f orm-data">
        347                                                                <inp ut type="h idden" nam e="consent DirId" val ue="<c:out  value="${ r.normalCo nsent.cons entDirId}"  />" /> 
        348                                                                <inp ut type="h idden" nam e="documen tType" val ue="Author ize" /> 
        349                                                                <lab el for="fi le"></labe l>
        350                                                                <inp ut title=" Browse and  Upload Co nsent Form " name="up loaded" ty pe="file"  size="6" i d="file" a ccept="app lication/p df" />&nbs p;
        351                                                                <inp ut class=" button" ty pe="SUBMIT " value="U pload" nam e="upload"  title="Up load Autho rization f orm" />
        352                                                            </form>
        353                                                       </ c:when>
        354                                                   </c:ch oose>
        355                                               </c:otherw ise>
        356                                          </c: choose>
        357                                      </td>
        358                                 </ tr>
        359                             </c:ot herwise>
        360                         </c:choose >
        361                    </c: otherwise>    
        362                </c:choo se>
        363           </ c:forEach>
        364       </tbod y>
        365   </table>