public class RiskFactor_TID9005 extends Template
| Constructor and Description |
|---|
RiskFactor_TID9005(SRTree objTree)
Instantiates RiskFactor_TID9005 Template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setAgeAtOccurrence(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Age at Occurrence
|
void |
setComment(int[] arrPosition,
java.lang.String strComment)
Sets the value for Comment.
|
void |
setDuration(int[] arrPosition,
java.lang.String[] arrNumericValue,
EnumCM_UnitsOfFollowupInterval enumUnitsOfFollowupInterval)
Sets the value for Duration
|
void |
setFamilyMemberWithRiskFactor(int[] arrPosition)
Sets the value for Family Member with Risk Factor.
|
void |
setGestationalAge(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Gestational Age.
|
void |
setMenopausalPhase(int[] arrPosition,
EnumCM_MenopausalPhase enumMenopausalPhase)
Sets the value for Menopausal phase.
|
void |
setRelevantRiskFactors(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Relevant Risk Factors.
|
void |
setRiskFactor(int[] arrPosition)
Sets the value for Risk factor.
|
void |
setRiskFactorModifier(int[] arrPosition)
Sets the value for Risk Factor modifier.
|
void |
setRoleOfPersonReporting(int[] arrPosition,
java.lang.Enum enumValue)
Sets the value for Role of person reporting.
|
void |
setSideOfFamily(int[] arrPosition,
EnumCM_SideOfFamily enumSideOfFamily)
Sets the value for Side of Family.
|
public RiskFactor_TID9005(SRTree objTree)
objTree - Object of SRTree.public void setRelevantRiskFactors(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumContinuityOfContent - Enumerated Value for ContinuityOfContent.public void setRiskFactor(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree.public void setFamilyMemberWithRiskFactor(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree.public void setRiskFactorModifier(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree.public void setGestationalAge(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.public void setRoleOfPersonReporting(int[] arrPosition,
java.lang.Enum enumValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumValue - This Enum value can be one of the following enums - EnumFamilyMember, EnumCM_PersonRoles,
or EnumCM_OrganizationalRoles.public void setAgeAtOccurrence(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.public void setDuration(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 setComment(int[] arrPosition,
java.lang.String strComment)
arrPosition - Identifier which shows the position of the node in the SR Tree.strComment - String value for Commentpublic void setMenopausalPhase(int[] arrPosition,
EnumCM_MenopausalPhase enumMenopausalPhase)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumMenopausalPhase - phaseOfEventValues Enumerated value for MenopausalPhase.public void setSideOfFamily(int[] arrPosition,
EnumCM_SideOfFamily enumSideOfFamily)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumSideOfFamily - Enumerated value for enumSideOfFamily.