Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
05/11/08 23:52:52 (7 months ago)
Author:
bmckown
Message:

complex_obs branch: Changed to mapping the ComplexObsHandlers instead of using ConceptComplexHandler class.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/branches/complex_obs/web/WEB-INF/view/dictionary/concept.jsp

    r4129 r4166  
    251251                        </tr> 
    252252                </c:if> 
    253                  
     253         
    254254        <c:if test="${concept.complex}"> 
    255255            <tr> 
     
    257257                <td> 
    258258                    <table border="0"> 
    259                     <%-- 
    260259                        <tr> 
    261260                            <th><spring:message code="ConceptComplex.handler"/></th> 
    262261                        </tr> 
    263                     --%> 
    264262                        <tr> 
    265                             <th valign="middle"><spring:message code="general.id"/></th
    266                             <td valign="middle">${concept.handler.handlerId}</td> 
     263                            <%-- <th valign="middle"><spring:message code="ConceptComplex.handler"/></th> --%
     264                            <td valign="middle">${concept.handler}</td> 
    267265                        </tr> 
    268                         <tr> 
    269                             <th valign="middle"><spring:message code="ConceptComplex.handler.class"/></th> 
    270                             <td valign="middle">${concept.handler.handlerClass}</td> 
    271                         </tr> 
    272                         <tr> 
    273                             <th valign="middle"><spring:message code="general.description"/></th> 
    274                             <td valign="middle">${concept.handler.description}</td> 
    275                         </tr> 
    276  <%-- 
    277                         <tr> 
    278                             <th><spring:message code="ConceptNumeric.precise"/></th> 
    279                             <td colspan="2"> 
    280                                 <spring:bind path="concept.precise"> 
    281                                     <c:if test="${status.value}">Yes</c:if> 
    282                                     <c:if test="${!status.value}">No</c:if> 
    283                                 </spring:bind> 
    284                             </td> 
    285                         </tr> 
    286 --%> 
    287266                    </table> 
    288267                </td>