Tc99mDTPAStabilityAndTranschelationChecker
Tc-99m DTPA Stability And Transchelation Checker
Utility description: Tc-99m DTPA Stability And Transchelation Checker
Tc-99m DTPA Stability And Transchelation Checker — Technetium-99m DTPA for dynamic scintigraphy
ℹ️ Utility checks critical parameters of Tc-99m DTPA:
• Radiochemical purity (≥95%)
• Free pertechnetate (≤5%)
• Reduced/hydrolyzed technetium (≤5%)
• Transchelation (≤5%) — CRITICAL!
• Aluminum oxide (<5 ppm)
• pH (4.0-8.0)
• Endotoxins (<175 EU/mL)
• Sterility, heavy metals, stability time (≤6 hours)
⚠️ CRITICAL: Transchelation >5% → accumulation in liver and spleen!
Low RCP <95% → kidney and brain imaging artifacts!
Stability time exceedance >6h → complex degradation and reduced clearance!
Usage:
Tc99mDTPAStabilityAndTranschelationChecker.exe → demo mode (console output)
Tc99mDTPAStabilityAndTranschelationChecker.exe input.csv output.json → evaluate your data
Input format:
BatchNumber,RadiochemicalPurityPercent,FreePertechnetatePercent,ReducedHydrolyzedTechnetiumPercent,TranschelationPercent,AluminumOxidePPM,pH,EndotoxinsEU_per_mL,SterilityTest,HeavyMetalsPPM,HoursSincePreparation,ActivityMBq
Example (sterility: 0=sterile, 1=contaminated):
TC99M-DTPA-2026-001,96.5,1.8,1.7,2.0,3.0,6.5,45.0,0,4.0,3.0,800.0
— WHY IS THIS NEEDED?
Technetium-99m DTPA (diethylenetriaminepentaacetic acid) — widely used radiopharmaceutical:
• 6.02-hour half-life — optimal for diagnostics
• 140 keV gamma radiation — ideal for gamma cameras
• Rapid renal clearance (glomerular filtration) — gold standard for GFR assessment
• Also used for brain scintigraphy (blood-brain barrier disruption)
• Clinically proven efficacy in kidney function assessment, obstruction, reflux
⚠️ CRITICAL:
• Radiochemical purity ≥95% — ensures rapid excretion through kidneys without delay
• Free pertechnetate ≤5% — free Tc-99m accumulates in thyroid, stomach, salivary glands
• Reduced/hydrolyzed technetium ≤5% — colloidal technetium is taken up by liver and spleen
• Transchelation ≤5% — CRITICAL PARAMETER! Tc-99m can transfer to endogenous ligands (transferrin, albumin), leading to accumulation in liver, spleen, and bone marrow instead of rapid renal clearance
• Aluminum oxide <5 ppm — excess Al³⁺ disrupts complexation
• pH 4.0-8.0 — DTPA is more stable over a wide pH range compared to DMSA
• Endotoxins <175 EU/mL — critical for IV administration!
• Sterility — MANDATORY for all parenteral forms!
• Usage time ≤6 hours — although DTPA is more stable than DMSA, prolonged storage increases transchelation risk
Key features:
• Radiochemical purity check (main quality parameter)
• Control of two main impurities: free pertechnetate and reduced technetium
• Transchelation monitoring — unique parameter for DTPA, distinguishing it from other complexes
• Aluminum oxide monitoring as critical labeling quality factor
• pH control for complex stability assurance
• Time since preparation and minimum activity check
• Comprehensive microbiological safety assessment
Critical parameters:
• Radiochemical purity: ≥95.0%
• Free pertechnetate: ≤5.0%
• Reduced/hydrolyzed technetium: ≤5.0%
• Transchelation: ≤5.0% (CRITICAL!)
• Aluminum oxide: <5.0 ppm
• pH: 4.0–8.0
• Endotoxins: <175 EU/mL
• Sterility: no microbial growth
• Heavy metals: ≤10 ppm
• Stability time: ≤6 hours
• Minimum activity: ≥200 MBq
💡 Usage tips:
1. Radiochemical purity controlled by TLC or HPLC with radio-detector
2. Transchelation determined by incubating the preparation with blood plasma in vitro and analyzing activity distribution
3. Free pertechnetate determined on silica gel strips (mobile phase: acetone)
4. Colloidal technetium determined on paper (mobile phase: saline)
5. Aluminum controlled by colorimetric method or ICP-MS
6. All measurements should be performed within 6 hours after synthesis
7. If transchelation >5% — batch rejected (critical parameter for clinical use)!
⚠️ Note: Tc-99m DTPA is one of the most important diagnostic radiopharmaceuticals for nephrology and neurology. Transchelation is a unique problem for DTPA, as the complex is less stable than, for example, Tc-99m MAG3. High transchelation leads to false results: instead of rapid renal clearance, accumulation in liver and spleen is observed, mimicking pathology. Control of this parameter is MANDATORY before clinical use.input.csv
BatchNumber,RadiochemicalPurityPercent,FreePertechnetatePercent,ReducedHydrolyzedTechnetiumPercent,TranschelationPercent,AluminumOxidePPM,pH,EndotoxinsEU_per_mL,SterilityTest,HeavyMetalsPPM,HoursSincePreparation,ActivityMBq TC99M-DTPA-2026-001,96.5,1.8,1.7,2.0,3.0,6.5,45.0,0,4.0,3.0,800.0 TC99M-DTPA-2026-002,94.0,3.0,2.5,4.5,4.5,7.0,100.0,0,7.0,5.5,500.0 TC99M-DTPA-2026-003,90.0,6.0,5.5,8.0,6.0,8.5,200.0,1,12.0,7.5,150.0
URS & FS — user requirements and functional specification
URS — User Requirements Specification
- The utility shall accept
input.csvwith the headers defined by the data contract. - Before calculation, the utility shall detect missing fields, type errors and invalid values.
- The utility shall deterministically perform “Tc-99m DTPA Stability And Transchelation Checker”.
- The checks shall include the following criteria: Radiochemical purity: ≥95.0%; Free pertechnetate: ≤5.0%; Reduced/hydrolyzed technetium: ≤5.0%; Transchelation: ≤5.0% (CRITICAL!); Aluminum oxide: <5.0 ppm; pH: 4.0–8.0; Endotoxins: <175 EU/mL; Sterility: no microbial growth; Heavy metals: ≤10 ppm; Stability time: ≤6 hours; Minimum activity: ≥200 MBq.
- Each processed record shall receive a clear PASS, WARNING or FAIL status with the reason.
- The result shall be written to
output.jsonand retain the source values used for the checks. - The result supports batch-data review; release remains with authorised QA/QC personnel.
FS — Functional Specification
- Run
Tc99mDTPAStabilityAndTranschelationChecker.exein demo mode or withinput.csv output.jsonarguments. - Read UTF-8 CSV and validate the header and mandatory columns.
- Convert values to the expected types and validate admissibility.
- Perform the calculation or rule checks for “Tc-99m DTPA Stability And Transchelation Checker”.
- Create individual check results and the overall status.
- Write machine-readable JSON; invalid input shall not appear as a successful result.
input.csv example
BatchNumber,RadiochemicalPurityPercent,FreePertechnetatePercent,ReducedHydrolyzedTechnetiumPercent,TranschelationPercent,AluminumOxidePPM,pH,EndotoxinsEU_per_mL,SterilityTest,HeavyMetalsPPM,HoursSincePreparation,ActivityMBq TC99M-DTPA-2026-001,96.5,1.8,1.7,2.0,3.0,6.5,45.0,0,4.0,3.0,800.0
Minimum output.json structure
{
"utility": "Tc99mDTPAStabilityAndTranschelationChecker",
"source": "input.csv",
"status": "PASS|WARNING|FAIL",
"checks": [
{
"parameter": "example",
"status": "PASS",
"message": "criterion satisfied"
}
],
"errors": []
}
Before operational use
- Limits and coefficients shall be approved before operational use.
- After an executable or rule change, repeat the affected tests.
- Retain the source CSV and JSON result together in the controlled process.
Included in packages
Radiopharmaceutical Diagnostics and Therapy QC Suite
36 utilities for clinically oriented radiopharmaceutical and workflow quality control: PET/SPECT tracers, the Tc-99m renal workflow, PRRT, PSMA therapy, targeted alpha therapy, radioembolization, bone-pain palliation, immuno-PET and generator-based radionuclide control.
OpenRPH isotope family: Tc-99m
Tc-99m radiopharmaceuticals, kit preparation, generator control, SPECT workflows and calculation utilities.
OpenRPH organ/system: bone and musculoskeletal
Bone scintigraphy, MDP/PYP, marrow, bone-pain palliation, skeletal metastases and radiosynovectomy.
OpenRPH organ/system: brain and CNS
Brain perfusion, dopamine transporter, amyloid/tau, receptor imaging and neurological SPECT/PET.
OpenRPH organ/system: endocrine, thyroid and NET
Radioiodine, thyroid/parathyroid, somatostatin receptor, MIBG and neuroendocrine workflows.
OpenRPH organ/system: hepatobiliary and GI
HIDA, mebrofenin, gallbladder, gastric emptying, GI transit, bleeding and liver/spleen imaging.
OpenRPH organ/system: renal and urinary
Renography, GFR/ERPF, renal uptake, DMSA/MAG3/DTPA and bladder-related workflows.
OpenRPH Tc-99m Renal Radiopharmaceutical and Imaging QC Suite
16 utilities covering the Tc-99m renal workflow: generator eluate and Mo-99 breakthrough, Sn(II), labeling stoichiometry and pH, radiochemical purity and stability of MAG3, DTPA, DMSA(III) and glucoheptonate, gamma-camera uniformity, renal uptake and plasma clearance, bladder voiding efficiency, patient dosimetry and decay-in-storage waste management.
OpenRPH use case: Tc-99m renal and nephrourology
Renal radiopharmaceuticals and calculation workflows: MAG3, DTPA, DMSA, glucoheptonate, generator Tc-99m, dynamic renography, GFR/ERPF and dosimetry.
OpenRPH workflow: imaging QC and quantitative interpretation
Acquisition, uptake, clearance, perfusion, transit, ejection fraction, segmentation and quantitative imaging.
OpenRPH workflow: instruments, devices and radiation safety
PET/gamma-camera state, calibration, detector QC, energy window, TOF, shielding and radiation safety.
OpenRPH workflow: product release QC
Assay, purity, sterility, endotoxins, pH, impurities, appearance and batch-release checks.
OpenRPH workflow: stability, storage, decay and waste
Kinetic stability, shelf life, decay correction, expiry, storage, trend and radioactive waste.
OpenRPH workflow: synthesis, labelling and kit reconstitution
Radiolabelling, synthesis, chelation, reducing agent, pH/stoichiometry and kit preparation.
Open