41 PlasmaSample::_time = time;
48 return PlasmaSample::_time;
55 PlasmaSample::_blood_counts = blood_counts;
62 return PlasmaSample::_blood_counts;
69 PlasmaSample::_plasma_counts = plasma_counts;
76 return PlasmaSample::_plasma_counts;
void set_blood_counts_in_kBq(const float blood_counts)
set the blood counts of the sample
Definition PlasmaSample.inl:53
void set_time_in_s(const double time)
set the time of the sample
Definition PlasmaSample.inl:39
PlasmaSample()
default constructor
Definition PlasmaSample.inl:23
~PlasmaSample()
default destructor
Definition PlasmaSample.inl:34
double get_time_in_s() const
get the time of the sample
Definition PlasmaSample.inl:46
float get_plasma_counts_in_kBq() const
get the plasma counts of the sample
Definition PlasmaSample.inl:74
float get_blood_counts_in_kBq() const
get the blood counts of the sample
Definition PlasmaSample.inl:60
void set_plasma_counts_in_kBq(const float plasma_counts)
set the plasma counts of the sample
Definition PlasmaSample.inl:67