FilterIntegrityTestQualityChecker

Filter Integrity Test

LabEx laboratory QC CSV→JSON URS & FS microbiology utilities / cleanroom
Open selection
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

IDRequirementCriticalityAcceptance criterion
URS-001The utility shall accept input.csv with approved columns: BatchNumber, TestType, MeasuredValue, LowerLimit, UpperLimit, Temperature.HighThe CSV file is processed without manual header editing.
URS-002The utility shall perform deterministic evaluation for “Filter Integrity Test” without machine learning.HighThe same input data produce the same JSON result.
URS-003The utility shall validate mandatory fields, numeric formats, flags, ranges and domain plausibility.HighSchema and conversion errors are explicitly reported.
URS-004The utility shall generate output.json with PASS / WARNING / FAIL statuses, source values, warnings and failures.HighThe JSON result is suitable for review, deviation investigation and integration.
URS-005The documentation shall support IQ/OQ/PQ or CSV/CSA verification.MediumURS/FS, CSV/JSON contract and test scenarios are supplied with the utility.

input.csv contract

#FieldSamplePurpose
1BatchNumberFILTER-BP-2026-001Input parameter for deterministic QC evaluation.
2TestTypeBubblePointInput parameter for deterministic QC evaluation.
3MeasuredValue4200Input parameter for deterministic QC evaluation.
4LowerLimit4000Input parameter for deterministic QC evaluation.
5UpperLimit0Input parameter for deterministic QC evaluation.
6Temperature23.0Input parameter for deterministic QC evaluation.

FS — Functional Specification

IDFunctionImplementation
FS-001CSV importRead input.csv; validate header, column count and encoding.
FS-002Schema validationCheck required fields and permitted input values.
FS-003Rule engineApply domain rules, limits and system suitability/specification checks described in the source utility description.
FS-004Status aggregationProduce final status: FAIL for critical failure, WARNING for non-critical deviation, PASS for conformance.
FS-005JSON exportWrite 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 FAIL or 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.

Open

Dental & 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.

Open

LabEx QC Suite

LabEx package for laboratory QC methods: chromatography, spectroscopy, microbiology, sterility, endotoxins, particles, dissolution, water, cleanrooms and sample preparation.

Open