Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Science and Engineering > Medical Science Apps.

    pydicom 0.9.8

    Download button

    No screenshots available
    Downloads: 1,015  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Darcy Mason | More programs
    GPL / FREE
    March 11th, 2012, 01:13 GMT
    ROOT / Science and Engineering / Medical Science Apps.

     Read user reviews (0)  Refer to a friend  Subscribe

    pydicom description

    Pure python package for DICOM file reading and writing

    pydicom is a pure Python module for working with DICOM files. It was made for inspecting and modifying DICOM files in an easy "pythonic" way. The modifications can be written again to a new file. As a pure python package, it should run anywhere python runs without any other requirements.

    Here is a short code sample from an interactive python session:

    >>> import dicom
    >>> plan=dicom.ReadFile("rtplan.dcm")
    >>> plan.PatientsName
    'Last^First^mid^pre'
    >>> plan.dir("setup") # get a list of tags with "setup" somewhere in the name
    ['PatientSetups']
    >>> plan.PatientSetups[0]
    (0018, 5100) Patient Position CS: 'HFS'
    (300a, 0182) Patient Setup Number IS: '1'
    (300a, 01b2) Setup TechniqueDescription ST: ''
    >>> plan.PatientSetups[0].PatientPosition = "HFP"
    >>> plan.SaveAs("rtplan2.dcm")
    >>>


    pydicom is not a DICOM server, and is not about viewing images. It is designed to let you manipulate data elements in a DICOM file with python code.

    pydicom is released under the GPL license. See the license.txt file in the distribution for details.


    Product's homepage

    Requirements:

    · Python

      


    TAGS:

    DICOM handler | Python library | Python | DICOM | handler

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM