Re188LiposomeQualityChecker
Re-188 Liposome Quality Checker
Re-188 Liposome Quality Checker — Quality control of Re-188 Liposomes
ℹ️ Utility checks critical parameters of Re-188 Liposomes:
- Radiochemical purity (≥95%)
- Encapsulation efficiency (≥90%)
- Particle size (100-200 nm) and PDI (<0.2)
- W-188 impurity (<0.001%)
- pH, osmolality, endotoxins, sterility
⚠️ CRITICAL: Low encapsulation leads to rapid Re-188 leakage!
Re-188 Liposomes are used for radiosynovectomy and local therapy.
Lipid bilayer membrane stability is critical for isotope retention.
Usage
Re188LiposomeQualityChecker.exe → demo mode (console output)
Re188LiposomeQualityChecker.exe input.csv output.json → evaluate your data
Input format
BatchNumber,RadiochemicalPurityPercent,FreeRheniumPercent,EncapsulationEfficiencyPercent,ParticleSizeMeanNm,PolydispersityIndex,pH,Osmolality_mOsm_per_kg,EndotoxinsEU_per_mL,SterilityTest,ActivityMBq,RadionuclidicPurityPercent,W188ImpurityPercent
Example
RE188-LIPO-2026-001,98.0,2.0,95.0,150.0,0.15,7.4,300.0,10.0,0,500.0,99.95,0.0005
— WHY IS THIS NEEDED?
Re-188 Liposomes are promising drug for local radiation therapy.
- Re-188 has 16.9-hour half-life and emits high-energy beta particles.
- Liposomal form allows retaining isotope in target zone (e.g., joint or tumor).
- Requires high control of particle size and encapsulation efficiency.
- Produced by active loading or post-forming of liposomes.
⚠️ CRITICAL:
- Radiochemical purity ≥95% — guarantee that isotope is inside liposome.
- Encapsulation efficiency ≥90% — minimization of free Re-188 which is rapidly cleared.
- Particle size 100-200 nm — optimal for biodistribution and suspension stability.
- PDI <0.2 — indicator of particle size uniformity.
- W-188 impurity <0.001% — W-188 is parent nuclide of W-188/Re-188 generator.
- pH 7.0-7.6 — physiological range for intra-articular or IV administration.
- Osmolality 250-350 mOsm/kg — isotonicity.
- Endotoxins <175 EU/mL — standard for parenteral drugs.
- Sterility — MANDATORY.
Key features
- Strict control of encapsulation efficiency, unique for liposomal forms.
- Assessment of particle size and polydispersity (PDI).
- W-188 impurity check characteristic of generator production.
- Compliance with GMP requirements for nano-radiopharmaceuticals.
- Comprehensive safety check (endotoxins, sterility, pH, osmolality).
Critical parameters
- Radiochemical purity: ≥95.0%
- Encapsulation efficiency: ≥90.0%
- Free rhenium: ≤5.0%
- Particle size: 100–200 nm
- PDI: <0.2
- Radionuclidic purity: ≥99.9%
- W-188 impurity: <0.001%
- pH: 7.0–7.6
- Osmolality: 250–350 mOsm/kg
- Endotoxins: <175 EU/mL
- Sterility: no growth
💡 Usage tips:
1. Radiochemical purity and encapsulation efficiency determined by ultrafiltration or gel chromatography.
2. Particle size and PDI measured by dynamic light scattering (DLS).
3. Drug should be stored at 2-8°C to maintain lipid bilayer stability.
4. Suspension must be thoroughly mixed before administration.
5. Re-188 also emits 155 keV gamma quantum, allowing distribution imaging.
⚠️ Note: Re-188 Liposomes combine benefits of beta therapy and nanotechnology. Quality control here is more complex than for simple solutions as it requires assessment of both chemical and physical stability of nanoparticles.
input.csv
BatchNumber,RadiochemicalPurityPercent,FreeRheniumPercent,EncapsulationEfficiencyPercent,ParticleSizeMeanNm,PolydispersityIndex,pH,Osmolality_mOsm_per_kg,EndotoxinsEU_per_mL,SterilityTest,ActivityMBq,RadionuclidicPurityPercent,W188ImpurityPercent RE188-LIPO-2026-001,98.0,2.0,95.0,150.0,0.15,7.4,300.0,10.0,0,500.0,99.95,0.0005 RE188-LIPO-2026-002,96.0,4.0,92.0,160.0,0.18,7.2,310.0,20.0,0,450.0,99.90,0.0008 RE188-LIPO-2026-003,90.0,10.0,85.0,250.0,0.30,6.8,350.0,50.0,1,400.0,99.50,0.0020
URS & FS — user requirements and functional specification
URS — User Requirements Specification
- The utility shall accept
input.csvwith these mandatory columns:BatchNumber,RadiochemicalPurityPercent,FreeRheniumPercent,EncapsulationEfficiencyPercent,ParticleSizeMeanNm,PolydispersityIndex,pH,Osmolality_mOsm_per_kg,EndotoxinsEU_per_mL,SterilityTest,ActivityMBq,RadionuclidicPurityPercent,W188ImpurityPercent. - Each row shall be processed as a separate batch or record identified by
BatchNumber. - Before evaluation, the utility shall validate the CSV structure, mandatory values, numeric fields and allowed text values.
- Rules and limits shall be applied to every parameter in the input row.
- Critical violations identified in the supplied description shall set the record result to FAIL.
- Each row shall receive an overall PASS, WARNING or FAIL status with the triggered rules.
- An invalid row shall not receive PASS.
output.jsonshall contain source values, applied limits, individual check results and errors.- The same input and the same rule profile shall produce the same result.
FS — Functional Specification
- Run
Re188LiposomeQualityChecker.exein demonstration mode or withinput.csv output.jsonarguments. - Read UTF-8 CSV and verify the exact set of mandatory columns.
- Convert row values to numeric and text types.
- Apply the rules defined in the approved version or configuration profile.
- Generate individual check results and derive the overall status from the most severe violation.
- Write machine-readable
output.json. - Structural and type errors shall be reported explicitly and shall not be masked by a successful status.
Complete input.csv example
BatchNumber,RadiochemicalPurityPercent,FreeRheniumPercent,EncapsulationEfficiencyPercent,ParticleSizeMeanNm,PolydispersityIndex,pH,Osmolality_mOsm_per_kg,EndotoxinsEU_per_mL,SterilityTest,ActivityMBq,RadionuclidicPurityPercent,W188ImpurityPercent RE188-LIPO-2026-001,98.0,2.0,95.0,150.0,0.15,7.4,300.0,10.0,0,500.0,99.95,0.0005 RE188-LIPO-2026-002,96.0,4.0,92.0,160.0,0.18,7.2,310.0,20.0,0,450.0,99.90,0.0008 RE188-LIPO-2026-003,90.0,10.0,85.0,250.0,0.30,6.8,350.0,50.0,1,400.0,99.50,0.0020
Purpose of the supplied test rows
- The first row contains values consistent with the criteria stated in the supplied description.
- The second row contains values closer to the limits or moderate deviations.
- The third row contains clear deviations for negative-result testing.
Minimum output.json structure
{
"utility": "Re188LiposomeQualityChecker",
"source": "input.csv",
"results": [
{
"batchNumber": "BATCH-001",
"status": "PASS",
"checks": [
{
"parameter": "ParameterName",
"value": 0,
"limit": "configured rule",
"status": "PASS"
}
],
"errors": []
}
]
}
Minimum OQ scenarios
- Process the complete supplied
input.csv. - Remove a mandatory column and confirm a contract error.
- Provide text instead of a numeric value and confirm a type error.
- Test values directly on the configured limits.
- Repeat the run with the same input and confirm an identical result.
Before operational use
- Reconcile rules and limits with the approved specification, methods and SOP.
- Fix the executable version and rule-profile version.
- Retain the source CSV together with the generated JSON.
Included in packages
PetRad QC Suite
A specialised utility package for radiopharmaceutical quality control: PET, SPECT, therapeutic radionuclides, generators and decay calculations.
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.
OpenRadioligand & Theranostics Expansion QC Suite
Radioligand & Theranostics Expansion QC Suite: FUZKK utility package for CSV→JSON QC checks with EU-first limit priority.
OpenRadiopharmaceutical 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.
OpenRheumatology QC Suite
QC package for rheumatology: NSAIDs, glucocorticoids, methotrexate, biologics and supporting impurity/potency checks.
OpenRPH isotope family: beta-emitting therapy
Lu-177, Y-90, Ho-166, Re-188, Sm-153, Sr-89, P-32, Cu-67 and Tb-161.
OpenRPH organ/system: bone and musculoskeletal
Bone scintigraphy, MDP/PYP, marrow, bone-pain palliation, skeletal metastases and radiosynovectomy.
OpenRPH organ/system: oncology and theranostics
Tumour imaging, PSMA/FAPI/receptor tracers, immuno-PET, targeted radionuclide therapy and radioembolization.
OpenRPH use case: radionuclide therapy and theranostics
Lu-177, Ac-225, Ra-223, Y-90, Ho-166, Sm-153, Sr-89, Re-188, Tb-161, I-131 and other therapeutic radiopharmaceuticals: activity, purity, free metal, daughters and toxicological constraints.
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: 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: 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