public class MedicationSubstanceEnvironmentalExposure_TID9002 extends Template
| Constructor and Description |
|---|
MedicationSubstanceEnvironmentalExposure_TID9002(SRTree objTree)
Instantiates MedicationSubstanceEnvironmentalExposure_TID9002 Template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setAgeEnded(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Age Ended
|
void |
setAgeStarted(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Age Started
|
void |
setBrandName(int[] arrPosition,
java.lang.String strBrandName)
Sets the value for Brand Name
|
void |
setClassification(int[] arrPosition)
Sets the value for Classification
|
void |
setDatetimeEnded(int[] arrPosition,
java.lang.String strRecommendedFollowUpDate)
Sets the value for Datetime Ended
|
void |
setDatetimeStarted(int[] arrPosition,
java.lang.String strRecommendedFollowUpDate)
Sets the value for Datetime Started
|
void |
setDuration(int[] arrPosition,
java.lang.String[] arrNumericValue,
EnumCM_UnitsOfFollowupInterval enumUnitsOfFollowupInterval)
Sets the value for Duration
|
void |
setOngoing(int[] arrPosition,
EnumCM_YesNo enumYesNo)
Sets the value for Ongoing.
|
void |
setQualitativeConceptsForUsageExposureAmount(int[] arrPosition,
EnumCM_RelativeFrequencyOfEventValues enumRelativeFrequencyOfEventValues,
EnumCM_QuaLItativeConceptsForUsageExposureFrequency enumQuaLItativeConceptsForUsageExposureFrequency)
Sets value for Qualitative Concepts for Usage, Exposure Amount.
|
void |
setQualitativeConceptsForUsageExposureAmount(int[] arrPosition,
EnumCM_RelativeUsageExposureAmount enumRelativeUsageExposureAmount,
EnumCM_QualitativeConceptsForUsageExposureAmount enumQualitativeConceptsForUsageExposureAmount)
Sets value for Qualitative Concepts for Usage, Exposure Amount.
|
void |
setQuantitativeConceptsForUsageExposure(int[] arrPosition,
java.lang.String[] arrNumericValue,
EnumCM_QuantitativeConceptsForUsageExposure enumQuantitativeConceptsForUsageExposure)
Sets the value for Quantitative Concepts for Usage, Exposure
|
void |
setRoleOfPersonReporting(int[] arrPosition,
java.lang.Enum enumValue)
Sets the value for Role of person reporting.
|
public MedicationSubstanceEnvironmentalExposure_TID9002(SRTree objTree)
objTree - Object of SRTree.public void setClassification(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree.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 setAgeStarted(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 setAgeEnded(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 setDatetimeStarted(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 Interventionpublic void setDatetimeEnded(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 Interventionpublic 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 setOngoing(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 setBrandName(int[] arrPosition,
java.lang.String strBrandName)
arrPosition - Identifier which shows the position of the node in the SR Tree.strBrandName - String value for Brand Name.public void setQuantitativeConceptsForUsageExposure(int[] arrPosition,
java.lang.String[] arrNumericValue,
EnumCM_QuantitativeConceptsForUsageExposure enumQuantitativeConceptsForUsageExposure)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrNumericValue - String array for Numeric Value.enumQuantitativeConceptsForUsageExposure - Enumerated value for QuantitativeConceptsForUsageExposurepublic void setQualitativeConceptsForUsageExposureAmount(int[] arrPosition,
EnumCM_RelativeUsageExposureAmount enumRelativeUsageExposureAmount,
EnumCM_QualitativeConceptsForUsageExposureAmount enumQualitativeConceptsForUsageExposureAmount)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumRelativeUsageExposureAmount - Enumerated value for RelativeUsageExposureAmount.enumQualitativeConceptsForUsageExposureAmount - Enumerated value for QualitativeConceptsForUsageExposureAmountpublic void setQualitativeConceptsForUsageExposureAmount(int[] arrPosition,
EnumCM_RelativeFrequencyOfEventValues enumRelativeFrequencyOfEventValues,
EnumCM_QuaLItativeConceptsForUsageExposureFrequency enumQuaLItativeConceptsForUsageExposureFrequency)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumRelativeFrequencyOfEventValues - Enumerated value for enumRelativeFrequencyOfEventValues.enumQuaLItativeConceptsForUsageExposureFrequency - Enumerated value for QuaLItativeConceptsForUsageExposureFrequency