Skip to content

Commit

Permalink
feat: change default dicom web url and study uid
Browse files Browse the repository at this point in the history
  • Loading branch information
ACER-PC\user666 committed Sep 24, 2024
1 parent 36ac631 commit 7a12d3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ <h1 class="text-center mb-4">DICOM Web Query to FHIR ImagingStudy</h1>
<div class="mb-3">
<label for="dicom-url" class="form-label">DICOM Web URL:</label>
<input type="text" class="form-control" id="dicom-url" placeholder="Enter DICOM Web URL"
value="http://172.18.0.53:10000/dcm4chee-arc/aets/DCM4CHEE/rs">
value="https://raccoon.dicom.org.tw/dicom-web/studies">
</div>

<div class="mb-3">
<label for="study-uid" class="form-label">Study Instance UID:</label>
<input type="text" class="form-control" id="study-uid" placeholder="Enter Study Instance UID"
value="1.3.46.670589.45.1.1.4993912214784.1.5436.1538560373543">
value="1.3.6.1.4.1.14519.5.2.1.1600.1201.834204476578842814348006316326">
</div>

<button class="btn btn-primary w-100" onclick="main()">產生結果</button>
Expand Down

0 comments on commit 7a12d3e

Please sign in to comment.