Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
05/16/08 18:07:40 (8 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/api/org/openmrs/util/OpenmrsConstants.java

    r4129 r4239  
    563563    public static boolean WINDOWS_VISTA_OPERATING_SYSTEM =  
    564564                OPERATING_SYSTEM.equals(OPERATING_SYSTEM_WINDOWS_VISTA); 
     565     
     566    // ComplexObsHandler views 
     567    public static final String RAW_VIEW = "RAW_VIEW"; 
     568    public static final String TEXT_VIEW = "TEXT_VIEW"; 
     569     
    565570}