public class IrradiationEventXRayDetectorData_TID10003A extends Template
| Constructor and Description |
|---|
IrradiationEventXRayDetectorData_TID10003A(SRTree objTree)
Instantiates a new IrradiationEventXRayDetectorData_TID10003A Template.
|
| Modifier and Type | Method and Description |
|---|---|
DeviceParticipant_TID1021 |
getDeviceParticipant()
Retrieves DeviceParticipant_TID1021
|
void |
setAcquiredImage(int[] arrPosition,
java.lang.String strRefSOPClassUIDForCORefMacro,
java.lang.String strRefSOPInstanceUIDForCORefMacro,
java.lang.String[] arrStrReferencedFrameNumber,
java.lang.String strRefSOPClassUID,
java.lang.String strRefSOPInstanceUID)
Sets value for Acquired Image
|
void |
setDeviationIndex(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Deviation Index
|
void |
setExposureIndex(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Exposure Index
|
void |
setTargetExposureIndex(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Target Exposure Index
|
public IrradiationEventXRayDetectorData_TID10003A(SRTree objTree)
objTree - Object of SRTree.public DeviceParticipant_TID1021 getDeviceParticipant()
public void setExposureIndex(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 setTargetExposureIndex(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 setDeviationIndex(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 setAcquiredImage(int[] arrPosition,
java.lang.String strRefSOPClassUIDForCORefMacro,
java.lang.String strRefSOPInstanceUIDForCORefMacro,
java.lang.String[] arrStrReferencedFrameNumber,
java.lang.String strRefSOPClassUID,
java.lang.String strRefSOPInstanceUID)
arrPosition - dentifier which shows the position of the node in the SR Tree.strRefSOPClassUIDForCORefMacro - Reference SOP Class UID for Composite Object Reference Macro.strRefSOPInstanceUIDForCORefMacro - Reference SOP Instance UID for Composite Object Reference Macro.arrStrReferencedFrameNumber - String Array of Referenced Frame Number.strRefSOPClassUID - Referenced SOP Class UID.strRefSOPInstanceUID - Referenced SOP Instance UID.