public interface DataValidityFlagIF
| Modifier and Type | Method and Description |
|---|---|
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.
|
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()