Technetium99mSulfurColloidChecker
Tc-99m Sulfur Colloid
Utility description: Tc-99m Sulfur Colloid
Tc-99m Sulfur Colloid Quality Checker — Technetium-99m Sulfur Colloid
ℹ️ Utility checks critical parameters of Tc-99m Sulfur Colloid:
• Radiochemical purity (≥92%)
• Particle size (depends on application: liver/lymph)
• Boiling time (3-6 min) — CRITICAL!
• Free pertechnetate (≤5%)
• pH, endotoxins, sterility
⚠️ CRITICAL: Insufficient boiling leads to absence of colloid.
Particles too large (>1.5 μm) get stuck in lung capillaries!
Usage:
Technetium99mSulfurColloidChecker.exe → demo mode (console output)
Technetium99mSulfurColloidChecker.exe input.csv output.json → evaluate your data
Input format:
BatchNumber,TotalActivityMBq,RadiochemicalPurityPercent,FreePertechnetatePercent,ParticleSizeMicrons,pH,EndotoxinsEU,SterilityTest,BoilingTimeMin,ProductType
Example (sterility: 0=sterile, 1=contaminated):
TC99M-SC-2026-110,150.0,98.0,1.5,0.3,5.5,10.0,0,4.0,LiverSpleen
Supported product types:
• LiverSpleen — liver, spleen, bone marrow imaging
• Lymphoscintigraphy — lymphoscintigraphy (sentinel node biopsy)
• GastricEmptying — gastric emptying study
— WHY IS THIS NEEDED?
Tc-99m Sulfur Colloid is a suspension of insoluble sulfur particles labeled with technetium:
• Liver/Spleen: Particles sized 0.1–1.0 μm are phagocytized by Kupffer cells of the liver and macrophages of the spleen. Used to assess organ structure, detect focal lesions, portal hypertension.
• Lymphoscintigraphy: Very small particles (<0.1 μm, often filtered) are injected interstitially and drain to lymph nodes. Gold standard for sentinel lymph node biopsy in breast cancer and melanoma.
• Stomach: Not absorbed, used as a solid food marker to assess gastric motility.
⚠️ CRITICAL:
• Radiochemical purity ≥92% — Low RCP means presence of free pertechnetate, which accumulates in thyroid and stomach, creating unwanted background.
• Particle Size — THE MOST IMPORTANT PARAMETER determining biodistribution.
- For liver/spleen: 0.1–1.0 μm.
- For lymph nodes: <0.1 μm (nanocolloid).
- If particles are >1.5 μm (aggregates due to over-boiling or preparation errors), they get stuck in lung capillaries, causing microembolism and making liver image non-diagnostic.
• Preparation Process (Boiling) — Colloid formation reaction requires boiling for 3-5 minutes. Without this, particles do not form or are unstable.
• Free pertechnetate ≤5% — Artifacts in neck and chest area.
• pH 4.0–7.5, Endotoxins ≤175 EU/vial, Sterility — standard requirements.
Key features:
• Control of particle size depending on clinical task
• Control of boiling time (critical for synthesis)
• Assessment of suitability for different study types (liver, lymph, stomach)
Critical parameters:
• Radiochemical purity: ≥92.0%
• Free pertechnetate: ≤5.0%
• Particle size:
- Liver/Spleen: 0.1–1.0 μm
- Lymph: <0.1 μm
• Boiling time: 3.0–6.0 minutes
• pH: 4.0–7.5
• Endotoxins: ≤175 EU/vial
• Sterility: no microbial growth
💡 Usage tips:
1. Membrane filtration or microscopy is used to control particle size.
2. Strictly observe boiling time. Use water bath.
3. For lymphoscintigraphy, the prepared drug is often passed through a 0.22 μm or 0.45 μm filter to remove large aggregates.
4. The drug is stable for several hours, but best used fresh.
⚠️ Note: Sulfur Colloid is one of the few drugs where particle size is the key success factor. Error in size (particles too large) changes the target organ from liver to lungs, which is a serious quality incident.input.csv
BatchNumber,TotalActivityMBq,RadiochemicalPurityPercent,FreePertechnetatePercent,ParticleSizeMicrons,pH,EndotoxinsEU,SterilityTest,BoilingTimeMin,ProductType TC99M-SC-2026-110,150.0,98.0,1.5,0.3,5.5,10.0,0,4.0,LiverSpleen TC99M-SC-LYM-111,30.0,96.0,2.0,0.05,6.0,5.0,0,3.5,Lymphoscintigraphy TC99M-SC-FAIL-112,140.0,85.0,10.0,2.5,5.0,15.0,0,2.0,LiverSpleen
URS & FS — User Requirements and Functional Specification
This document describes the controlled interface and behaviour of Technetium99mSulfurColloidChecker for Tc-99m Sulfur Colloid.
Domain limits and critical parameters
- ℹ️ Utility checks critical parameters of Tc-99m Sulfur Colloid:
- • Radiochemical purity (≥92%)
- • Boiling time (3-6 min) — CRITICAL!
- • Free pertechnetate (≤5%)
- • pH, endotoxins, sterility
- ⚠️ CRITICAL: Insufficient boiling leads to absence of colloid.
- BatchNumber,TotalActivityMBq,RadiochemicalPurityPercent,FreePertechnetatePercent,ParticleSizeMicrons,pH,EndotoxinsEU,SterilityTest,BoilingTimeMin,ProductType
- Example (sterility: 0=sterile, 1=contaminated):
- ⚠️ CRITICAL:
- • Radiochemical purity ≥92% — Low RCP means presence of free pertechnetate, which accumulates in thyroid and stomach, creating unwanted background.
- • Free pertechnetate ≤5% — Artifacts in neck and chest area.
- • pH 4.0–7.5, Endotoxins ≤175 EU/vial, Sterility — standard requirements.
- • Control of boiling time (critical for synthesis)
- Critical parameters:
URS — User Requirements Specification
| ID | Requirement | Criticality | Acceptance criterion |
|---|---|---|---|
| URS-001 | The utility shall accept an input.csv file with the exact headers defined in the data contract. | High | The file is processed without manual header editing. |
| URS-002 | The utility shall perform deterministic QC evaluation for Tc-99m Sulfur Colloid using input values, approved limits and domain rules. | High | Each input row receives a PASS / WARNING / FAIL status. |
| URS-003 | The utility shall validate mandatory fields, data types, numeric ranges, units and pharmaceutical/radiochemical plausibility. | High | Schema and conversion errors are explicitly reported. |
| URS-004 | The utility shall identify critical deviations related to radionuclidic purity, radiochemical purity, free radionuclide, impurities, pH, endotoxins and sterility when such fields are present. | High | A critical deviation causes FAIL or a separate critical finding. |
| URS-005 | The utility shall generate output.json with machine-readable results, source values, warnings and failures. | High | JSON is suitable for LIMS/ELN/MES integration and QA/QC review. |
| URS-006 | The utility shall not use machine learning to decide conformance. | Medium | The result is based on explicit rules, thresholds and input values. |
| URS-007 | The utility shall preserve traceability between batch number, input values, applied rules and final status. | High | The output contains the batch identifier and the list of checked parameters. |
| URS-008 | The documentation shall support IQ/OQ preparation and inspection discussion with FDA/EMA/Roszdravnadzor or local regulators. | Medium | URS & FS, input.csv/output.json contract and test scenarios are supplied with the utility. |
input.csv contract
| # | Field | Type | Sample | Purpose |
|---|---|---|---|---|
| 1 | BatchNumber | string | TC99M-SC-2026-110 | Batch or lot identifier used for traceability. |
| 2 | TotalActivityMBq | decimal | 150.0 | Radioactivity value used for release, decay or dose-related assessment. |
| 3 | RadiochemicalPurityPercent | string | 98.0 | Radiochemical purity; confirms the labelled chemical form and binding quality. |
| 4 | FreePertechnetatePercent | decimal | 1.5 | Free radionuclide / unbound species; important for non-target uptake and toxicity. |
| 5 | ParticleSizeMicrons | decimal | 0.3 | Particle-size parameter; relevant for biodistribution or product consistency. |
| 6 | pH | decimal | 5.5 | Solution pH; relevant for stability, compatibility and administration. |
| 7 | EndotoxinsEU | decimal | 10.0 | Bacterial endotoxins; critical for parenteral administration. |
| 8 | SterilityTest | flag / boolean | 0 | Sterility result; critical release parameter. |
| 9 | BoilingTimeMin | datetime / string | 4.0 | Time point used for decay, stability or ingrowth calculation. |
| 10 | ProductType | string | LiverSpleen | Controlled input parameter used by the deterministic QC rules. |
BatchNumber,TotalActivityMBq,RadiochemicalPurityPercent,FreePertechnetatePercent,ParticleSizeMicrons,pH,EndotoxinsEU,SterilityTest,BoilingTimeMin,ProductType TC99M-SC-2026-110,150.0,98.0,1.5,0.3,5.5,10.0,0,4.0,LiverSpleen TC99M-SC-LYM-111,30.0,96.0,2.0,0.05,6.0,5.0,0,3.5,Lymphoscintigraphy TC99M-SC-FAIL-112,140.0,85.0,10.0,2.5,5.0,15.0,0,2.0,LiverSpleen
FS — Functional Specification
| ID | Function | Implementation |
|---|---|---|
| FS-001 | CSV import | Read input.csv in UTF-8/CSV-compatible format and validate the header and expected columns. |
| FS-002 | Schema validation | Check mandatory fields and column count; report unknown or missing key fields. |
| FS-003 | Type conversion | Convert numeric, flag and text values; invalid formats are recorded as row-level errors. |
| FS-004 | Domain rule engine | Apply domain rules for Tc-99m Sulfur Colloid, including critical limits from the utility description and approved specification. |
| FS-005 | Status aggregation | Produce final status: FAIL for critical failure, WARNING for non-critical deviation, PASS for conformance. |
| FS-006 | JSON export | Write output.json with detailed checks, source values, warnings, failures and critical findings. |
| FS-007 | Audit support | Keep the result structure suitable for review, deviation investigation, calculation reproduction and IQ/OQ preparation. |
| FS-008 | Integration contract | Support the production scenario: LIMS/ELN/MES creates input.csv, the utility returns output.json, the portal displays description and documentation. |
Example output.json
{
"utilityId": "technetium99m-sulfur-colloid-checker",
"api": "Tc-99m Sulfur Colloid",
"overallStatus": "PASS|WARNING|FAIL",
"sourceFile": "input.csv",
"checks": [
{
"parameter": "BatchNumber",
"value": "TC99M-SC-2026-110",
"status": "PASS|WARNING|FAIL",
"message": "Rule-based check result"
},
{
"parameter": "TotalActivityMBq",
"value": "150.0",
"status": "PASS|WARNING|FAIL",
"message": "Rule-based check result"
},
{
"parameter": "RadiochemicalPurityPercent",
"value": "98.0",
"status": "PASS|WARNING|FAIL",
"message": "Rule-based check result"
},
{
"parameter": "FreePertechnetatePercent",
"value": "1.5",
"status": "PASS|WARNING|FAIL",
"message": "Rule-based check result"
},
{
"parameter": "ParticleSizeMicrons",
"value": "0.3",
"status": "PASS|WARNING|FAIL",
"message": "Rule-based check result"
},
{
"parameter": "pH",
"value": "5.5",
"status": "PASS|WARNING|FAIL",
"message": "Rule-based check result"
},
{
"parameter": "EndotoxinsEU",
"value": "10.0",
"status": "PASS|WARNING|FAIL",
"message": "Rule-based check result"
},
{
"parameter": "SterilityTest",
"value": "0",
"status": "PASS|WARNING|FAIL",
"message": "Rule-based check result"
}
],
"criticalFindings": []
}
OQ/PQ test scenarios
| ID | Scenario | Expected result |
|---|---|---|
| OQ-001 | Valid sample row | PASS or acceptable WARNING according to the rules. |
| OQ-002 | Mandatory column missing | Schema error or FAIL. |
| OQ-003 | Non-numeric value in numeric field | Type-conversion error. |
| OQ-004 | Critical parameter outside limit | FAIL and critical finding. |
| PQ-001 | User real batch/lot | Reviewed result with input.csv and output.json retained. |
QA/QC and change control
- Do not rename columns without updating the validator and test set.
- Retain
input.csv,output.json, executable version and checksum. - Before production use, perform IQ/OQ/PQ or equivalent CSV/CSA verification.
- Critical radiopharmaceutical limits must be verified against the approved specification and local SOPs.
Included in packages
Cardiology QC Suite
QC package for cardiology medicines: antihypertensives, anticoagulants, antiplatelets, lipid-lowering and antiarrhythmic medicines plus supporting QC checks.
OpenEndocrinology QC Suite
QC package for endocrinology: thyroid, pituitary/peptide hormones, corticosteroids, sex hormones and selected metabolic medicines.
OpenGastroenterology QC Suite
QC package for gastroenterology: PPIs, antiemetics, prokinetics, IBD medicines, laxatives, enzymes and GI anti-infectives.
OpenPetRad3: expanded PET/SPECT and radiopharmaceutical QC package
A curated suite for PET/SPECT radiopharmaceuticals, generator and cyclotron radionuclides, labelled compounds, radiochemical purity, breakthrough, sterility and endotoxin control.
OpenRadiology QC Suite
QC package for radiology and diagnostic imaging: radiopharmaceuticals, PET/SPECT, contrast media, iodinated and gadolinium products, plus particle, sterility and endotoxin checks.
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: 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: lymphatic, infection and inflammation
Sentinel node, lymphoscintigraphy, nanocolloid, labelled leukocytes, granulocyte and inflammatory imaging.
OpenRPH organ/system: oncology and theranostics
Tumour imaging, PSMA/FAPI/receptor tracers, immuno-PET, targeted radionuclide therapy and radioembolization.
OpenRPH organ/system: pulmonary and ventilation
Lung perfusion, MAA, V/Q, aerosol, xenon ventilation, shunt and pulmonary dosimetry.
OpenRPH use case: HIDA, hepatobiliary and GI nuclear medicine
Hepatobiliary tracers, pertechnetate for Meckel/gastric mucosa, gastric emptying, GI transit, RBC bleeding and liver/spleen sulfur colloid.
OpenRPH workflow: generators and isotope purity
Generator eluate, breakthrough, radionuclidic purity, isotope mix and starting radionuclides.
OpenRPH workflow: imaging QC and quantitative interpretation
Acquisition, uptake, clearance, perfusion, transit, ejection fraction, segmentation and quantitative imaging.
OpenRPH workflow: product release QC
Assay, purity, sterility, endotoxins, pH, impurities, appearance and batch-release checks.
OpenRPH workflow: synthesis, labelling and kit reconstitution
Radiolabelling, synthesis, chelation, reducing agent, pH/stoichiometry and kit preparation.
OpenRPH: 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