The standard uptake value (SUV) is calculated based on an 18F-FDG-PET acquistion using ancillary information contained in the DICOM data.
activityConcentration(pixelData, ...)# S4 method for array
activityConcentration(
pixelData,
CSV = NULL,
seriesNumber = NULL,
method = "qiba"
)
.activityConcentration(
pixelData,
CSV = NULL,
seriesNumber = NULL,
method = "qiba"
)
standardUptakeValue(pixelData, ...)
# S4 method for array
standardUptakeValue(
pixelData,
mask = NULL,
CSV = NULL,
seriesNumber = NULL,
method = c("qiba", "user"),
prior = NULL,
decayedDose = NULL
)
.standardUptakeValue(
pixelData,
mask = NULL,
CSV = NULL,
seriesNumber = NULL,
method = c("qiba", "user"),
prior = NULL,
decayedDose = NULL
)
A list containing the following items
SUVbwis a
multidimensional array, the same dimension as pixelData
, that
contains the standard uptake values.
hdris a list of DICOM header fields used in the SUV calculation.
decayTimeis the decay time calculated from the DICOM header information.
decayedDoseis the RadionuclideTotalDose, if taken from the DICOM header information, or the user-specified value.
SUVbwScaleFactoris \(\mbox{PatientsWeight}\cdot1000/\mbox{decayedDose}\).
is a multidimensional array of signal intensities of class
nifti
.
additional arguments
is a data.frame
that is the output from dicomTable
and contains all necessary DICOM header fields.
is the SeriesNumber that corresponds to the PET acquisition.
takes on two possible values (qiba
and user
),
where QIBA pseudocode is used to calculate the SUVs or user-defined
parameters are used.
is a multidimensional array of logical values (only used when
method = "user"
).
is a list of DICOM header field names that are necessary for
the SUV calculation under method = "user"
or may be used to replace
values from the DICOM header information when method = "qiba"
.
is the amount of the RadionuclideTotalDose after being corrected for residual dose in the syringe. This value is NOT usually corrected in the DICOM data.
Brandon Whitcher bwhitcher@gmail.com
https://qibawiki.rsna.org/index.php?title=Standardized_Uptake_Value_(SUV)
dicomTable
, nifti