Package com.pixelmed.dicom
Class SUVTransform
java.lang.Object
com.pixelmed.dicom.SUVTransform
A transformation constructed from a DICOM attribute list that extracts those attributes which describe how stored pixel values are translated into PET SUV values.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic long
deriveScanDateTimeFromHalfLifeAcquisitionDateTimeFrameReferenceTimeAndActualFrameDuration
(AttributeList list) getSingleSUVTransform
(int frame) toString
(int frame, double storedValue) Given a stored pixel value, return a string containing a description of all known SUV that can be derived from it.toString
(int frame, int storedValue) Given a stored pixel value, return a string containing a description of all known SUV that can be derived from it.
-
Constructor Details
-
SUVTransform
- Parameters:
list
- the dataset of an image object to be searched for transformations
-
-
Method Details
-
deriveScanDateTimeFromHalfLifeAcquisitionDateTimeFrameReferenceTimeAndActualFrameDuration
public static long deriveScanDateTimeFromHalfLifeAcquisitionDateTimeFrameReferenceTimeAndActualFrameDuration(AttributeList list) -
getSingleSUVTransform
-
toString
Given a stored pixel value, return a string containing a description of all known SUV that can be derived from it.- Parameters:
frame
- numbered from zero; needed to select which transform if frame-specificstoredValue
- the actual stored pixel value to look up
-
toString
Given a stored pixel value, return a string containing a description of all known SUV that can be derived from it.- Parameters:
frame
- numbered from zero; needed to select which transform if frame-specificstoredValue
- the actual stored pixel value to look up
-