Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Changeset 5009

Show
Ignore:
Timestamp:
07/21/08 17:48:12 (6 months ago)
Author:
tmdugan
Message:

-- chica

* continuation of previous commit

Files:

Legend:

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

    r4874 r5009  
    1717import org.openmrs.logic.rule.RuleParameterInfo; 
    1818 
    19 import org.openmrs.module.dss.DssRule; 
    20  
    2119/** 
    2220 *  
     
    2523 *  
    2624 */ 
    27 public class dxAndComplaints implements Rule, DssRule 
     25public class dxAndComplaints implements Rule 
    2826{ 
    2927 
    3028        private LogicService logicService = Context.getLogicService(); 
    31  
    32         public void activate(String token) throws LogicException 
    33         { 
    34                 try 
    35                 { 
    36                         this.logicService.addRule(token, this); 
    37                 } catch (Exception e) 
    38                 { 
    39                         this.logicService.updateRule(token, this); 
    40                 } 
    41         } 
    4229 
    4330        /** 
     
    10289        } 
    10390 
    104         /* (non-Javadoc) 
    105          * @see org.openmrs.module.dss.DssRule#getAction() 
    106          */ 
    107         public String getAction() 
    108         { 
    109                  
    110                 return null; 
    111         } 
    112  
    113         /* (non-Javadoc) 
    114          * @see org.openmrs.module.dss.DssRule#getAuthor() 
    115          */ 
    116         public String getAuthor() 
    117         { 
    118                  
    119                 return null; 
    120         } 
    121  
    122         /* (non-Javadoc) 
    123          * @see org.openmrs.module.dss.DssRule#getCitations() 
    124          */ 
    125         public String getCitations() 
    126         { 
    127                  
    128                 return null; 
    129         } 
    130  
    131         /* (non-Javadoc) 
    132          * @see org.openmrs.module.dss.DssRule#getData() 
    133          */ 
    134         public String getData() 
    135         { 
    136                  
    137                 return null; 
    138         } 
    139  
    140         /* (non-Javadoc) 
    141          * @see org.openmrs.module.dss.DssRule#getDate() 
    142          */ 
    143         public String getDate() 
    144         { 
    145                  
    146                 return null; 
    147         } 
    148  
    149         /* (non-Javadoc) 
    150          * @see org.openmrs.module.dss.DssRule#getExplanation() 
    151          */ 
    152         public String getExplanation() 
    153         { 
    154                  
    155                 return null; 
    156         } 
    157  
    158         /* (non-Javadoc) 
    159          * @see org.openmrs.module.dss.DssRule#getInstitution() 
    160          */ 
    161         public String getInstitution() 
    162         { 
    163                  
    164                 return null; 
    165         } 
    166  
    167         /* (non-Javadoc) 
    168          * @see org.openmrs.module.dss.DssRule#getKeywords() 
    169          */ 
    170         public String getKeywords() 
    171         { 
    172                  
    173                 return null; 
    174         } 
    175  
    176         /* (non-Javadoc) 
    177          * @see org.openmrs.module.dss.DssRule#getLinks() 
    178          */ 
    179         public String getLinks() 
    180         { 
    181                  
    182                 return null; 
    183         } 
    184  
    185         /* (non-Javadoc) 
    186          * @see org.openmrs.module.dss.DssRule#getLogic() 
    187          */ 
    188         public String getLogic() 
    189         { 
    190                  
    191                 return null; 
    192         } 
    193  
    194         /* (non-Javadoc) 
    195          * @see org.openmrs.module.dss.DssRule#getPriority() 
    196          */ 
    197         public Integer getPriority() 
    198         { 
    199                 return null; 
    200         } 
    201  
    202         /* (non-Javadoc) 
    203          * @see org.openmrs.module.dss.DssRule#getPurpose() 
    204          */ 
    205         public String getPurpose() 
    206         { 
    207                  
    208                 return null; 
    209         } 
    210  
    211         /* (non-Javadoc) 
    212          * @see org.openmrs.module.dss.DssRule#getSpecialist() 
    213          */ 
    214         public String getSpecialist() 
    215         { 
    216                  
    217                 return null; 
    218         } 
    219  
    220         /* (non-Javadoc) 
    221          * @see org.openmrs.module.dss.DssRule#getTitle() 
    222          */ 
    223         public String getTitle() 
    224         { 
    225                  
    226                 return null; 
    227         } 
    228  
    229         /* (non-Javadoc) 
    230          * @see org.openmrs.module.dss.DssRule#getType() 
    231          */ 
    232         public String getType() 
    233         { 
    234                  
    235                 return null; 
    236         } 
    237  
    238         /* (non-Javadoc) 
    239          * @see org.openmrs.module.dss.DssRule#getVersion() 
    240          */ 
    241         public Double getVersion() 
    242         { 
    243                  
    244                 return null; 
    245         } 
    246         /* (non-Javadoc) 
    247          * @see org.openmrs.module.dss.DssRule#getAgeMax() 
    248          */ 
    249         public Integer getAgeMax() 
    250         { 
    251                 return null; 
    252         } 
    253  
    254         /* (non-Javadoc) 
    255          * @see org.openmrs.module.dss.DssRule#getAgeMaxUnits() 
    256          */ 
    257         public String getAgeMaxUnits() 
    258         { 
    259                 return null; 
    260         } 
    261  
    262         /* (non-Javadoc) 
    263          * @see org.openmrs.module.dss.DssRule#getAgeMin() 
    264          */ 
    265         public Integer getAgeMin() 
    266         { 
    267                 return null; 
    268         } 
    269  
    270         /* (non-Javadoc) 
    271          * @see org.openmrs.module.dss.DssRule#getAgeMinUnits() 
    272          */ 
    273         public String getAgeMinUnits() 
    274         { 
    275                 return null; 
    276         } 
    27791}