Skip to content

Commit 75f1c7a

Browse files
committed
chore(dicom): update wasm and demo-app index.html
1 parent e3eb7da commit 75f1c7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/dicom/typescript/test/browser/demo-app/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -486,11 +486,11 @@ <h3>👨‍💻 Live API Demo ✨</h3>
486486
<sl-tooltip content="Use the Upload button to provide the files"><sl-details id="imageSetsNormalization-files-details" summary="files: DICOM files" disabled></sl-details></sl-tooltip>
487487
<label for="files-file"><sl-button name="files-file-button" variant="primary" outline onclick="this.parentElement.nextElementSibling.click()">Upload</sl-button></label><input type="file" multiple name="files-file" style="display: none"/>
488488
<br /><br />
489-
<sl-tooltip content="Use the Upload button to provide the seriesGroupBy"><sl-details id="imageSetsNormalization-series-group-by-details" summary="seriesGroupBy: Create series so that all instances in a series share these tags. Option is a JSON object with a &quot;tags&quot; array. Example tag: &quot;0008|103e&quot;. If not provided, defaults to Series UID and Frame Of Reference UID tags." disabled></sl-details></sl-tooltip>
490489
<label for="series-group-by-file"><sl-button name="series-group-by-file-button" variant="primary" outline onclick="this.parentElement.nextElementSibling.click()">Upload</sp-button></label><input type="file" name="series-group-by-file" style="display: none"/>
490+
<sl-tooltip content="Use the Upload button to provide the seriesGroupBy"><sl-details id="imageSetsNormalization-series-group-by-details" summary="seriesGroupBy: Create series so that all instances in a series share these tags. Option is a JSON object with a &quot;tags&quot; array. Example tag: &quot;0008|103e&quot;. If not provided, defaults to Series UID and Frame Of Reference UID tags." disabled></sl-details></sl-tooltip>
491491
<br /><br />
492-
<sl-tooltip content="Use the Upload button to provide the imageSetGroupBy"><sl-details id="imageSetsNormalization-image-set-group-by-details" summary="imageSetGroupBy: Create image sets so that all series in a set share these tags. Option is a JSON object with a &quot;tags&quot; array. Example tag: &quot;0008|103e&quot;. If not provided, defaults to Study UID tag." disabled></sl-details></sl-tooltip>
493492
<label for="image-set-group-by-file"><sl-button name="image-set-group-by-file-button" variant="primary" outline onclick="this.parentElement.nextElementSibling.click()">Upload</sp-button></label><input type="file" name="image-set-group-by-file" style="display: none"/>
493+
<sl-tooltip content="Use the Upload button to provide the imageSetGroupBy"><sl-details id="imageSetsNormalization-image-set-group-by-details" summary="imageSetGroupBy: Create image sets so that all series in a set share these tags. Option is a JSON object with a &quot;tags&quot; array. Example tag: &quot;0008|103e&quot;. If not provided, defaults to Study UID tag." disabled></sl-details></sl-tooltip>
494494
<br /><br />
495495
<sl-divider></sl-divider>
496496
<br /><sl-tooltip content="Load example input data. This will overwrite data any existing input data."><sl-button name="loadSampleInputs" variant="default" style="display: none;">Load sample inputs</sl-button></sl-tooltip>

0 commit comments

Comments
 (0)