public class ResponseEvaluation_TID4106 extends Template
| Constructor and Description |
|---|
ResponseEvaluation_TID4106(SRTree objTree)
Instantiates ResponseEvaluation_TID4106 Template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setBestOverallResponse(int[] arrPosition,
EnumCM_RECISTResponseCriteria enumRECISTResponseCriteria)
Sets value for Best Overall Response.
|
void |
setCurrentResponse(int[] arrPosition,
EnumCM_RECISTResponseCriteria enumRECISTResponseCriteria)
Sets value for Current Response.
|
void |
setMeasurementOfResponse(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Measurement of Response.
|
void |
setResponseEvaluation(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Response Evaluation
|
void |
setResponseEvaluationMethod(int[] arrPosition,
EnumCM_ResponseEvaluationMethod enumResponseEvaluationMethod)
Sets value for Response Evaluation Method.
|
public ResponseEvaluation_TID4106(SRTree objTree)
objTree - Object of SRTree.public void setResponseEvaluation(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumContinuityOfContent - Enumerated Value for ContinuityOfContent.public void setResponseEvaluationMethod(int[] arrPosition,
EnumCM_ResponseEvaluationMethod enumResponseEvaluationMethod)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumResponseEvaluationMethod - Enum value for ResponseEvaluationMethod.public void setCurrentResponse(int[] arrPosition,
EnumCM_RECISTResponseCriteria enumRECISTResponseCriteria)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumRECISTResponseCriteria - Enumerated value for RECISTResponseCriteriapublic void setBestOverallResponse(int[] arrPosition,
EnumCM_RECISTResponseCriteria enumRECISTResponseCriteria)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumRECISTResponseCriteria - Enumerated value for RECISTResponseCriteriapublic void setMeasurementOfResponse(int[] arrPosition,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrNumericValue - String array for Numeric Value.