public class SubjectContextFetus_TID1008 extends Template
| Constructor and Description |
|---|
SubjectContextFetus_TID1008(SRTree objTree)
Instantiates a new SubjectContextFetus_TID1008 Template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setFetusID(int[] arrPosition,
java.lang.String strFetusID)
Sets the value for FetusID.
|
void |
setMotherOfFetus(int[] arrPosition,
java.lang.String strMotherOfFetus)
Sets the value for Mother of fetus.
|
void |
setNumberofFetuses(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Number of Fetuses
|
void |
setNumberofFetusesbyUS(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Number of Fetuses by US
|
void |
setSubjectID(int[] arrPosition,
java.lang.String strSubjectID)
Sets the value for SubjectID.
|
void |
setSubjectUID(int[] arrPosition,
java.lang.String strSubjectUID)
Sets the value for Subject UID
|
public SubjectContextFetus_TID1008(SRTree objTree)
objTree - Object of SRTree.public void setMotherOfFetus(int[] arrPosition,
java.lang.String strMotherOfFetus)
arrPosition - Identifier which shows the position of the node in the SR Tree.strMotherOfFetus - String value for Mother of fetus.public void setSubjectUID(int[] arrPosition,
java.lang.String strSubjectUID)
arrPosition - Identifier which shows the position of the node in the SR Tree.strSubjectUID - String value for SubjectUID.public void setSubjectID(int[] arrPosition,
java.lang.String strSubjectID)
arrPosition - Identifier which shows the position of the node in the SR Tree.strSubjectID - String value for SubjectIDpublic void setFetusID(int[] arrPosition,
java.lang.String strFetusID)
arrPosition - Identifier which shows the position of the node in the SR Tree.strFetusID - String value for FetusIDpublic void setNumberofFetusesbyUS(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 setNumberofFetuses(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.