public class BreastImagingProcedureReported_TID4201 extends Template
| Constructor and Description |
|---|
BreastImagingProcedureReported_TID4201(SRTree objTree)
Instantiates BreastImagingProcedureReported_TID4201 Template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setClinicalFinding(int[] arrPosition,
EnumCM_BreastClinicalFindingOrIndicatedProblem enumBreastClinicalFindingOrIndicatedProblem)
Sets value for Clinical Finding.
|
void |
setLaterality(int[] arrPosition,
EnumCM_SideFromBI_RADS enumSideFromBI_RADS)
Sets value for Laterality.
|
void |
setProcedureModifier(int[] arrPosition,
java.lang.Enum enumValue)
Sets value for Procedure Modifier.
|
void |
setProcedureReported(int[] arrPosition,
EnumCM_BreastProcedureReported enumBreastProcedureReported)
Sets value for Procedure reported.
|
void |
setReasonForProcedure(int[] arrPosition,
EnumCM_BreastProcedureReason enumBreastProcedureReason)
Sets value for Reason for procedure.
|
void |
setRelativeTime(int[] arrPosition,
EnumCM_TemporalPeriodsRelatingToProcedureOrTherapy enumTemporalPeriodsRelatingToProcedureOrTherapy)
Sets value for Relative time.
|
void |
setStudyDate(int[] arrPosition,
java.lang.String strStudyDate)
Sets the value for Study Date.
|
public BreastImagingProcedureReported_TID4201(SRTree objTree)
objTree - Object of SRTree.public void setProcedureReported(int[] arrPosition,
EnumCM_BreastProcedureReported enumBreastProcedureReported)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumBreastProcedureReported - Enumerated value for BreastProcedureReportedpublic void setProcedureModifier(int[] arrPosition,
java.lang.Enum enumValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumValue - This value can be one of the three Enum - EnumCM_BreastImplantTypes, EnumBreastBiopsyTechniques
EnumCM_BreastImagingProcedureModifiers.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 setReasonForProcedure(int[] arrPosition,
EnumCM_BreastProcedureReason enumBreastProcedureReason)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumBreastProcedureReason - Enumerated value for BreastProcedureReasonpublic void setRelativeTime(int[] arrPosition,
EnumCM_TemporalPeriodsRelatingToProcedureOrTherapy enumTemporalPeriodsRelatingToProcedureOrTherapy)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumTemporalPeriodsRelatingToProcedureOrTherapy - Enumerated value for TemporalPeriodsRelatingToProcedureOrTherapypublic void setClinicalFinding(int[] arrPosition,
EnumCM_BreastClinicalFindingOrIndicatedProblem enumBreastClinicalFindingOrIndicatedProblem)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumBreastClinicalFindingOrIndicatedProblem - Enumerated value for BreastClinicalFindingOrIndicatedProblem.public void setStudyDate(int[] arrPosition,
java.lang.String strStudyDate)
arrPosition - Identifier which shows the position of the node in the SR Tree.strStudyDate - String value for Subject Birth Date.