Skip to content
Nelson Loyola edited this page Jan 9, 2018 · 10 revisions

Biobank

The Canadian BioSample Repository (CBSR) has processed and stored biospecimens since 2000. In 2008, CBSR began developing a comprehensive client-server Java application, named BioBank, to be used by nurses, lab technicians, researchers, and lab administrators. Biobank allows multiple users, operating at different computers and different locations, to simultaneously process and log thousands of specimens daily. Nurses can enter specimens into the system, technicians can process and transfer specimens, researchers can request specimens and view inventory information, and administrators can create comprehensive queries and manage users. Biobank is open source and free software, modelled on caTissue from the National Cancer Institute.

Biobank is part of a larger effort by the CBSR to create a network for research collaboration, to facilitate standardization, and to provide help with lab setup, configuration, and training. The system is flexible and can be adapted for almost any storage application, whether it uses handwritten labels, barcodes, test tubes, cryovials, or glass slides to label and store specimens.

Currently, CBSR uses Biobank to manage upwards of 480,000 biospecimens and 14,000 patients across 27 studies in dozens of clinics and processing centres around the world (Canada, the United States, and Europe).

For further information or to request a demonstration of the software you may email CBSR at tech@biosample.ca. You may also like to visit the web site at:

Contents

  1. Feature Overview: An overview of the features provided by BioBank.

  2. Using the client.

    1. Client scanning decoding: How to use the client to decode microwell plate images that contain tubes with 2D barcodes.

    2. Move specimens between patients: How to use the client to move specimens between patients.

    3. CSV Import: How to import data using CSV files.

    4. Client error logs: How to send the software team the client error logs to help debug a software error.

  3. Installation

    1. Server installation: Information for installing the Biobank server.

    2. Client Installation: Information for installing the Biobank client desktop application.

  4. Development

    1. Building the client: Information for building the client for different platforms.

    2. Server Maintenance Mode: Prevents users from logging in to a server that is under maintenance.