FilterIntegrityTestQualityChecker
Filter Integrity Test
Filter Integrity Test Quality Checker — Control of Sterilizing Filter Integrity ℹ️ Utility checks critical parameters of filter integrity tests (USP <1229.1> / EU GMP Annex 1): • Bubble Point Test: Pressure must be ≥ specified minimum (ensures pore size). • Diffusion Flow Test: Air flow must be ≤ specified maximum (ensures no defects). • Water Intrusion Test: Water flow must be ≤ specified maximum (for hydrophobic filters). ⚠️ CRITICAL: Filter integrity test failure means the filter is not sterilizing! Product passed through such a filter is considered non-sterile and must be rejected. Usage: FilterIntegrityTestQualityChecker.exe → demo mode (console output) FilterIntegrityTestQualityChecker.exe input.csv output.json → evaluate your data Input format: BatchNumber,TestType,MeasuredValue,LowerLimit,UpperLimit,TestTemperatureC Example: FILTER-BP-2026-001,BubblePoint,4200,4000,0,23.0 — WHY IS THIS NEEDED? Filter Integrity Test (FIT) is a mandatory batch release test for sterile products. • Confirms that the filter has the correct pore size (usually 0.22 or 0.45 µm) and is undamaged. • Performed before (Pre-use) and after (Post-use) filtration. • USP <1229.1> and EU GMP Annex 1 require documentation of results and immediate investigation upon failure. • Automation eliminates manual comparison errors with limits specified by the filter manufacturer. ⚠️ CRITICAL: • Limits are unique for each filter type, size, and manufacturer. • Temperature affects gas/liquid viscosity and surface tension, so T control or correction is important. • Filter wetting (for Bubble Point) must be complete. • Post-use test may be hindered by product presence in the filter (requires rinsing). Key features: • Support for main methods: Bubble Point, Diffusion Flow, Water Intrusion. • Verification of measured values against specifications. • Generation of PASS/FAIL status for LIMS integration. Critical parameters: • Bubble Point: >= Lower Limit • Diffusion Flow: <= Upper Limit • Water Intrusion: <= Upper Limit 💡 Usage tips: 1. Always use current limit data from the filter manufacturer (Certificate of Quality). 2. Ensure the testing system is calibrated (pressure and flow sensors). 3. For Post-use tests, ensure the filter is thoroughly rinsed with Water for Injections (WFI). 4. Document any deviations in test temperature. 5. Immediately quarantine the product batch if the Post-use test fails. ⚠️ Note: Integrity test is an indirect method of sterility control. It does not replace product sterility testing but is a more reliable indicator of filtration efficiency.
input.csv
BatchNumber,TestType,MeasuredValue,LowerLimit,UpperLimit,Temperature FILTER-BP-2026-001,BubblePoint,4200,4000,0,23.0 FILTER-DF-2026-001,DiffusionFlow,12.5,0,15.0,23.0 FILTER-FAIL-2026-001,BubblePoint,3800,4000,0,23.0
URS & FS — Filter Integrity Test
This document describes the user requirements and functional specification for FilterIntegrityTestQualityChecker. The utility is intended for QC laboratory use as a rule-based check of data prepared from an instrument, LIMS, ELN, MES or an approved input.csv.
URS — User Requirements Specification
| ID | Requirement | Criticality | Acceptance criterion |
|---|---|---|---|
| URS-001 | The utility shall accept input.csv with approved columns: BatchNumber, TestType, MeasuredValue, LowerLimit, UpperLimit, Temperature. | High | The CSV file is processed without manual header editing. |
| URS-002 | The utility shall perform deterministic evaluation for “Filter Integrity Test” without machine learning. | High | The same input data produce the same JSON result. |
| URS-003 | The utility shall validate mandatory fields, numeric formats, flags, ranges and domain plausibility. | High | Schema and conversion errors are explicitly reported. |
| URS-004 | The utility shall generate output.json with PASS / WARNING / FAIL statuses, source values, warnings and failures. | High | The JSON result is suitable for review, deviation investigation and integration. |
| URS-005 | The documentation shall support IQ/OQ/PQ or CSV/CSA verification. | Medium | URS/FS, CSV/JSON contract and test scenarios are supplied with the utility. |
input.csv contract
| # | Field | Sample | Purpose |
|---|---|---|---|
| 1 | BatchNumber | FILTER-BP-2026-001 | Input parameter for deterministic QC evaluation. |
| 2 | TestType | BubblePoint | Input parameter for deterministic QC evaluation. |
| 3 | MeasuredValue | 4200 | Input parameter for deterministic QC evaluation. |
| 4 | LowerLimit | 4000 | Input parameter for deterministic QC evaluation. |
| 5 | UpperLimit | 0 | Input parameter for deterministic QC evaluation. |
| 6 | Temperature | 23.0 | Input parameter for deterministic QC evaluation. |
FS — Functional Specification
| ID | Function | Implementation |
|---|---|---|
| FS-001 | CSV import | Read input.csv; validate header, column count and encoding. |
| FS-002 | Schema validation | Check required fields and permitted input values. |
| FS-003 | Rule engine | Apply domain rules, limits and system suitability/specification checks described in the source utility description. |
| FS-004 | Status aggregation | Produce final status: FAIL for critical failure, WARNING for non-critical deviation, PASS for conformance. |
| FS-005 | JSON export | Write machine-readable output.json for LIMS/ELN/MES and QA/QC review. |
OQ/PQ scenarios
- OQ-001: a valid sample row shall be processed without schema error.
- OQ-002: a missing mandatory column shall produce a schema error.
- OQ-003: a non-numeric value in a numeric field shall produce a conversion error.
- OQ-004: a critical parameter outside the limit shall produce
FAILor a critical finding. - PQ-001: user real batches shall be checked with retention of
input.csv,output.json, utility version and checksum.
Included in packages
Biopharmaceuticals Extended QC Suite
Extended QC utility coverage for mAbs, biosimilars, proteins, insulins, vaccines, mRNA/LNP, HCP, sterile release, microbiology, water, cleanroom and stability workflows.
OpenDental & Dental Materials QC Suite
QC utility package for dental medicinal products, oral-care products and dental materials: anaesthetics, antiseptics, analgesic/anti-infective products, polymers/minerals, resins, bonding workflows, microbiology, stability and material QC.
OpenLabEx QC Suite
LabEx package for laboratory QC methods: chromatography, spectroscopy, microbiology, sterility, endotoxins, particles, dissolution, water, cleanrooms and sample preparation.
Open