Skip to content

Commit

Permalink
Updating the docs in dev/ for branch: master, commit 694ab45 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion committed Oct 8, 2023
1 parent a82a2a1 commit d0918bf
Show file tree
Hide file tree
Showing 494 changed files with 1,210 additions and 1,210 deletions.
2 changes: 1 addition & 1 deletion dev/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
============

:gh:`pynetdicom <pynetdicom>` is a pure Python package
that implements the `DICOM <http://dicom.nema.org/>`_ networking protocol.
that implements the `DICOM <https://www.dicomstandard.org/>`_ networking protocol.
Working with
:gh:`pydicom <pydicom>`, it allows the easy creation
of DICOM Application Entities (AEs), which can then act as *Service Class
Expand Down
2 changes: 1 addition & 1 deletion dev/apps/echoscp.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ <h1>echoscp<a class="headerlink" href="#echoscp" title="Link to this heading">¶
<section id="description">
<h2>Description<a class="headerlink" href="#description" title="Link to this heading"></a></h2>
<p>The <code class="docutils literal notranslate"><span class="pre">echoscp</span></code> application implements a Service Class Provider (SCP) for the
<a class="reference external" href="http://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_A.html">Verification</a> service class. It listens for
<a class="reference external" href="https://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_A.html">Verification</a> service class. It listens for
incoming association requests on the specified <em>port</em>, and once an association
is established, responds to incoming C-ECHO requests. The application can be
used to verify basic DICOM connectivity.</p>
Expand Down
4 changes: 2 additions & 2 deletions dev/apps/echoscu.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ <h1>echoscu<a class="headerlink" href="#echoscu" title="Link to this heading">¶
<section id="description">
<h2>Description<a class="headerlink" href="#description" title="Link to this heading"></a></h2>
<p>The <code class="docutils literal notranslate"><span class="pre">echoscu</span></code> application implements a Service Class User (SCU) for the
<a class="reference external" href="http://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_A.html">Verification</a> service class. It establishes an
<a class="reference external" href="https://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_A.html">Verification</a> service class. It establishes an
association with a peer Application Entity (AE), sends a
<a class="reference external" href="http://dicom.nema.org/medical/dicom/current/output/chtml/part07/sect_9.3.5.html#sect_9.3.5.1">C-ECHO</a> request and waits for a
<a class="reference external" href="https://dicom.nema.org/medical/dicom/current/output/chtml/part07/sect_9.3.5.html#sect_9.3.5.1">C-ECHO</a> request and waits for a
response. The application can be used to verify basic DICOM connectivity.</p>
<p>The source code for the application can be found <a class="reference external" href="https://github.com/pydicom/pynetdicom/tree/master/pynetdicom/apps/echoscu">here</a></p>
</section>
Expand Down
4 changes: 2 additions & 2 deletions dev/apps/findscu.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ <h1>findscu<a class="headerlink" href="#findscu" title="Link to this heading">¶
<section id="description">
<h2>Description<a class="headerlink" href="#description" title="Link to this heading"></a></h2>
<p>The <code class="docutils literal notranslate"><span class="pre">findscu</span></code> application implements a Service Class User (SCU) for
the <a class="reference external" href="http://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_C.html">Query/Retrieve</a> and
<a class="reference external" href="http://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_K.html">Basic Worklist Management</a> service classes. It
the <a class="reference external" href="https://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_C.html">Query/Retrieve</a> and
<a class="reference external" href="https://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_K.html">Basic Worklist Management</a> service classes. It
requests an association with a peer Application Entity and once established,
sends a C-FIND query to be matched against the SCP’s managed SOP Instances.
The SCP then responds with the matching query keys.</p>
Expand Down
2 changes: 1 addition & 1 deletion dev/apps/getscu.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ <h1>getscu<a class="headerlink" href="#getscu" title="Link to this heading">¶</
<section id="description">
<h2>Description<a class="headerlink" href="#description" title="Link to this heading"></a></h2>
<p>The <code class="docutils literal notranslate"><span class="pre">getscu</span></code> application implements a Service Class User (SCU) for
the <a class="reference external" href="http://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_C.html">Query/Retrieve</a> service class. It requests an
the <a class="reference external" href="https://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_C.html">Query/Retrieve</a> service class. It requests an
association with a peer Application Entity and once established, sends a C-GET
query to be matched against the Query/Retrieve SCP’s managed SOP Instances.
The QR SCP then responds by sending a copy of the matching SOP Instances (i.e.
Expand Down
4 changes: 2 additions & 2 deletions dev/apps/movescu.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ <h1>movescu<a class="headerlink" href="#movescu" title="Link to this heading">¶
<section id="description">
<h2>Description<a class="headerlink" href="#description" title="Link to this heading"></a></h2>
<p>The <code class="docutils literal notranslate"><span class="pre">movescu</span></code> application implements a Service Class User (SCU) for
the <a class="reference external" href="http://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_C.html">Query/Retrieve</a> service class and optionally
a Service Class Provider (SCP) for the <a class="reference external" href="http://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_B.html">Storage</a>
the <a class="reference external" href="https://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_C.html">Query/Retrieve</a> service class and optionally
a Service Class Provider (SCP) for the <a class="reference external" href="https://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_B.html">Storage</a>
service class. It requests an association with a peer Application Entity and
once established, sends a C-MOVE query to be matched against
the Query/Retrieve SCP’s managed SOP Instances. The QR SCP then responds by
Expand Down
4 changes: 2 additions & 2 deletions dev/apps/qrscp.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h1>qrscp<a class="headerlink" href="#qrscp" title="Link to this heading">¶</a>
<section id="description">
<h2>Description<a class="headerlink" href="#description" title="Link to this heading"></a></h2>
<p>The <code class="docutils literal notranslate"><span class="pre">qrscp</span></code> application implements a Service Class Provider (SCP) for the
<a class="reference external" href="http://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_A.html">Verification</a>, <a class="reference external" href="http://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_B.html">Storage</a> and <a class="reference external" href="http://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_C.html">Query/Retrieve</a>
<a class="reference external" href="https://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_A.html">Verification</a>, <a class="reference external" href="https://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_B.html">Storage</a> and <a class="reference external" href="https://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_C.html">Query/Retrieve</a>
service classes. It listens for incoming association requests on the
configured port, and once an association is established, allows Service Class
Users (SCUs) to:</p>
Expand All @@ -144,7 +144,7 @@ <h2>Description<a class="headerlink" href="#description" title="Link to this hea
their attributes added to a sqlite database that is used to manage Instances
for the Query/Retrieve service.</p>
<p>In addition, the <code class="docutils literal notranslate"><span class="pre">qrscp</span></code> application implements a Service Class Provider (SCP) for the
<a class="reference external" href="http://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_K.html">Basic Modality Worklist</a>, and <a class="reference external" href="http://dicom.nema.org/medical/dicom/current/output/chtml/part04/Chapter_CC">Unified Procedure Step</a>
<a class="reference external" href="https://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_K.html">Basic Modality Worklist</a>, and <a class="reference external" href="https://dicom.nema.org/medical/dicom/current/output/chtml/part04/Chapter_CC">Unified Procedure Step</a>
service classes, but currently will only return empty results (0 records)</p>
<div class="admonition warning">
<p class="admonition-title">Warning</p>
Expand Down
2 changes: 1 addition & 1 deletion dev/apps/storescp.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h1>storescp<a class="headerlink" href="#storescp" title="Link to this heading">
<section id="description">
<h2>Description<a class="headerlink" href="#description" title="Link to this heading"></a></h2>
<p>The <code class="docutils literal notranslate"><span class="pre">storescp</span></code> application implements a Service Class Provider (SCP) for
the <a class="reference external" href="http://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_B.html">Storage</a> service class. It listens for
the <a class="reference external" href="https://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_B.html">Storage</a> service class. It listens for
incoming association requests on the specified <em>port</em>, and once an association
is established, allows Storage SCUs to transfer SOP Instances.</p>
<p>The source code for the application can be found <a class="reference external" href="https://github.com/pydicom/pynetdicom/tree/master/pynetdicom/apps/storescp">here</a></p>
Expand Down
2 changes: 1 addition & 1 deletion dev/apps/storescu.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h1>storescu<a class="headerlink" href="#storescu" title="Link to this heading">
<section id="description">
<h2>Description<a class="headerlink" href="#description" title="Link to this heading"></a></h2>
<p>The <code class="docutils literal notranslate"><span class="pre">storescu</span></code> application implements a Service Class User (SCU) for
the <a class="reference external" href="http://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_B.html">Storage</a> service class. It requests an
the <a class="reference external" href="https://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_B.html">Storage</a> service class. It requests an
association with a peer Application Entity and once established requests the
transfer of one or more SOP Instances.</p>
<p>The source code for the application can be found <a class="reference external" href="https://github.com/pydicom/pynetdicom/tree/master/pynetdicom/apps/storescu">here</a></p>
Expand Down
4 changes: 2 additions & 2 deletions dev/examples/basic_worklist.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@

<section id="basic-worklist-management-service-examples">
<h1>Basic Worklist Management Service Examples<a class="headerlink" href="#basic-worklist-management-service-examples" title="Link to this heading"></a></h1>
<p>The DICOM <a class="reference external" href="http://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_K.html">Basic Worklist Management Service</a>
<p>The DICOM <a class="reference external" href="https://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_K.html">Basic Worklist Management Service</a>
provides a mechanism for a service user to access worklists on another AE.
Querying of the SCP for worklists is accomplished by utilising the DIMSE
C-FIND service.</p>
Expand All @@ -119,7 +119,7 @@ <h2>Basic Worklist Management SCU<a class="headerlink" href="#basic-worklist-man
2018. You may need to change the <em>Identifier</em> to meet the requirements of the
SCP so check it’s conformance statement. The approach is very similar to that
of a Query/Retrieve (Find) SCU, however BWM uses a different
<a class="reference external" href="http://dicom.nema.org/medical/dicom/current/output/chtml/part04/sect_K.6.html#sect_K.6.1.2">set of attributes</a> for the
<a class="reference external" href="https://dicom.nema.org/medical/dicom/current/output/chtml/part04/sect_K.6.html#sect_K.6.1.2">set of attributes</a> for the
<em>Identifier</em>.</p>
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="kn">from</span> <span class="nn">pydicom.dataset</span> <span class="kn">import</span> <span class="n">Dataset</span>

Expand Down
2 changes: 1 addition & 1 deletion dev/examples/display.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@

<section id="display-system-management-service-examples">
<h1>Display System Management Service Examples<a class="headerlink" href="#display-system-management-service-examples" title="Link to this heading"></a></h1>
<p>The DICOM <a class="reference external" href="http://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_EE.html">Display System Management Service</a>
<p>The DICOM <a class="reference external" href="https://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_EE.html">Display System Management Service</a>
allows an Application Entity to retrieve Display Subsystem parameters from a
peer by using the N-GET service. It only has a single
<a class="reference internal" href="../service_classes/display_system_service_class.html#display-sops"><span class="std std-ref">supported SOP Class</span></a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion dev/examples/mpps.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@

<section id="modality-performed-procedure-step-management-service-examples">
<h1>Modality Performed Procedure Step Management Service Examples<a class="headerlink" href="#modality-performed-procedure-step-management-service-examples" title="Link to this heading"></a></h1>
<p>The DICOM <a class="reference external" href="http://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_F.html">Modality Performed Procedure Step Management (MPPS) service</a>
<p>The DICOM <a class="reference external" href="https://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_F.html">Modality Performed Procedure Step Management (MPPS) service</a>
allows an Application Entity to log or track procedures performed by a
modality through the N-CREATE, N-SET, N-EVENT-REPORT and N-GET services. It
has <a class="reference internal" href="../service_classes/display_system_service_class.html#display-sops"><span class="std std-ref">three SOP Classes</span></a>:</p>
Expand Down
2 changes: 1 addition & 1 deletion dev/examples/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@

<section id="print-management-service-examples">
<h1>Print Management Service Examples<a class="headerlink" href="#print-management-service-examples" title="Link to this heading"></a></h1>
<p>The DICOM <a class="reference external" href="http://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_H.html">Print Management service</a>
<p>The DICOM <a class="reference external" href="https://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_H.html">Print Management service</a>
facilitates print of images and image related data. There are two Basic Print
Management Meta SOP Classes which correspond with the minimum functionality
that an implementation of the Print Management service class shall support (i.e
Expand Down
2 changes: 1 addition & 1 deletion dev/examples/qr_find.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@

<section id="query-retrieve-find-service-examples">
<h1>Query/Retrieve (Find) Service Examples<a class="headerlink" href="#query-retrieve-find-service-examples" title="Link to this heading"></a></h1>
<p>The DICOM <a class="reference external" href="http://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_C.html">Query/Retrieve Service</a>
<p>The DICOM <a class="reference external" href="https://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_C.html">Query/Retrieve Service</a>
provides a mechanism for a service user to query the SOP Instances managed
by a QR SCP. The QR (Find) SOP classes allow an SCU to receive a list of
attributes matching the requested query. This is accomplished through the
Expand Down
4 changes: 2 additions & 2 deletions dev/examples/qr_get.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@

<section id="query-retrieve-get-service-examples">
<h1>Query/Retrieve (Get) Service Examples<a class="headerlink" href="#query-retrieve-get-service-examples" title="Link to this heading"></a></h1>
<p>The DICOM <a class="reference external" href="http://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_C.html">Query/Retrieve Service</a>
<p>The DICOM <a class="reference external" href="https://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_C.html">Query/Retrieve Service</a>
provides a mechanism for a service user to query and retrieve the SOP Instances
managed by a QR SCP. The QR (Get) SOP classes allow an SCU to receive SOP
Instances that match the requested query. This is accomplished through the
Expand Down Expand Up @@ -156,7 +156,7 @@ <h2>Query/Retrieve (Get) SCU<a class="headerlink" href="#query-retrieve-get-scu"
the C-STORE requests.</p>
<p>If you’re going to write SOP Instances (datasets) to file it’s recommended
that you ensure the file is conformant with the
<a class="reference external" href="http://dicom.nema.org/medical/dicom/current/output/chtml/part10/chapter_7.html">DICOM File Format</a>, which requires adding the
<a class="reference external" href="https://dicom.nema.org/medical/dicom/current/output/chtml/part10/chapter_7.html">DICOM File Format</a>, which requires adding the
File Meta Information.</p>
<p>Check the
<a class="reference internal" href="../reference/generated/pynetdicom._handlers.doc_handle_store.html#pynetdicom._handlers.doc_handle_store" title="pynetdicom._handlers.doc_handle_store"><code class="xref py py-func docutils literal notranslate"><span class="pre">handler</span> <span class="pre">implementation</span> <span class="pre">documentation</span></code></a>
Expand Down
2 changes: 1 addition & 1 deletion dev/examples/qr_move.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@

<section id="query-retrieve-move-service-examples">
<h1>Query/Retrieve (Move) Service Examples<a class="headerlink" href="#query-retrieve-move-service-examples" title="Link to this heading"></a></h1>
<p>The DICOM <a class="reference external" href="http://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_C.html">Query/Retrieve Service</a>
<p>The DICOM <a class="reference external" href="https://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_C.html">Query/Retrieve Service</a>
provides a mechanism for a service user to query and retrieve the SOP Instances
managed by a QR SCP. The QR (Move) SOP classes allow an SCU to request an SCP
send matching SOP Instances to a known Storage SCP over a new association.
Expand Down
2 changes: 1 addition & 1 deletion dev/examples/relevant_patient.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@

<section id="relevant-patient-information-query-service-examples">
<h1>Relevant Patient Information Query Service Examples<a class="headerlink" href="#relevant-patient-information-query-service-examples" title="Link to this heading"></a></h1>
<p>The DICOM <a class="reference external" href="http://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_Q.html">Relevant Patient Information Query Service</a>
<p>The DICOM <a class="reference external" href="https://dicom.nema.org/medical/dicom/current/output/chtml/part04/chapter_Q.html">Relevant Patient Information Query Service</a>
provides a mechanism for an SCU to access relevant patient information managed
by an SCP. This is accomplished through the DIMSE C-FIND service.</p>
<section id="relevant-patient-information-scu">
Expand Down
Loading

0 comments on commit d0918bf

Please sign in to comment.