public class ImageAcquisition_TID3101 extends Template
| Constructor and Description |
|---|
ImageAcquisition_TID3101(SRTree objTree)
Instantiates a new ImageAcquisition_TID3101 Template.
|
| Modifier and Type | Method and Description |
|---|---|
LogEntryQualifiers_TID3010 |
getLogEntryQualifiers_TID3010()
Retrieves Log Entry Qualifiers
|
void |
setAcquisitionModality(int[] arrPosition,
EnumCM_AcquisitionModality enumAcquisitionModality,
java.lang.String strCodingSchemeVersionForCode)
Sets the value for Acquisition Modality.
|
void |
setImageAcquired(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 ImageAcquired
|
void |
setImageType(int[] arrPosition,
java.lang.String strImageType)
Sets the value for Image Type
|
void |
setNumberOfFrames(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for Number of Frames.
|
void |
setPositionerPrimaryAngle(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for PositionerPrimaryAngle.
|
void |
setPositionerSecondaryAngle(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for PositionerSecondaryAngle.
|
void |
setSeriesInstanceUID(int[] arrPosition,
java.lang.String strSeriesInstanceUID)
Sets the value for Series Instance UID
|
public ImageAcquisition_TID3101(SRTree objTree)
objTree - Object of SRTree.public LogEntryQualifiers_TID3010 getLogEntryQualifiers_TID3010()
public void setImageAcquired(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.public void setSeriesInstanceUID(int[] arrPosition,
java.lang.String strSeriesInstanceUID)
arrPosition - Identifier which shows the position of the node in the SR Tree.strSeriesInstanceUID - String value for SeriesInstanceUID.public void setAcquisitionModality(int[] arrPosition,
EnumCM_AcquisitionModality enumAcquisitionModality,
java.lang.String strCodingSchemeVersionForCode)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumAcquisitionModality - value for AcquisitionModalitystrCodingSchemeVersionForCode - CodingSchemeVersionpublic void setNumberOfFrames(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 setImageType(int[] arrPosition,
java.lang.String strImageType)
arrPosition - Identifier which shows the position of the node in the SR Tree.strImageType - String value for Image Type.public void setPositionerPrimaryAngle(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 setPositionerSecondaryAngle(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.