Numeric Reference Ranges
{#if refnum?.length > 0}
{refnum.length}
{/if}
Add Range
{#if refnum?.length === 0}
No numeric ranges defined
Add First Range
{/if} {#if refnum?.length > 0}
#
Type
Low
High
{#each refnum || [] as ref, index (index)}
{index + 1}
{#each refTypeOptions as option (option.value)}
{option.label}
{/each}
toggleAdvanced(index)} title={showAdvanced[index] ? 'Hide details' : 'Show details'} > {#if hasAdvancedData(ref)}
{/if} {#if showAdvanced[index]}
{:else}
{/if}
removeRefRange(index)} title="Remove" >
{#if showAdvanced[index]}
Sex
Any
Female
Male
Age Range
to
years
Specimen Type
Any specimen
{#each specimenTypeOptions as option (option.value)}
{option.label}
{/each}
Interpretation
Criteria
{/if}
{/each}
{/if}