public class VisualEvaluationTestSequenceItem extends Item
VisualEvaluationTestSequence.| Modifier and Type | Method and Description |
|---|---|
ReferencedImageSequence |
getReferencedImageSequence()
Retrieves pre-initialized object of Referenced Image Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
TestPatternCodeSequence |
getTestPatternCodeSequence()
Retrieves pre-initialized object of Test Pattern Code Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
java.lang.String |
getTestResult()
Retrieves type of the Test Result encoded in this Item
|
java.lang.String |
getTestResultComment()
Return user-defined label identifier for TestResultComment.
|
void |
setTestResult(EnumTestResult enumTestResult)
Sets the Test Result Defined in Terms of Enum
Result of a test.Enumerated Values:
PASS Evaluated as acceptable
FAIL Evaluated as not acceptable
SKIP Not evaluated
|
void |
setTestResultComment(java.lang.String strTestResultComment)
Sets Test Result Comment.
|
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, validateForModule, writepublic void setTestResult(EnumTestResult enumTestResult)
enumTestResult - Specifies type of the value encoded in this Itempublic java.lang.String getTestResult()
public void setTestResultComment(java.lang.String strTestResultComment)
strTestResultComment - String value of TestResultComment.public java.lang.String getTestResultComment()
public TestPatternCodeSequence getTestPatternCodeSequence()
public ReferencedImageSequence getReferencedImageSequence()