Skip to content

Commit

Permalink
chore(dicom): update wasm and demo-app index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Aug 13, 2024
1 parent 2234a56 commit b5a3cf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions packages/dicom/typescript/test/browser/demo-app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -329,11 +329,11 @@ <h3>👨‍💻 Live API Demo ✨</h3>
<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>
<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"/>
<br /><br />
<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>
<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"/>
<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>
<br /><br />
<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>
<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"/>
<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>
<br /><br />
<sl-divider></sl-divider>
<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>
Expand Down

0 comments on commit b5a3cf6

Please sign in to comment.