public class MedicalDeviceUse_TID3831 extends Template
| Constructor and Description |
|---|
MedicalDeviceUse_TID3831(SRTree objTree)
Instantiates a new MedicalDeviceUse_TID3831 Template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setComment(int[] arrPosition)
Sets the value for Comment.
|
void |
setDateTimeEnded(int[] arrPosition,
java.lang.String strValue)
Sets the value for Date Time Ended.
|
void |
setDateTimeStarted(int[] arrPosition,
java.lang.String strValue)
Sets the value for Date Time Started.
|
void |
setMedicalDeviceUsed(int[] arrPosition)
Sets the value for Medical Device Used.
|
void |
setStatus(int[] arrPosition,
EnumCM_UseStatus enumUseStatus)
Sets the value for Status.
|
public MedicalDeviceUse_TID3831(SRTree objTree)
objTree - Object of SRTree.public void setMedicalDeviceUsed(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree.public void setDateTimeStarted(int[] arrPosition,
java.lang.String strValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.strValue - public void setDateTimeEnded(int[] arrPosition,
java.lang.String strValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.strValue - public void setStatus(int[] arrPosition,
EnumCM_UseStatus enumUseStatus)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumUseStatus - Enum value for Use Status.public void setComment(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree.strSummary - String value for Summary.