Skip to content

Commit

Permalink
Deployed 4c1a79a with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mohannadhussain committed May 8, 2024
1 parent bc427a5 commit 35d0e95
Show file tree
Hide file tree
Showing 21 changed files with 243 additions and 6 deletions.
2 changes: 2 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="/apis/fhir-intro/">FHIR Intro</a>
</li>
<li class="toctree-l1"><a class="reference internal" href="/apis/fhircast-and-cds-hooks/">FHIR-related Technologies</a>
</li>
<li class="toctree-l1"><a class="reference internal" href="/apis/dicom-web-intro/">DICOMweb Intro</a>
</li>
<li class="toctree-l1"><a class="reference internal" href="/apis/dicom-web-stow/">DICOMweb STOW</a>
Expand Down
2 changes: 2 additions & 0 deletions apis/chat-gpt/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../fhir-intro/">FHIR Intro</a>
</li>
<li class="toctree-l1"><a class="reference internal" href="../fhircast-and-cds-hooks/">FHIR-related Technologies</a>
</li>
<li class="toctree-l1"><a class="reference internal" href="../dicom-web-intro/">DICOMweb Intro</a>
</li>
<li class="toctree-l1"><a class="reference internal" href="../dicom-web-stow/">DICOMweb STOW</a>
Expand Down
6 changes: 6 additions & 0 deletions apis/dicom-to-jpg-png/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../fhir-intro/">FHIR Intro</a>
</li>
<li class="toctree-l1"><a class="reference internal" href="../fhircast-and-cds-hooks/">FHIR-related Technologies</a>
</li>
<li class="toctree-l1"><a class="reference internal" href="../dicom-web-intro/">DICOMweb Intro</a>
</li>
<li class="toctree-l1"><a class="reference internal" href="../dicom-web-stow/">DICOMweb STOW</a>
Expand Down Expand Up @@ -127,6 +129,10 @@
<h1 id="how-to-convert-dicom-to-jpg-or-png">How To Convert DICOM To JPG or PNG</h1>
<h2 id="introduction">Introduction</h2>
<p>DICOM is a container, which combines a header (metadata like patient ID, study date, etc) with pixel data (i.e. the image itself). The latter may be uncompressed data (i.e. bitmap) or could be compressed into one of the many codecs suported by the DICOM standard, such as JPEG-LS, JPEG 2000 and more recently High-Throughput JPEG 2000 (HTJ2K). Sometimes it is easier to extract the pixel data into a simple JPG or PNG file to work with the images, and how to do so is described in this article via two methods: 1) DICOMweb and 2) Command-line utilities. You could also achieve the same things via code/scripting using a DICOM library but that's out of scope for this article.</p>
<p>If you'd like to dig deeper into this topic, see the following links into the DICOM standard:
1. <a href="https://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_10.4.html#sect_10.4.1.1.3">Rendered Resources</a>
2. <a href="https://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_8.3.5.html#sect_8.3.5.1">Query Parameters For Rendered Resources</a>
3. <a href="https://dicom.nema.org/medical/dicom/current/output/chtml/part18/sect_8.7.4.html">Rendered Media Types</a></p>
<p><em>Note:</em> do remember that DICOM may not always contain pixel data. There are types of DICOM objects which are purley metadata-based like Structured Reports (SR) and Key-Object Selection (KOS) as two examples.</p>
<h3 id="1-extracting-jpgpng-via-dicomweb">1. Extracting JPG/PNG Via DICOMweb</h3>
<p>Check your server's DICOM conformance statement to ensure it supports the <code>/rendered</code> call in WADO-RS. See the <a href="https://www.dicomstandard.org/using/dicomweb/retrieve-wado-rs-and-wado-uri">DICOM standard</a> for more details. We use <a href="https://www.orthanc-server.com/">Orthanc</a> and know that it supports this call.</p>
Expand Down
6 changes: 4 additions & 2 deletions apis/dicom-web-intro/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../fhir-intro/">FHIR Intro</a>
</li>
<li class="toctree-l1"><a class="reference internal" href="../fhircast-and-cds-hooks/">FHIR-related Technologies</a>
</li>
<li class="toctree-l1 current"><a class="reference internal current" href="./">DICOMweb Intro</a>
<ul class="current">
<li class="toctree-l2"><a class="reference internal" href="#dicomweb-concepts">DICOMweb Concepts</a>
Expand Down Expand Up @@ -187,7 +189,7 @@ <h2 id="resources">Resources</h2>
</div>
</div><footer>
<div class="rst-footer-buttons" role="navigation" aria-label="Footer Navigation">
<a href="../fhir-intro/" class="btn btn-neutral float-left" title="FHIR Intro"><span class="icon icon-circle-arrow-left"></span> Previous</a>
<a href="../fhircast-and-cds-hooks/" class="btn btn-neutral float-left" title="FHIR-related Technologies"><span class="icon icon-circle-arrow-left"></span> Previous</a>
<a href="../dicom-web-stow/" class="btn btn-neutral float-right" title="DICOMweb STOW">Next <span class="icon icon-circle-arrow-right"></span></a>
</div>

Expand Down Expand Up @@ -215,7 +217,7 @@ <h2 id="resources">Resources</h2>
</span>


<span><a href="../fhir-intro/" style="color: #fcfcfc">&laquo; Previous</a></span>
<span><a href="../fhircast-and-cds-hooks/" style="color: #fcfcfc">&laquo; Previous</a></span>


<span><a href="../dicom-web-stow/" style="color: #fcfcfc">Next &raquo;</a></span>
Expand Down
2 changes: 2 additions & 0 deletions apis/dicom-web-stow/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../fhir-intro/">FHIR Intro</a>
</li>
<li class="toctree-l1"><a class="reference internal" href="../fhircast-and-cds-hooks/">FHIR-related Technologies</a>
</li>
<li class="toctree-l1"><a class="reference internal" href="../dicom-web-intro/">DICOMweb Intro</a>
</li>
<li class="toctree-l1 current"><a class="reference internal current" href="./">DICOMweb STOW</a>
Expand Down
2 changes: 2 additions & 0 deletions apis/ethereum-blockchain-intro/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="../fhir-intro/">FHIR Intro</a>
</li>
<li class="toctree-l1"><a class="reference internal" href="../fhircast-and-cds-hooks/">FHIR-related Technologies</a>
</li>
<li class="toctree-l1"><a class="reference internal" href="../dicom-web-intro/">DICOMweb Intro</a>
</li>
<li class="toctree-l1"><a class="reference internal" href="../dicom-web-stow/">DICOMweb STOW</a>
Expand Down
6 changes: 4 additions & 2 deletions apis/fhir-intro/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@
<li class="toctree-l2"><a class="reference internal" href="#resources">Resources</a>
</li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../fhircast-and-cds-hooks/">FHIR-related Technologies</a>
</li>
<li class="toctree-l1"><a class="reference internal" href="../dicom-web-intro/">DICOMweb Intro</a>
</li>
Expand Down Expand Up @@ -159,7 +161,7 @@ <h2 id="resources">Resources</h2>
</div><footer>
<div class="rst-footer-buttons" role="navigation" aria-label="Footer Navigation">
<a href="../../whats-new/2021/" class="btn btn-neutral float-left" title="2021"><span class="icon icon-circle-arrow-left"></span> Previous</a>
<a href="../dicom-web-intro/" class="btn btn-neutral float-right" title="DICOMweb Intro">Next <span class="icon icon-circle-arrow-right"></span></a>
<a href="../fhircast-and-cds-hooks/" class="btn btn-neutral float-right" title="FHIR-related Technologies">Next <span class="icon icon-circle-arrow-right"></span></a>
</div>

<hr/>
Expand Down Expand Up @@ -189,7 +191,7 @@ <h2 id="resources">Resources</h2>
<span><a href="../../whats-new/2021/" style="color: #fcfcfc">&laquo; Previous</a></span>


<span><a href="../dicom-web-intro/" style="color: #fcfcfc">Next &raquo;</a></span>
<span><a href="../fhircast-and-cds-hooks/" style="color: #fcfcfc">Next &raquo;</a></span>

</span>
</div>
Expand Down
Loading

0 comments on commit 35d0e95

Please sign in to comment.