public interface EtiologyPairingListIF extends java.util.List<DiagnosisCodeIF>
Modifier and Type | Method and Description |
---|---|
boolean |
isDirty()
flag determining if the list has changed.
|
boolean |
isInclusionary()
flag determining if the list is an Inclusionary list (which should be
the default) or an exclusionary list
|
boolean |
isValidEtiologyPairing(DiagnosisCodeIF etiologyCode)
This determines if the supplied etiology code can be paired with the
owning manifestation code.
|
void |
setDirty(boolean dirty)
sets the dirty flag and is useful if the list organized outside of this
implementation.
|
void |
setInclusionary(boolean bool)
Sets the flag to indicate that the list is an Inclusionary or
Exclusionary list.
|
boolean isDirty()
boolean isInclusionary()
void setDirty(boolean dirty)
dirty
- void setInclusionary(boolean bool) throws java.lang.IllegalStateException
bool
- java.lang.IllegalStateException
boolean isValidEtiologyPairing(DiagnosisCodeIF etiologyCode)
code
-