Package gov.cms.hh.diagnosis
Interface ComorbidityGroupIF
- All Superinterfaces:
DescribableIF,IdentifiableIF,NameableIF
- All Known Implementing Classes:
ComorbidityGroup
- Author:
- CMS
-
Method Summary
Methods inherited from interface gov.cms.hh.common.abstr.DescribableIF
getDescription, setDescriptionMethods inherited from interface gov.cms.hh.common.abstr.IdentifiableIF
getId, setIdMethods inherited from interface gov.cms.hh.common.abstr.NameableIF
getName, setName
-
Method Details
-
isComorbidityPresent
boolean isComorbidityPresent()- Returns:
-
isLowComorbidity
boolean isLowComorbidity()- Returns:
- the lowComorbidity
-
setLowComorbidity
void setLowComorbidity(boolean lowComorbidity) - Parameters:
lowComorbidity- the lowComorbidity to set
-