Skip to content

Commit 9b1a2b9

Browse files
committed
Updating the docs in dev/ for branch: main, commit d2dc25e [skip ci]
1 parent 79f2f1e commit 9b1a2b9

465 files changed

Lines changed: 739 additions & 739 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

dev/_sources/examples/qr_get.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ to see the requirements for the ``evt.EVT_C_STORE`` handler.
7272
ds.file_meta = event.file_meta
7373
7474
# Save the dataset using the SOP Instance UID as the filename
75-
ds.save_as(ds.SOPInstanceUID, write_like_original=False)
75+
ds.save_as(ds.SOPInstanceUID, enforce_file_format=True)
7676
7777
# Return a 'Success' status
7878
return 0x0000

dev/_sources/examples/storage.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ to see the requirements for the ``evt.EVT_C_STORE`` handler.
127127
ds.file_meta = event.file_meta
128128
129129
# Save the dataset using the SOP Instance UID as the filename
130-
ds.save_as(ds.SOPInstanceUID, write_like_original=False)
130+
ds.save_as(ds.SOPInstanceUID, enforce_file_format=True)
131131
132132
# Return a 'Success' status
133133
return 0x0000

dev/_sources/tutorials/create_scp.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Open a new terminal and start our SCP running:
120120
121121
And in another terminal, run :doc:`storescu<../apps/storescu>` on
122122
:gh:`this dataset
123-
<pynetdicom/raw/master/pynetdicom/tests/dicom_files/CTImageStorage.dcm>`:
123+
<pynetdicom/raw/main/pynetdicom/tests/dicom_files/CTImageStorage.dcm>`:
124124

125125
.. code-block:: text
126126

dev/_sources/user/ae.rst.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ the *ae_title* keyword parameter in
5050
References
5151
..........
5252

53-
* DICOM Standard, Part 5 :dcm:`Section 6.2<part05.html#sect_6.2>`
54-
* DICOM Standard, Part 5 :dcm:`Section 6.1.2.1<part05.html#sect_6.1.3>`
55-
* DICOM Standard, Part 5 :dcm:`Section 6.1.3<part05.html#sect_6.1.3>`
56-
* DICOM Standard, Part 8 :dcm:`Section 9.3.2<part08.html#sect_9.3.2>`
57-
* DICOM Standard, Part 8 :dcm:`Annex B.1<part08.html#sect_B.1>`
58-
* DICOM Standard, Part 8 :dcm:`Annex B.2<part08.html#sect_B.2>`
53+
* DICOM Standard, Part 5 :dcm:`Section 6.2<part05/sect_6.2.html>`
54+
* DICOM Standard, Part 5 :dcm:`Section 6.1.2.1<part05/chapter_6.html#sect_6.1.2.1>`
55+
* DICOM Standard, Part 5 :dcm:`Section 6.1.3<part05/chapter_6.html#sect_6.1.3>`
56+
* DICOM Standard, Part 8 :dcm:`Section 9.3.2<part08/sect_9.3.2.html>`
57+
* DICOM Standard, Part 8 :dcm:`Annex B.1<part08/chapter_B.html#sect_B.1>`
58+
* DICOM Standard, Part 8 :dcm:`Annex B.2<part08/sect_B.2.html>`

dev/_sources/user/concepts_contexts.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ agree on the encoding techniques they are able to support (i.e. byte ordering,
4848
compression, etc.).
4949

5050
The official DICOM transfer syntaxes are defined in
51-
:dcm:`Part 5<part05.html#chapter_8>` of the DICOM Standard and the Standard also
51+
:dcm:`Part 5<part05/chapter_8.html>` of the DICOM Standard and the Standard also
5252
allows the use of privately defined transfer syntaxes.

dev/_sources/user/concepts_information_model.rst.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ information about related real-world objects (such as the
2222
*Patient*, *Study*, *Series*, *Equipment*, etc).
2323

2424
There are many different DICOM IODs and they're all defined in
25-
:dcm:`Part 3 <part03.html>` of the DICOM Standard.
25+
:dcm:`Part 3 <part03/ps3.3.html>` of the DICOM Standard.
2626

2727
.. _concepts_sop_classes:
2828

@@ -47,7 +47,7 @@ A Service-Object Pair (SOP) Class is defined by the union of an IOD and a
4747
N-EVENT-REPORT and N-GET services. The *Print Job SOP Class* is an
4848
abstraction of a print job containing one or more films to be printed.
4949

50-
The DIMSE-C and DIMSE-N services are defined in :dcm:`Part 7<part07.html>` of
50+
The DIMSE-C and DIMSE-N services are defined in :dcm:`Part 7<part07/ps3.7.html>` of
5151
the DICOM Standard. Every DICOM SOP class has its own UID that can be found in
5252
:dcm:`Part 6<part06/chapter_A.html>`.
5353

@@ -67,5 +67,5 @@ of managed SOP instances (*Query/Retrieve Service Class*), printing of images
6767
The labels *Service Class User* and *Service Class Provider* are derived from
6868
whether or not an AE *uses* or *provides* the services in a Service Class.
6969

70-
Service Classes are defined in :dcm:`Part 4<part04.html>` of the DICOM
70+
Service Classes are defined in :dcm:`Part 4<part04/ps3.4.html>` of the DICOM
7171
Standard.

dev/_sources/user/concepts_uids.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ must not start with ``0`` unless the component itself is ``0`` (e.g.
3333
``1.2.0.4`` is valid but ``1.2.08.4`` is invalid) and the maximum length of a
3434
UID is 64 total characters.
3535

36-
More information on DICOM UIDs is available in :dcm:`Part 5 <part05.html>`
36+
More information on DICOM UIDs is available in :dcm:`Part 5 <part05/ps3.5.html>`
3737
of the DICOM Standard.

dev/examples/qr_get.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ <h2>Query/Retrieve (Get) SCU<a class="headerlink" href="#query-retrieve-get-scu"
586586
<span class="n">ds</span><span class="o">.</span><span class="n">file_meta</span> <span class="o">=</span> <span class="n">event</span><span class="o">.</span><span class="n">file_meta</span>
587587

588588
<span class="c1"># Save the dataset using the SOP Instance UID as the filename</span>
589-
<span class="n">ds</span><span class="o">.</span><span class="n">save_as</span><span class="p">(</span><span class="n">ds</span><span class="o">.</span><span class="n">SOPInstanceUID</span><span class="p">,</span> <span class="n">write_like_original</span><span class="o">=</span><span class="kc">False</span><span class="p">)</span>
589+
<span class="n">ds</span><span class="o">.</span><span class="n">save_as</span><span class="p">(</span><span class="n">ds</span><span class="o">.</span><span class="n">SOPInstanceUID</span><span class="p">,</span> <span class="n">enforce_file_format</span><span class="o">=</span><span class="kc">True</span><span class="p">)</span>
590590

591591
<span class="c1"># Return a &#39;Success&#39; status</span>
592592
<span class="k">return</span> <span class="mh">0x0000</span>

dev/examples/storage.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ <h2>Storage SCU<a class="headerlink" href="#storage-scu" title="Link to this hea
624624
<span class="n">ds</span><span class="o">.</span><span class="n">file_meta</span> <span class="o">=</span> <span class="n">event</span><span class="o">.</span><span class="n">file_meta</span>
625625

626626
<span class="c1"># Save the dataset using the SOP Instance UID as the filename</span>
627-
<span class="n">ds</span><span class="o">.</span><span class="n">save_as</span><span class="p">(</span><span class="n">ds</span><span class="o">.</span><span class="n">SOPInstanceUID</span><span class="p">,</span> <span class="n">write_like_original</span><span class="o">=</span><span class="kc">False</span><span class="p">)</span>
627+
<span class="n">ds</span><span class="o">.</span><span class="n">save_as</span><span class="p">(</span><span class="n">ds</span><span class="o">.</span><span class="n">SOPInstanceUID</span><span class="p">,</span> <span class="n">enforce_file_format</span><span class="o">=</span><span class="kc">True</span><span class="p">)</span>
628628

629629
<span class="c1"># Return a &#39;Success&#39; status</span>
630630
<span class="k">return</span> <span class="mh">0x0000</span>

dev/reference/generated/pynetdicom.PYNETDICOM_IMPLEMENTATION_UID.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,7 @@
11241124
<h1>pynetdicom.PYNETDICOM_IMPLEMENTATION_UID<a class="headerlink" href="#pynetdicom-pynetdicom-implementation-uid" title="Link to this heading">#</a></h1>
11251125
<dl class="py data">
11261126
<dt class="sig sig-object py" id="pynetdicom.PYNETDICOM_IMPLEMENTATION_UID">
1127-
<span class="sig-prename descclassname"><span class="pre">pynetdicom.</span></span><span class="sig-name descname"><span class="pre">PYNETDICOM_IMPLEMENTATION_UID</span></span><em class="property"><span class="p"><span class="pre">:</span></span><span class="w"> </span><a class="reference external" href="https://pydicom.github.io/pydicom/stable/reference/generated/pydicom.uid.UID.html#pydicom.uid.UID" title="(in pydicom v3.0.1)"><span class="pre">UID</span></a></em><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">'1.2.826.0.1.3680043.9.3811.3.1.0'</span></em><a class="reference external" href="https://github.com/pydicom/pynetdicom/blob/ac1fe417d/pynetdicom/../venv/lib/python3.10/site-packages/pydicom/uid.py#L"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pynetdicom.PYNETDICOM_IMPLEMENTATION_UID" title="Link to this definition">#</a></dt>
1127+
<span class="sig-prename descclassname"><span class="pre">pynetdicom.</span></span><span class="sig-name descname"><span class="pre">PYNETDICOM_IMPLEMENTATION_UID</span></span><em class="property"><span class="p"><span class="pre">:</span></span><span class="w"> </span><a class="reference external" href="https://pydicom.github.io/pydicom/stable/reference/generated/pydicom.uid.UID.html#pydicom.uid.UID" title="(in pydicom v3.0.1)"><span class="pre">UID</span></a></em><em class="property"><span class="w"> </span><span class="p"><span class="pre">=</span></span><span class="w"> </span><span class="pre">'1.2.826.0.1.3680043.9.3811.3.1.0'</span></em><a class="reference external" href="https://github.com/pydicom/pynetdicom/blob/d2dc25e83/pynetdicom/../venv/lib/python3.10/site-packages/pydicom/uid.py#L"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#pynetdicom.PYNETDICOM_IMPLEMENTATION_UID" title="Link to this definition">#</a></dt>
11281128
<dd><p>The (0002,0012) <em>Implementation Class UID</em> used by <em>pynetdicom</em></p>
11291129
</dd></dl>
11301130

0 commit comments

Comments
 (0)