Skip to content

Commit 94be533

Browse files
http:// → https://
1 parent b63a2ad commit 94be533

7 files changed

Lines changed: 17 additions & 18 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ If you use highdicom in your research, please cite the above article.
3434
The developers gratefully acknowledge their support:
3535
* The [Alliance for Digital Pathology](https://digitalpathologyalliance.org/)
3636
* The [MGH & BWH Center for Clinical Data Science](https://www.ccds.io/)
37-
* [Quantitative Image Informatics for Cancer Research (QIICR)](http://qiicr.org)
38-
* [Radiomics](http://radiomics.io)
37+
* [Quantitative Image Informatics for Cancer Research (QIICR)](https://qiicr.org/)
38+
* [Radiomics](https://www.radiomics.io/)
3939
* The [NCI Imaging Data Commons](https://imaging.datacommons.cancer.gov/)

docs/coding.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ Examples of widely used medical terminologies include:
3434
terminology. This terminology is defined within the DICOM standard itself and
3535
is used to refer to DICOM concepts, as well as other concepts
3636
within the radiology workflow.
37-
- `SNOMED-CT <http://snomed.info/sct>`_. This terminology contains codes to
37+
- `SNOMED-CT <https://www.snomed.org/>`_. This terminology contains codes to
3838
describe medical concepts including anatomy, diseases, and procedures.
39-
- `RadLex <http://www.radlex.org/>`_. A standardized terminology for concepts
39+
- `RadLex <https://radlex.org/>`_. A standardized terminology for concepts
4040
in radiology.
4141
- `UCUM <https://ucum.org/>`_. A terminology specifically to describe units of
4242
measurement.

docs/development.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Coding style
3131
------------
3232

3333
Code must comply with `PEP 8 <https://www.python.org/dev/peps/pep-0008/>`_.
34-
The `flake8 <http://flake8.pycqa.org/en/latest/>`_ package is used to enforce compliance.
34+
The `flake8 <https://flake8.pycqa.org/en/latest/>`_ package is used to enforce compliance.
3535

3636
The project uses `numpydoc <https://github.com/numpy/numpydoc/>`_ for documenting code according to `PEP 257 <https://www.python.org/dev/peps/pep-0257/>`_ docstring conventions.
3737
Further information and examples for the NumPy style can be found at the `NumPy Github repository <https://github.com/numpy/numpy/blob/master/doc/HOWTO_DOCUMENT.rst.txt>`_ and the website of the `Napoleon sphinx extension <https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_numpy.html#example-numpy>`_.
@@ -46,7 +46,7 @@ Types must be specified using type hints as specified by `PEP 484 <https://www.p
4646
Running tests
4747
-------------
4848

49-
The project uses `pytest <http://doc.pytest.org/en/latest/>`_ to write and runs unit tests.
49+
The project uses `pytest <https://doc.pytest.org/en/latest/>`_ to write and runs unit tests.
5050
Tests should be placed in a separate ``tests`` folder within the package root folder.
5151
Files containing actual test code should follow the pattern ``test_*.py``.
5252

docs/generalsr.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ explanation my be found in:
1313

1414
* *DICOM Structured Reporting*. David Clunie. PixelMed Publishing, 2000.
1515
Digital copy available
16-
`here <http://www.dclunie.com/pixelmed/DICOMSR.book.pdf>`_.
16+
`here <https://www.dclunie.com/pixelmed/DICOMSR.book.pdf>`_.
1717

1818
Content Items
1919
-------------

docs/tid1500.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -737,9 +737,8 @@ highdicom test data within the highdicom repository at
737737
)
738738
sr_dataset.save_as("sr_document_with_multiple_groups.dcm")
739739
740-
.. _tid300def: http://dicom.nema.org/medical/dicom/current/output/chtml/part16/chapter_A.html#sect_TID_300
741-
.. _tid1500def: http://dicom.nema.org/medical/dicom/current/output/chtml/part16/chapter_A.html#sect_TID_1500
742-
.. _tid1501def: http://dicom.nema.org/medical/dicom/current/output/chtml/part16/chapter_A.html#sect_TID_1501
743-
.. _tid1410def: http://dicom.nema.org/medical/dicom/current/output/chtml/part16/chapter_A.html#sect_TID_1410
744-
.. _tid1411def: http://dicom.nema.org/medical/dicom/current/output/chtml/part16/chapter_A.html#sect_TID_1411
745-
740+
.. _tid300def: https://dicom.nema.org/medical/dicom/current/output/chtml/part16/chapter_A.html#sect_TID_300
741+
.. _tid1500def: https://dicom.nema.org/medical/dicom/current/output/chtml/part16/chapter_A.html#sect_TID_1500
742+
.. _tid1501def: https://dicom.nema.org/medical/dicom/current/output/chtml/part16/chapter_A.html#sect_TID_1501
743+
.. _tid1410def: https://dicom.nema.org/medical/dicom/current/output/chtml/part16/chapter_A.html#sect_TID_1410
744+
.. _tid1411def: https://dicom.nema.org/medical/dicom/current/output/chtml/part16/chapter_A.html#sect_TID_1411

src/highdicom/legacy/sop.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,16 +302,16 @@ def _convert_legacy_to_enhanced(
302302
pass
303303

304304
# Cardiac Synchronization (U)
305-
# TODO: http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.6.16.2.html#sect_C.7.6.16.2.7 # noqa
305+
# TODO: https://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.6.16.2.html#sect_C.7.6.16.2.7 # noqa
306306

307307
# Contrast/Bolus Usage (U) - MR/CT only
308-
# TODO: http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.6.16.2.html#sect_C.7.6.16.2.12 # noqa
308+
# TODO: https://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.6.16.2.html#sect_C.7.6.16.2.12 # noqa
309309

310310
# Respiratory Synchronization (U)
311-
# TODO: http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.6.16.2.html#sect_C.7.6.16.2.17 # noqa
311+
# TODO: https://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.6.16.2.html#sect_C.7.6.16.2.17 # noqa
312312

313313
# Real World Value Mapping (U) - PET only
314-
# TODO: http://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.6.16.2.html#sect_C.7.6.16.2.11 # noqa
314+
# TODO: https://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.6.16.2.html#sect_C.7.6.16.2.11 # noqa
315315

316316
perframe_items.append(perframe_item)
317317

src/highdicom/valuerep.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def check_person_name(person_name: Union[str, PersonName]) -> None:
4747
raise TypeError('Invalid type for a person name.')
4848

4949
name_url = (
50-
'http://dicom.nema.org/dicom/2013/output/chtml/part05/'
50+
'https://dicom.nema.org/dicom/2013/output/chtml/part05/'
5151
'sect_6.2.html#sect_6.2.1.2'
5252
)
5353
if '^' not in person_name and person_name != '': # empty string is allowed

0 commit comments

Comments
 (0)