|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataValidityFlagIF
Holds the data issues associated with a processed record, and generates the Validity flag to use in the grouper output.
| Method Summary | |
|---|---|
java.lang.String |
getValidityFlag()
gets the Validity flag |
boolean |
isClinicalIssue()
gets the clinical issue flag |
boolean |
isFunctionalIssue()
gets the Functional issue flag |
boolean |
isIssuePresent()
gets a general issues flag |
boolean |
isManifestationSequenceIssue()
gets the Manifestation sequence issue flag |
boolean |
isServiceIssue()
gets the Services issues flag |
void |
reset()
Resets the values to false and the flag to 1, allowing for object re-use. |
void |
setClinicalIssue(boolean bool)
Set to true if there is a Clinical issue. |
void |
setFunctionalIssue(boolean bool)
Set to true if there is a Functional issue. |
void |
setManifestationSequenceIssue(boolean bool)
Set to true if there is a Manifestation Sequence issue. |
void |
setServiceIssue(boolean bool)
Set to true if there is a Services issue. |
void |
setValidityFlag(java.lang.String val)
Sets the issues by setting the validity flag value. |
| Method Detail |
|---|
boolean isManifestationSequenceIssue()
void setManifestationSequenceIssue(boolean bool)
bool - boolean isClinicalIssue()
void setClinicalIssue(boolean bool)
bool - boolean isFunctionalIssue()
void setFunctionalIssue(boolean bool)
bool - boolean isServiceIssue()
void setServiceIssue(boolean bool)
bool - java.lang.String getValidityFlag()
void setValidityFlag(java.lang.String val)
val - void reset()
boolean isIssuePresent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||