Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • BackTrack 5 R2
  • Wine 1.4 / 1.5.5
  • Mozilla Firefox 12...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.4 LTS
  • Linux Kernel 3.4
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.4
  • Home > Linux > Science and Engineering > Medical Science Apps.

    pydicom 0.9.7

    Download button

    No screenshots available
    Downloads: 843  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



    HTML code for linking to this page:


    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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