public class DeviceUsed_TID3107 extends Template
| Constructor and Description |
|---|
DeviceUsed_TID3107(SRTree objTree)
Instantiates DeviceUsed_TID3107 Template.
|
| Modifier and Type | Method and Description |
|---|---|
LogEntryQualifiers_TID3010 |
getLogEntryQualifiers()
Retrieves LogEntryQualifiers
|
void |
setDescriptionOfMaterial(int[] arrPosition,
java.lang.String strDescriptionOfMaterial)
Sets the value for Description of Material
|
void |
setDeviceCode(int[] arrPosition,
java.lang.String strValue)
Sets the value for Device Code.
|
void |
setDeviceUseActions(int[] arrPosition,
EnumCM_DeviceUseActions enumDeviceUseActions,
java.lang.Enum enumValue)
Sets value for Device Use Actions.
|
void |
setHasIntent(int[] arrPosition)
Sets value for Has Intent.
|
void |
setNumericDeviceCharacteristics(int[] arrPosition,
EnumCM_NumericDeviceCharacteristics enumNumericDeviceCharacteristics,
java.lang.String[] arrNumericValue)
Sets the value for Numeric Device Characteristics
|
void |
setProcedureSite(int[] arrPosition,
java.lang.Enum enumValue)
Sets value for Procedure site.
|
public DeviceUsed_TID3107(SRTree objTree)
objTree - Object of SRTree.public LogEntryQualifiers_TID3010 getLogEntryQualifiers()
public void setDeviceUseActions(int[] arrPosition,
EnumCM_DeviceUseActions enumDeviceUseActions,
java.lang.Enum enumValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumValue - This value can be one of the three Enum - EnumCM_CatheterizationDevices, EnumCM_IntracoronaryDevices.public void setDeviceCode(int[] arrPosition,
java.lang.String strValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.strValue - value for Device Codepublic void setDescriptionOfMaterial(int[] arrPosition,
java.lang.String strDescriptionOfMaterial)
arrPosition - Identifier which shows the position of the node in the SR Tree.strDescriptionOfMaterial - String value for Description Of Material.public void setNumericDeviceCharacteristics(int[] arrPosition,
EnumCM_NumericDeviceCharacteristics enumNumericDeviceCharacteristics,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumenumNumericDeviceCharacteristics - Enum for enumNumericDeviceCharacteristicsarrNumericValue - String array for Quatity Of Materialpublic void setProcedureSite(int[] arrPosition,
java.lang.Enum enumValue)
arrPosition - - Identifier which shows the position of the node in the SR Tree.enumValue - - This value can be one of the three Enum - EnumCM_ArterialSourceLocations, EnumCM_VenousSourceLocations
EnumCM_AtrialSourceLocations, EnumCM_VentricularSourceLocations,EnumCM_GradientSourceLocations.public void setHasIntent(int[] arrPosition)
arrPosition - Identifier which shows the position of the node in the SR Tree.