public interface CodeUlcerIF
Modifier and Type | Method and Description |
---|---|
boolean |
isDiabeticUlcer()
gets the Diabetic Ulcer indicator
|
boolean |
isUlcer()
gets the Ulcer indicator
|
void |
setDiabeticUlcer(boolean bool)
Sets the relating to Diabetic Ulcer flag
|
void |
setUlcer(boolean bool)
Sets the relating to Ulcer flag
|
boolean isDiabeticUlcer()
boolean isUlcer()
void setDiabeticUlcer(boolean bool)
bool
- void setUlcer(boolean bool)
bool
-