highdicom


Namehighdicom JSON
Version 0.23.1 PyPI version JSON
download
home_pageNone
SummaryHigh-level DICOM abstractions.
upload_time2024-10-25 03:45:16
maintainerMarkus D. Herrmann, Christopher P. Bridge
docs_urlNone
authorMarkus D. Herrmann
requires_python>=3.10
licenseLICENSE
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Build Status](https://github.com/imagingdatacommons/highdicom/actions/workflows/run_unit_tests.yml/badge.svg)](https://github.com/imagingdatacommons/highdicom/actions)
[![Documentation Status](https://readthedocs.org/projects/highdicom/badge/?version=latest)](https://highdicom.readthedocs.io/en/latest/?badge=latest)
[![PyPi Distribution](https://img.shields.io/pypi/v/highdicom.svg)](https://pypi.python.org/pypi/highdicom/)
[![Python Versions](https://img.shields.io/pypi/pyversions/highdicom.svg)](https://pypi.org/project/highdicom/)
[![Downloads](https://pepy.tech/badge/highdicom)](https://pepy.tech/project/highdicom)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](code_of_conduct.md)

# High DICOM

A library that provides high-level DICOM abstractions for the Python programming language to facilitate the creation and handling of DICOM objects for image-derived information, including image annotations, and image analysis results.
It currently provides tools for creating and decoding the following DICOM information object definitions (IODs):
* Annotations
* Parametric Map images
* Segmentation images
* Structured Report documents
* Secondary Capture images
* Key Object Selection documents
* Legacy Converted Enhanced CT/PET/MR images (e.g., for single frame to multi-frame conversion)
* Softcopy Presentation State instances (including Grayscale, Color, and Pseudo-Color)

## Documentation

Please refer to the online documentation at [highdicom.readthedocs.io](https://highdicom.readthedocs.io), which includes installation instructions, a user guide with examples, a developer guide, and complete documentation of the application programming interface of the `highdicom` package.

## Citation

For more information about the motivation of the library and the design of highdicom's API, please see the following article:

> [Highdicom: A Python library for standardized encoding of image annotations and machine learning model outputs in pathology and radiology](https://arxiv.org/abs/2106.07806)
> C.P. Bridge, C. Gorman, S. Pieper, S.W. Doyle, J.K. Lennerz, J. Kalpathy-Cramer, D.A. Clunie, A.Y. Fedorov, and M.D. Herrmann

If you use highdicom in your research, please cite the above article.

## Support

The developers gratefully acknowledge their support:
* The [Alliance for Digital Pathology](https://digitalpathologyalliance.org/)
* The [MGH & BWH Center for Clinical Data Science](https://www.ccds.io/)
* [Quantitative Image Informatics for Cancer Research (QIICR)](https://qiicr.org/)
* [Radiomics](https://www.radiomics.io/)
* The [NCI Imaging Data Commons](https://imaging.datacommons.cancer.gov/)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "highdicom",
    "maintainer": "Markus D. Herrmann, Christopher P. Bridge",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Markus D. Herrmann",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/27/42/d300184a3e0f95d72da820e3f5b6a5c977a6dbf3430f06b96bfc6678315c/highdicom-0.23.1.tar.gz",
    "platform": null,
    "description": "[![Build Status](https://github.com/imagingdatacommons/highdicom/actions/workflows/run_unit_tests.yml/badge.svg)](https://github.com/imagingdatacommons/highdicom/actions)\n[![Documentation Status](https://readthedocs.org/projects/highdicom/badge/?version=latest)](https://highdicom.readthedocs.io/en/latest/?badge=latest)\n[![PyPi Distribution](https://img.shields.io/pypi/v/highdicom.svg)](https://pypi.python.org/pypi/highdicom/)\n[![Python Versions](https://img.shields.io/pypi/pyversions/highdicom.svg)](https://pypi.org/project/highdicom/)\n[![Downloads](https://pepy.tech/badge/highdicom)](https://pepy.tech/project/highdicom)\n[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](code_of_conduct.md)\n\n# High DICOM\n\nA library that provides high-level DICOM abstractions for the Python programming language to facilitate the creation and handling of DICOM objects for image-derived information, including image annotations, and image analysis results.\nIt currently provides tools for creating and decoding the following DICOM information object definitions (IODs):\n* Annotations\n* Parametric Map images\n* Segmentation images\n* Structured Report documents\n* Secondary Capture images\n* Key Object Selection documents\n* Legacy Converted Enhanced CT/PET/MR images (e.g., for single frame to multi-frame conversion)\n* Softcopy Presentation State instances (including Grayscale, Color, and Pseudo-Color)\n\n## Documentation\n\nPlease refer to the online documentation at [highdicom.readthedocs.io](https://highdicom.readthedocs.io), which includes installation instructions, a user guide with examples, a developer guide, and complete documentation of the application programming interface of the `highdicom` package.\n\n## Citation\n\nFor more information about the motivation of the library and the design of highdicom's API, please see the following article:\n\n> [Highdicom: A Python library for standardized encoding of image annotations and machine learning model outputs in pathology and radiology](https://arxiv.org/abs/2106.07806)\n> C.P. Bridge, C. Gorman, S. Pieper, S.W. Doyle, J.K. Lennerz, J. Kalpathy-Cramer, D.A. Clunie, A.Y. Fedorov, and M.D. Herrmann\n\nIf you use highdicom in your research, please cite the above article.\n\n## Support\n\nThe developers gratefully acknowledge their support:\n* The [Alliance for Digital Pathology](https://digitalpathologyalliance.org/)\n* The [MGH & BWH Center for Clinical Data Science](https://www.ccds.io/)\n* [Quantitative Image Informatics for Cancer Research (QIICR)](https://qiicr.org/)\n* [Radiomics](https://www.radiomics.io/)\n* The [NCI Imaging Data Commons](https://imaging.datacommons.cancer.gov/)\n",
    "bugtrack_url": null,
    "license": "LICENSE",
    "summary": "High-level DICOM abstractions.",
    "version": "0.23.1",
    "project_urls": {
        "documentation": "https://highdicom.readthedocs.io/",
        "homepage": "https://github.com/imagingdatacommons/highdicom",
        "repository": "https://github.com/ImagingDataCommons/highdicom.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "96718d28d465383f1cac84e3832ec5aa6f6bebfb4ff38d3b36bd83cf6cd0f36d",
                "md5": "a6ccc9758826c7fab91b4f4d85176646",
                "sha256": "ea96f6f427b2044b876329563630dd9c91e4bca22bde4d81ee9e9386619caa3b"
            },
            "downloads": -1,
            "filename": "highdicom-0.23.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a6ccc9758826c7fab91b4f4d85176646",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 836444,
            "upload_time": "2024-10-25T03:45:14",
            "upload_time_iso_8601": "2024-10-25T03:45:14.285555Z",
            "url": "https://files.pythonhosted.org/packages/96/71/8d28d465383f1cac84e3832ec5aa6f6bebfb4ff38d3b36bd83cf6cd0f36d/highdicom-0.23.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2742d300184a3e0f95d72da820e3f5b6a5c977a6dbf3430f06b96bfc6678315c",
                "md5": "c32534487318bfd15a542a9b469991d7",
                "sha256": "308badeec10febfcb0fdaedb3d57d770739d2d0f6ad35a5ac693bddebefc292a"
            },
            "downloads": -1,
            "filename": "highdicom-0.23.1.tar.gz",
            "has_sig": false,
            "md5_digest": "c32534487318bfd15a542a9b469991d7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 844214,
            "upload_time": "2024-10-25T03:45:16",
            "upload_time_iso_8601": "2024-10-25T03:45:16.363058Z",
            "url": "https://files.pythonhosted.org/packages/27/42/d300184a3e0f95d72da820e3f5b6a5c977a6dbf3430f06b96bfc6678315c/highdicom-0.23.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-25 03:45:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "imagingdatacommons",
    "github_project": "highdicom",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "highdicom"
}
        
Elapsed time: 1.23037s