Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Changeset 4875

Show
Ignore:
Timestamp:
07/09/08 13:56:49 (6 months ago)
Author:
tmdugan
Message:

-- chica

* continuation of previous commit

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs-modules/chica/ruleLibrary/scheduledTime.java

    r4767 r4875  
    240240                return null; 
    241241        } 
    242  
     242        /* (non-Javadoc) 
     243         * @see org.openmrs.module.dss.DssRule#getAgeMax() 
     244         */ 
     245        public Integer getAgeMax() 
     246        { 
     247                return null; 
     248        } 
     249 
     250        /* (non-Javadoc) 
     251         * @see org.openmrs.module.dss.DssRule#getAgeMaxUnits() 
     252         */ 
     253        public String getAgeMaxUnits() 
     254        { 
     255                return null; 
     256        } 
     257 
     258        /* (non-Javadoc) 
     259         * @see org.openmrs.module.dss.DssRule#getAgeMin() 
     260         */ 
     261        public Integer getAgeMin() 
     262        { 
     263                return null; 
     264        } 
     265 
     266        /* (non-Javadoc) 
     267         * @see org.openmrs.module.dss.DssRule#getAgeMinUnits() 
     268         */ 
     269        public String getAgeMinUnits() 
     270        { 
     271                return null; 
     272        } 
    243273}