public class ContributingSourcesSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAcquisitionDeviceProcessingCode()
Return Acquisition Device ProcessingCode.
|
java.lang.String |
getAcquisitionDeviceProcessingDescription()
Return Acquisition Device ProcessingDescription.
|
ContributingImageSourcesMacro |
getContributingImageSourcesMacro()
This method returns the Contributing Image Sources Macro with proper initialization.
|
java.lang.String |
getDateofLastDetectorCalibration()
Retrieves Date of print job creation.
|
java.lang.String |
getDetectorElementSpacing()
Retrieves Detector Detector Element Spacing.
|
java.lang.String |
getDetectorID()
Retrieves The ID or serial number of the detector used to acquire this image
|
java.lang.String |
getDetectorType()
Retrieves type of the value encoded in this Item
|
GeneralContributingSourcesMacro |
getGeneralContributingSourcesMacro()
This method returns the Numeric Value Macro with proper initialization.
|
java.lang.String[] |
getImagerPixelSpacing()
Retrieves Physical distance measured at the receptor plane of the detector between thecenters of each pixel specified by a numeric pair - row spacing value (delimiter)column spacing value in mm.
|
java.lang.String |
getPlaneIdentification()
Return PlaneIdentification.
|
java.lang.String[] |
getTimeofLastDetectorCalibration()
Retrieves Time when the printer was last calibrated.
|
void |
setAcquisitionDeviceProcessingCode(java.lang.String strAcquisitionDeviceProcessingCode)
Sets Acquisition Device ProcessingCode.
|
void |
setAcquisitionDeviceProcessingDescription(java.lang.String strAcquisitionDeviceProcessingDescription)
Sets Acquisition Device ProcessingDescription.
|
void |
setDateofLastDetectorCalibration(java.lang.String strDateofLastDetectorCalibration)
Sets Date of print Last Detector Calibration.
|
void |
setDetectorElementSpacing(java.lang.String strDetectorElementSpacing)
Sets DetectorElementSpacing.Uniquely identifies DetectorElementSpacing.
|
void |
setDetectorID(java.lang.String strDetectorID)
Sets the DetectorID.
|
void |
setDetectorType(EnumDetectorType enumDetectorType)
Sets the Detector Type Defined in Terms of TEXT,NUMERIC,CODE,DATE,TIME,PNAME
|
void |
setImagerPixelSpacing(java.lang.String[] strImagerPixelSpacing)
Sets Physical distance measured at the receptor plane of the detector between thecenters of each pixel specified by a numeric pair - row spacing value (delimiter)column spacing value in mm.
|
void |
setPlaneIdentification(EnumPlaneIdentification enumPlaneIdentification)
Sets Identification of the plane used to acquire this image.
|
void |
setTimeofLastDetectorCalibration(java.lang.String[] strTimeofLastDetectorCalibration)
Sets Time when the printer was last calibrated.
|
boolean |
validateForModule()
Validates all the attributes in Contributing Sources Sequence Item that are present in the DataSet
|
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public GeneralContributingSourcesMacro getGeneralContributingSourcesMacro()
NumericValueMacropublic ContributingImageSourcesMacro getContributingImageSourcesMacro()
NumericValueMacropublic void setImagerPixelSpacing(java.lang.String[] strImagerPixelSpacing)
strImagerPixelSpacing - String value of Imager Pixel Spacing.public java.lang.String[] getImagerPixelSpacing()
public void setAcquisitionDeviceProcessingCode(java.lang.String strAcquisitionDeviceProcessingCode)
strAcquisitionDeviceProcessingCode - String value of Acquisition Device ProcessingCode.public java.lang.String getAcquisitionDeviceProcessingCode()
public void setAcquisitionDeviceProcessingDescription(java.lang.String strAcquisitionDeviceProcessingDescription)
strAcquisitionDeviceProcessingDescription - String value of Acquisition Device ProcessingDescription.public java.lang.String getAcquisitionDeviceProcessingDescription()
public void setPlaneIdentification(EnumPlaneIdentification enumPlaneIdentification)
enumPlaneIdentification - enum value of PlaneIdentification.public java.lang.String getPlaneIdentification()
public void setDetectorType(EnumDetectorType enumDetectorType)
enumDetectorType - Specifies type of the value encoded in this Itempublic java.lang.String getDetectorType()
public void setDetectorID(java.lang.String strDetectorID)
strDetectorID - public java.lang.String getDetectorID()
public void setDateofLastDetectorCalibration(java.lang.String strDateofLastDetectorCalibration)
strDateofLastDetectorCalibration - String value of Date of print job creation.public java.lang.String getDateofLastDetectorCalibration()
public void setTimeofLastDetectorCalibration(java.lang.String[] strTimeofLastDetectorCalibration)
strTimeofLastDetectorCalibration - String array of Time when the printer was last calibrated.public java.lang.String[] getTimeofLastDetectorCalibration()
public void setDetectorElementSpacing(java.lang.String strDetectorElementSpacing)
strDetectorElementSpacing - String value of Detector Temperature.public java.lang.String getDetectorElementSpacing()