Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
05/16/08 13:07:40 (4 months ago)
Author:
bmckown
Message:

complex_obs branch: Attempting to register ComplexObsHandlers with Map<String, ComplexObsHandler>. Only partially working. Ripped out rest of ConceptComplexHandler junk.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/branches/complex-obs/src/web/org/openmrs/web/WebConstants.java

    r3685 r4239  
    5555        public static String BUILD_TIMESTAMP = ""; 
    5656        public static String WEBAPP_NAME = "openmrs"; 
     57         
     58        // ComplexObsHandler views specific to the web layer: 
     59        public static final String HTML_VIEW = "HTML_VIEW"; 
     60        public static final String HTML_THUMNAIL_VIEW = "HTML_THUMNAIL_VIEW"; 
     61        public static final String HYPERLINK_VIEW = "HYPERLINK_VIEW"; 
     62         
    5763}