RadiationDoseCalculator

Radiation Dose Calculator

decay correction endotoxins PET radionuclide purity radiopharma SPECT sterility
Open selection

Radiation Dose Calculator — Patient absorbed dose calculator

ℹ️ Utility calculates ESTIMATED absorbed dose based on ICRP data (ICRP 106, 128):
• Effective dose (mSv) for overall radiation burden assessment
• Target organ and critical organ doses (mGy)
• Patient weight correction
• Dose limit compliance check

⚠️ IMPORTANT: Result is PRELIMINARY ESTIMATE and does NOT replace official
MIRD dosimetry. Used for safety decision-making before radiopharmaceutical
administration in clinical practice.

Usage:
RadiationDoseCalculator.exe → demo mode (console output)
RadiationDoseCalculator.exe input.csv output.json → calculate with your data

Input format:
PatientID,Nuclide,AdministeredActivityMBq,PatientWeightKg,TargetOrgan,PatientSex

Examples:
PT-RA223-001,Ra-223,1100.0,100.0,BoneSurface,M ← bone metastasis therapy
PT-LU177-001,Lu-177,6000.0,75.0,Kidneys,M ← PSMA-positive prostate cancer therapy
PT-F18-001,F-18,370.0,70.0,BladderWall,F ← diagnostic FDG PET

— WHY IS THIS NEEDED?
Absorbed dose assessment is critical before radiopharmaceutical administration:
• For THERAPEUTIC agents (radium-223, lutetium-177) — prevention of critical organ toxicity
(kidneys, bone marrow, bone surface)
• For DIAGNOSTIC agents (fluorine-18, technetium-99m) — minimization of radiation burden
while maintaining image quality
• For regulatory compliance (dose limits per ICRP, national regulations)

⚠️ CRITICAL:
• Utility uses SIMPLIFIED dosimetry model based on public ICRP data
• For precise personalized dosimetry, MIRD method required with:
— Patient-specific radiopharmaceutical biokinetics
— CT/PET imaging for organ mass determination
— Individual pharmacokinetic parameters
• Dose limits for therapy:
— Red bone marrow: ≤2 Gy per course
— Kidneys (for 177Lu): ≤23 Gy per course
— Bone surface: ≤50 Gy per course
• Effective dose for diagnostics:
— FDG (fluorine-18): ~7 mSv at 370 MBq
— Gallium-68 DOTATATE: ~4.4 mSv at 150 MBq

Key features:
• Support for 8 key radionuclides with ICRP data
• Automatic patient weight correction (relative to 70 kg)
• Dose calculation for target organ and all critical organs
• Dose limit compliance check with safety margin (%)
• Patient sex support (for future sex-specific extensions)
• Demo mode with clinically relevant examples

Supported radionuclides and critical organs:
• Radium-223: bone surface (1.8 mGy/MBq), red marrow (0.45 mGy/MBq)
• Lutetium-177: kidneys (0.49 mGy/MBq), red marrow (0.31 mGy/MBq)
• Iodine-131: thyroid (0.23 mGy/MBq), red marrow (0.10 mGy/MBq)
• Strontium-89: bone surface (2.1 mGy/MBq), red marrow (0.55 mGy/MBq)
• Fluorine-18: bladder wall (0.044 mGy/MBq), red marrow (0.018 mGy/MBq)
• Gallium-68: kidneys (0.055 mGy/MBq), adrenals (0.032 mGy/MBq)
• Technetium-99m: bladder wall (0.015 mGy/MBq)
• Indium-111: kidneys (0.12 mGy/MBq), liver (0.08 mGy/MBq)

💡 Usage tips:
1. For therapeutic agents ALWAYS check critical organ doses
2. If limit exceeded (>100%), consider:
• Reduced administered activity
• Increased interval between administrations
• Alternative agent/therapy method
3. For diagnostics compare effective dose with natural background (~2.4 mSv/year)
4. Account for cumulative dose in repeated studies/therapies

⚠️ Limitations:
• Does not account for individual radiopharmaceutical biokinetics
• Does not account for pathological organ changes (metastases, cirrhosis)
• Does not replace official dosimetry for clinical trials
• Data based on ICRP population average values

Data sources:
• ICRP Publication 106 (2008) — Radiopharmaceuticals
• ICRP Publication 128 (2015) — ICRP Statement on Tissue Reactions
• EANM Dosimetry Committee guidelines
• FDA guidance on radiation dosimetry for radiopharmaceuticals

input.csv

PatientID,Nuclide,AdministeredActivityMBq,PatientWeightKg,TargetOrgan,PatientSex
PT-RA223-001,Ra-223,1100.0,100.0,BoneSurface,M
PT-LU177-001,Lu-177,6000.0,75.0,Kidneys,M
PT-F18-001,F-18,370.0,70.0,BladderWall,F
PT-I131-001,I-131,5550.0,80.0,Thyroid,M
PT-SR89-001,Sr-89,148.0,70.0,BoneSurface,F

URS & FS — user requirements and functional specification

This document defines user requirements and functional specification for the quality-control utility. It supports deployment discussion, IQ/OQ preparation and QC workflow integration.

Utility: RadiationDoseCalculatorAPI / object: Radiation Dose CalculatorCategory: Radiopharmaceuticals

1. Scope

The Radiation Dose Calculator utility is used for Radiation Dose Calculator. The actual input.csv is the source of truth for the input structure; control criteria are defined by the executable and the domain description.

The utility does not use machine learning; decisions are produced by deterministic rules.

Categories: Radiopharmaceuticals

Tags: decay correction, endotoxins, PET, radionuclide purity, radiopharma, SPECT, sterility

2. Execution modes

RadiationDoseCalculator.exe                            → demo mode (console output)
RadiationDoseCalculator.exe input.csv output.json      → calculate with your data

3. Key controlled areas

  • purity and impurities
  • microbiology and pathogens
  • pH and physicochemical parameters
  • activity, decay and radiochemical purity

4. Domain limits and critical parameters

  • ⚠️ IMPORTANT: Result is PRELIMINARY ESTIMATE and does NOT replace official
  • ⚠️ CRITICAL:
  • Utility uses SIMPLIFIED dosimetry model based on public ICRP data
  • For precise personalized dosimetry, MIRD method required with:
  • Dose limits for therapy:
  • — Red bone marrow: ≤2 Gy per course
  • — Kidneys (for 177Lu): ≤23 Gy per course
  • — Bone surface: ≤50 Gy per course
  • Effective dose for diagnostics:
  • — FDG (fluorine-18): ~7 mSv at 370 MBq
  • — Gallium-68 DOTATATE: ~4.4 mSv at 150 MBq
  • Support for 8 key radionuclides with ICRP data
  • Automatic patient weight correction (relative to 70 kg)
  • Dose calculation for target organ and all critical organs
  • Dose limit compliance check with safety margin (%)
  • Patient sex support (for future sex-specific extensions)
  • Demo mode with clinically relevant examples
  • Radium-223: bone surface (1.8 mGy/MBq), red marrow (0.45 mGy/MBq)
  • Lutetium-177: kidneys (0.49 mGy/MBq), red marrow (0.31 mGy/MBq)
  • Iodine-131: thyroid (0.23 mGy/MBq), red marrow (0.10 mGy/MBq)
  • Strontium-89: bone surface (2.1 mGy/MBq), red marrow (0.55 mGy/MBq)
  • Fluorine-18: bladder wall (0.044 mGy/MBq), red marrow (0.018 mGy/MBq)
  • Gallium-68: kidneys (0.055 mGy/MBq), adrenals (0.032 mGy/MBq)
  • Technetium-99m: bladder wall (0.015 mGy/MBq)
Limits stated in the description must be verified against the current approved specification, pharmacopoeial monograph and registration dossier before production use.

5. URS — user requirements

IDRequirementCriticalityAcceptance criterion
URS-001The system shall accept an input.csv file for Radiation Dose Calculator with the exact columns listed in the “Input data contract” section.HighA file with the correct header is processed without manual editing; missing mandatory columns produce FAIL/import error.
URS-002The system shall support execution without arguments in demo mode and execution with input.csv output.json for user data.MediumBoth execution scenarios produce a predictable result or clear diagnostic error.
URS-003The system shall perform rule-based controls for: purity and impurities, microbiology and pathogens, pH and physicochemical parameters, activity, decay and radiochemical purity.HighEach controlled parameter receives a status and message; the result does not depend on hidden Excel formulas or ML.
URS-004The system shall preserve traceability between batch/lot, source values, applied rules and final verdict.HighOutput includes batch identifier, source values, parameter statuses and critical findings.
URS-005The system shall generate machine-readable output.json for LIMS/ELN/MES, batch record and QA/QC review.HighJSON contains overall status, check array, warnings, failures and source-file reference.
URS-006The system shall support use in the client validation package: URS/FS, IQ/OQ preparation, installation and operational scenario checks.HighThe document, test scenarios and reproducible CSV/JSON flow are suitable for audit and internal approval.
URS-007The system shall clearly separate technical data errors from specification nonconformities.MediumSchema/type errors are not mixed with pharmacopoeial deviations and are reported separately.

6. input.csv data contract

The source of truth for the input schema is the actual input.csv header. Column names are technical identifiers and are not translated.

#ColumnTypeUnitDescriptionSampleControl rule
1PatientIDtextas specifiedPatient IDPT-RA223-001mandatory value; format and acceptability are checked by the utility
2Nuclidetextas specifiedNuclideRa-223mandatory value; format and acceptability are checked by the utility
3AdministeredActivityMBqdecimalMBqAdministered Activity MBq1100.0mandatory numeric value; rule comparison is performed by the utility
4PatientWeightKgdecimalas specifiedPatient Weight Kg100.0mandatory numeric value; rule comparison is performed by the utility
5TargetOrgantextas specifiedTarget OrganBoneSurfacemandatory value; format and acceptability are checked by the utility
6PatientSextextas specifiedPatient SexMmandatory value; format and acceptability are checked by the utility

CSV example

PatientID,Nuclide,AdministeredActivityMBq,PatientWeightKg,TargetOrgan,PatientSex
PT-RA223-001,Ra-223,1100.0,100.0,BoneSurface,M

7. FS — functional specification

IDFunctionImplementation description
FS-001CLI entry pointThe executable RadiationDoseCalculator.exe supports demo mode and input.csv output.json processing mode.
FS-002CSV parserThe import module reads CSV, validates header, column presence/order, value count and encoding. Decimal values are expected with a dot separator.
FS-003Field conversionEach column is converted to the expected type: identifier, text, decimal number, date/time or boolean flag.
FS-004Domain rule engineFor Radiation Dose Calculator, explicit rules are applied: range, minimum, maximum, absence of prohibited flag, data completeness or calculation-based check.
FS-005Criticality handlingCritical violations produce FAIL; non-critical deviations and incomplete data produce WARNING; full conformance produces PASS.
FS-006JSON writeroutput.json stores overall status, per-parameter results, source values, warnings, failures and diagnostic messages.
FS-007Integration contractThe CSV → JSON format is stable for invocation from LIMS/ELN/MES, scheduled task or wrapper service.
FS-008Error handlingSchema error, missing file, non-numeric value or JSON write failure returns diagnosable error without silent PASS.

8. output.json contract

The output file must be suitable for automated processing, audit review and correlation with the source input.csv row.

{
  "utility": "RadiationDoseCalculator",
  "api": "Radiation Dose Calculator",
  "batchNumber": "",
  "overallStatus": "PASS|WARNING|FAIL",
  "checkedAtUtc": "2026-05-18T00:00:00Z",
  "checks": [
    {
      "parameter": "PatientID",
      "value": "PT-RA223-001",
      "unit": "as specified",
      "status": "PASS|WARNING|FAIL",
      "message": "Rule-based check result"
    },
    {
      "parameter": "Nuclide",
      "value": "Ra-223",
      "unit": "as specified",
      "status": "PASS|WARNING|FAIL",
      "message": "Rule-based check result"
    },
    {
      "parameter": "AdministeredActivityMBq",
      "value": "1100.0",
      "unit": "MBq",
      "status": "PASS|WARNING|FAIL",
      "message": "Rule-based check result"
    },
    {
      "parameter": "PatientWeightKg",
      "value": "100.0",
      "unit": "as specified",
      "status": "PASS|WARNING|FAIL",
      "message": "Rule-based check result"
    },
    {
      "parameter": "TargetOrgan",
      "value": "BoneSurface",
      "unit": "as specified",
      "status": "PASS|WARNING|FAIL",
      "message": "Rule-based check result"
    },
    {
      "parameter": "PatientSex",
      "value": "M",
      "unit": "as specified",
      "status": "PASS|WARNING|FAIL",
      "message": "Rule-based check result"
    }
  ],
  "criticalFindings": [],
  "sourceFile": "input.csv"
}

9. OQ/PQ test scenarios

IDScenarioExpected result
TC-001Valid CSV with expected header and sample rowAll rows are processed; output contains PASS/WARNING/FAIL and parameter-level detail.
TC-002A mandatory input.csv column is missingImport is rejected or the row receives FAIL with schema reference.
TC-003A numeric field contains text or a blank valueType conversion error is recorded; the result is not hidden as PASS.
TC-004A parameter is outside specification or critical limitCritical parameters produce FAIL; non-critical deviations produce WARNING according to the rule.
TC-008Incorrect activity, reference time or radiochemical purityFAIL/WARNING is produced with calculation traceability.

10. QA/QC, CSV and change control

  • Before production use, the client records executable version, checksum, specification/monograph version, test CSV, expected JSON and IQ/OQ results.
  • Column names must not be changed without updating the validator and test scenarios.
  • The source CSV, output.json and utility version should be stored together as an evidence package.
  • Any change in control rules must go through change control and repeated OQ scenario verification.

Included in packages

Andrology QC Suite

QC package for andrology: androgens, erectile-dysfunction medicines, BPH/prostate products, fertility and related hormonal checks.

Open

Endocrinology QC Suite

QC package for endocrinology: thyroid, pituitary/peptide hormones, corticosteroids, sex hormones and selected metabolic medicines.

Open

PetRad QC Suite

A specialised utility package for radiopharmaceutical quality control: PET, SPECT, therapeutic radionuclides, generators and decay calculations.

Open

Radiology QC Suite

QC package for radiology and diagnostic imaging: radiopharmaceuticals, PET/SPECT, contrast media, iodinated and gadolinium products, plus particle, sterility and endotoxin checks.

Open

RPH organ/system: bone and musculoskeletal

Bone scintigraphy, MDP/PYP, marrow, bone-pain palliation, skeletal metastases and radiosynovectomy.

Open

RPH organ/system: endocrine, thyroid and NET

Radioiodine, thyroid/parathyroid, somatostatin receptor, MIBG and neuroendocrine workflows.

Open

RPH organ/system: hepatobiliary and GI

HIDA, mebrofenin, gallbladder, gastric emptying, GI transit, bleeding and liver/spleen imaging.

Open

RPH organ/system: oncology and theranostics

Tumour imaging, PSMA/FAPI/receptor tracers, immuno-PET, targeted radionuclide therapy and radioembolization.

Open

RPH organ/system: renal and urinary

Renography, GFR/ERPF, renal uptake, DMSA/MAG3/DTPA and bladder-related workflows.

Open

RPH use case: generators, isotope purity and starting radionuclides

Control of generator eluate, breakthrough, radionuclidic purity, isotope mix, carrier/free radionuclides and starting radionuclides before labeling.

Open

RPH workflow: dosimetry and therapy planning

Activity planning, absorbed dose, organ dose, lung shunt, preplanning and therapy verification.

Open

RPH workflow: generators and isotope purity

Generator eluate, breakthrough, radionuclidic purity, isotope mix and starting radionuclides.

Open

RPH workflow: imaging QC and quantitative interpretation

Acquisition, uptake, clearance, perfusion, transit, ejection fraction, segmentation and quantitative imaging.

Open

RPH workflow: product release QC

Assay, purity, sterility, endotoxins, pH, impurities, appearance and batch-release checks.

Open

RPH workflow: stability, storage, decay and waste

Kinetic stability, shelf life, decay correction, expiry, storage, trend and radioactive waste.

Open

RPH: combined radiopharmaceutical QC package

RPH combines PetRad, PetRad2 and PetRad3 into one umbrella package for PET/SPECT, therapeutic radionuclides, generators, labelled compounds, decay calculations, sterility, endotoxins and radiochemical/radionuclidic purity.

Open

Urology QC Suite

QC package for urology: BPH, urolithiasis, overactive bladder, urinary-tract infection medicines and supporting antimicrobial QC checks.

Open