public class ObstetricHistory_TID9006 extends Template
| Constructor and Description |
|---|
ObstetricHistory_TID9006(SRTree objTree)
Instantiates ObstetricHistory_TID9006 Template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setComment(int[] arrPosition,
java.lang.String strComment)
Sets the value for Comment.
|
void |
setGestationalAge(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Gestational Age.
|
void |
setOBGYNDates(int[] arrPosition,
EnumCM_OBGYNDates enumOBGYNDates,
java.lang.String strValue)
Sets value for OBGYNDates.
|
void |
setObstetricHistory(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Obstetric History.
|
public ObstetricHistory_TID9006(SRTree objTree)
objTree - Object of SRTree.public void setOBGYNDates(int[] arrPosition,
EnumCM_OBGYNDates enumOBGYNDates,
java.lang.String strValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumOBGYNDates - Enumerated value for OB-GYNDates.strValue - public void setObstetricHistory(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumContinuityOfContent - Enumerated Value for ContinuityOfContent.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 setComment(int[] arrPosition,
java.lang.String strComment)
arrPosition - Identifier which shows the position of the node in the SR Tree.strComment - String value for Comment