STIR
6.2.0
|
#include "stir/modelling/PlasmaSample.h"
Public Member Functions | |
PlasmaSample () | |
default constructor | |
PlasmaSample (const double sample_time, const float plasma_sample_counts, const float blood_sample_counts) | |
constructor, time in s More... | |
~PlasmaSample () | |
default destructor | |
Functions to get parameters | |
double | get_time_in_s () const |
get the time of the sample | |
float | get_blood_counts_in_kBq () const |
get the blood counts of the sample | |
float | get_plasma_counts_in_kBq () const |
get the plasma counts of the sample | |
Functions to set parameters | |
void | set_time_in_s (const double time) |
set the time of the sample | |
void | set_blood_counts_in_kBq (const float blood_counts) |
set the blood counts of the sample | |
void | set_plasma_counts_in_kBq (const float plasma_counts) |
set the plasma counts of the sample More... | |
A class for storing radiotracer concentration in a blood sample. Concentrations in plasma and the (overall) blood-concentration are stored.
|
inline |
constructor, time in s
A constructor : constructs a PlasmaSample object
sample_time | is the time in seconds relativily to the start of the scan. |
plasma_sample_counts | is the activity of plasma at the sample_time (assumed to be in kBq/ml) |
blood_sample_counts | is the activity of blood at the sample_time (assumed to be in kBq/ml) |
|
inline |
set the plasma counts of the sample
get the plasma counts of the sample