| 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 | } |
|---|