public class BreastImagingReportSupplementaryData_TID4208 extends Template
| Constructor and Description |
|---|
BreastImagingReportSupplementaryData_TID4208(SRTree objTree)
Instantiates BreastImagingReportSupplementaryData_TID4208 Template.
|
| Modifier and Type | Method and Description |
|---|---|
BreastCompositionSection_TID4205 |
getBreastCompositionSection()
Retrieves the object of BreastCompositionSection.
|
BreastImagingAssessment_TID4203 |
getBreastImagingAssessment()
Retrieves the object of BreastImagingAssessment.
|
BreastImagingProcedureReported_TID4201 |
getBreastImagingProcedureReported()
Retrieves the object of BreastImagingProcedureReported.
|
BreastImagingReportFindingSection_TID4206 |
getBreastImagingReportFindingSection()
Retrieves the object of BreastImagingReportFindingSection.
|
BreastImagingReportInterventionSection_TID4204 |
getBreastImagingReportInterventionSection()
Retrieves the object of BreastImagingReportInterventionSection.
|
void |
setBaselineScreeningMammogram(int[] arrPosition,
EnumCM_YesNo enumYesNo)
Sets the value for Baseline screening mammogram.
|
void |
setFirstMammogramEver(int[] arrPosition,
EnumCM_YesNo enumYesNo)
Sets the value for First mammogram ever.
|
void |
setOverallAssessment(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Overall Assessment
|
void |
setSupplementaryData(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Supplementary Data
|
public BreastImagingReportSupplementaryData_TID4208(SRTree objTree)
objTree - Object of SRTree.public BreastImagingAssessment_TID4203 getBreastImagingAssessment()
public BreastCompositionSection_TID4205 getBreastCompositionSection()
public BreastImagingReportFindingSection_TID4206 getBreastImagingReportFindingSection()
public BreastImagingReportInterventionSection_TID4204 getBreastImagingReportInterventionSection()
public BreastImagingProcedureReported_TID4201 getBreastImagingProcedureReported()
public void setSupplementaryData(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumContinuityOfContent - Enumerated Value for ContinuityOfContent.public void setBaselineScreeningMammogram(int[] arrPosition,
EnumCM_YesNo enumYesNo)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumYesNo - Enum value for Yes-No.public void setFirstMammogramEver(int[] arrPosition,
EnumCM_YesNo enumYesNo)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumYesNo - Enum value for Yes-No.public void setOverallAssessment(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumContinuityOfContent - Enumerated Value for ContinuityOfContent.