Back to search

Working Cell Bank

WCB
general
Updated 3/30/2026

Definition

A culture of cells derived from the Master Cell Bank and intended for use in the preparation of production cultures.

Standard Abbreviation

WCB

Category

general

Database Usage

-- Example column naming
CREATE TABLE claims (
  claim_id VARCHAR(50),
  wcb VARCHAR(100),  -- Working Cell Bank
  ...
);

-- Example in SELECT
SELECT 
  claim_id,
  wcb as working_cell_bank
FROM claims;

Looking for more healthcare terms?

Browse our complete library of 65,000+ standardized healthcare data terms

Browse All Terms