public class BreastImagingAssessment_TID4203 extends Template
| Constructor and Description |
|---|
BreastImagingAssessment_TID4203(SRTree objTree)
Instantiates BreastImagingAssessment_TID4203 Template.
|
| Modifier and Type | Method and Description |
|---|---|
BreastImagingPathologyResults_TID4207 |
getBreastImagingPathologyResults()
Retrieves BreastImagingPathologyResults
|
void |
setAssessmentCategory(int[] arrPosition,
EnumCM_AssessmentFromBI_RADS enumAssessmentFromBI_RADS)
Sets value for Assessment Category.
|
void |
setAssessmentCategory(int[] arrPosition,
EnumCM_RecommendedFollowupFromBI_RADS enumRecommendedFollowupFromBIRADS)
Sets value for Assessment Category.
|
void |
setLaterality(int[] arrPosition,
EnumCM_SideFromBI_RADS enumSideFromBI_RADS)
Sets value for Laterality.
|
void |
setRecommendedFollowUpDate(int[] arrPosition,
java.lang.String strRecommendedFollowUpDate)
Sets the value for Recommended Follow-up Date.
|
void |
setRecommendedFollowUpInterval(int[] arrPosition,
java.lang.String[] arrNumericValue,
EnumCM_UnitsOfFollowupInterval enumUnitsOfFollowupInterval)
Sets the value for Recommended Follow-up Interval
|
public BreastImagingAssessment_TID4203(SRTree objTree)
objTree - Object of SRTree.public BreastImagingPathologyResults_TID4207 getBreastImagingPathologyResults()
public void setAssessmentCategory(int[] arrPosition,
EnumCM_AssessmentFromBI_RADS enumAssessmentFromBI_RADS)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumAssessmentFromBI_RADS - Enumerated value for AssessmentFromBI_RADSpublic void setAssessmentCategory(int[] arrPosition,
EnumCM_RecommendedFollowupFromBI_RADS enumRecommendedFollowupFromBIRADS)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumRecommendedFollowupFromBIRADS - Enumerated value for RecommendedFollowupFromBIRADS.public void setLaterality(int[] arrPosition,
EnumCM_SideFromBI_RADS enumSideFromBI_RADS)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumSideFromBI_RADS - Enumerated value for SideFromBI_RADS.public void setRecommendedFollowUpInterval(int[] arrPosition,
java.lang.String[] arrNumericValue,
EnumCM_UnitsOfFollowupInterval enumUnitsOfFollowupInterval)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrNumericValue - String array for Numeric Value.enumUnitsOfFollowupInterval - Enumerated value for UnitsOfFollowupInterval.public void setRecommendedFollowUpDate(int[] arrPosition,
java.lang.String strRecommendedFollowUpDate)
arrPosition - Identifier which shows the position of the node in the SR Tree.strRecommendedFollowUpDate - String value for DateTime of Intervention.