Patch Test Management Create and manage patch test requirements and assign them to services.
{#if loading} {#each Array(2) as _, i (i)}
{/each} {:else} {#each patchTests as pt (pt.id)}

{pt.name}

{#if pt.description}

{pt.description}

{/if}
Notice: {pt.notice_duration_hours}h
Expiry: {pt.expiry_months}m
{/each} {#if patchTests.length === 0}
No patch tests configured.
{/if} {/if}
{isEditing ? 'Edit' : 'Add'} Patch Test Configure the rules for this patch test requirement.

Hours prior to booking required

How long the test remains valid

Select which services require this patch test

{#if availableServices.length === 0}

No services available.

{:else} {#each availableServices as svc (svc.id)} {/each} {/if}