Threshold Reference Ranges
Add Range
{#if refthold?.length === 0}
No threshold ranges defined
Add First Range
{/if} {#each refthold || [] as ref, index (index)}
Range {index + 1}
removeRefRange(index)}>
Remove
Sex
{#each sexOptions as option (option.value)}
{option.label}
{/each}
Age From
Age To
Flag
{#each flagOptions as option (option.value)}
{option.label} - {option.description}
{/each}
Lower Value
{#each signOptions as option (option.value)}
{option.label}
{/each}
Upper Value
{#each signOptions as option (option.value)}
{option.label}
{/each}
Interpretation
toggleSpecimenExpand(index)} >
Specimen & Criteria
{#if ref.SpcType || ref.Criteria}
(Custom)
{:else}
(Optional)
{/if}
{#if expandedRanges[index]?.specimen}
{:else}
{/if}
{#if expandedRanges[index]?.specimen}
Specimen Type
Any specimen
{#each specimenTypeOptions as option}
{option.label}
{/each}
Criteria
{/if}
{/each}