Containers

Manage specimen containers and tubes

{#if !loading && filteredContainers.length === 0}

{searchQuery.trim() ? 'No containers match your search' : 'No containers found'}

{searchQuery.trim() ? `No containers found matching "${searchQuery}". Try a different search term or clear the filter.` : 'Get started by adding your first specimen container or tube to the system.'}

{#if searchQuery.trim()} {:else} {/if}
{:else} {#snippet cell({ column, row, value })} {#if column.key === 'actions'}
{:else if column.key === 'ConClass'} {getValueSetLabel('container_class', value)} {:else if column.key === 'Additive'} {getValueSetLabel('additive', value)} {:else if column.key === 'Color'} {#if value} {getValueSetLabel('container_cap_color', value)} {:else} - {/if} {:else} {value || '-'} {/if} {/snippet}
{/if}
{ e.preventDefault(); handleSave(); }}>
Unique identifier for this container type
Descriptive name displayed in the system
Optional detailed description of the container
Category of container
Chemical additive inside
Visual identification color
{#snippet footer()} {/snippet}

Are you sure you want to delete this container?

Code: {deleteItem?.ConCode}

Name: {deleteItem?.ConName}

This action cannot be undone.

{#snippet footer()} {/snippet}