public class IndicatedProblem_TID9004 extends Template
| Constructor and Description |
|---|
IndicatedProblem_TID9004(SRTree objTree)
Instantiates IndicatedProblem_TID9004 Template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setComment(int[] arrPosition,
java.lang.String strComment)
Sets the value for Comment.
|
void |
setDatetimeOfLastEvaluation(int[] arrPosition,
java.lang.String strDatetimeOfLastEvaluation)
Sets the value for Datetime of last evaluation
|
void |
setDatetimeProblemObserved(int[] arrPosition,
java.lang.String strDatetimeProblemObserved)
Sets the value for Datetime problem observed
|
void |
setDurationOfIntervention(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Duration of Intervention.
|
void |
setFindingSite(int[] arrPosition)
Sets the value for Finding site.
|
void |
setFrequency(int[] arrPosition,
EnumCM_RelativeFrequencyOfEventValues enumRelativeFrequencyOfEventValues)
Sets the value for Frequency.
|
void |
setIndicatedProblem(int[] arrPosition)
Sets the value for Indicated Problem.
|
void |
setLaterality(int[] arrPosition)
Sets the value for Laterality.
|
void |
setProblemList(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Problem List.
|
void |
setRoleOfPersonReporting(int[] arrPosition,
java.lang.Enum enumValue)
Sets the value for Role of person reporting.
|
public IndicatedProblem_TID9004(SRTree objTree)
objTree - Object of SRTree.public void setIndicatedProblem(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree..public void setLaterality(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree.public void setFindingSite(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree.public void setProblemList(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumContinuityOfContent - Enumerated Value for ContinuityOfContent.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 setDatetimeProblemObserved(int[] arrPosition,
java.lang.String strDatetimeProblemObserved)
arrPosition - Identifier which shows the position of the node in the SR Tree.strDatetimeProblemObserved - String value for DateTime of Interventionpublic void setFrequency(int[] arrPosition,
EnumCM_RelativeFrequencyOfEventValues enumRelativeFrequencyOfEventValues)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumRelativeFrequencyOfEventValues - Enumerated value for RelativeFrequencyOfEventValues.public void setDatetimeOfLastEvaluation(int[] arrPosition,
java.lang.String strDatetimeOfLastEvaluation)
arrPosition - Identifier which shows the position of the node in the SR Tree.strDatetimeOfLastEvaluation - String value for DateTime of Interventionpublic 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 setDurationOfIntervention(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.