Skip to content

dwikler/dicomtribe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XSLT.1.0 standard.DICOM license.apache-2.0

DICOM Tribe

XSLT stylesheets to convert DICOM standard DocBook XML to formats useful for programmers.

Introduction

Tribal knowledge is a concept I learned while participating in DICOM activities. This project is a tentative to share some of this knowledge and some associated tools.

Prerequisites

The DICOM standard DocBook XML version dicom

An XSLT processor (xsltproc, Xalan, Saxon, ...)

Installing

Download or Checkout the XSL stylesheets from the GitHub repository.

$ git clone https://github.com/dwikler/dicomtribe

Verify that you have an XSLT processor such as xsltproc available

$ xsltproc --version

Download the latest versions of DICOM standard in DocBook XML to the standard folder

$ cd standard
$ curl -O http://dicom.nema.org/medical/dicom/current/source/docbook/part06/part06.xml

Process the DocBook XML document using one of the stylesheet

$ cd ..
$ xsltproc -o output/PS3.6_DataElements.xml xsl/ExtractDataElementsFromPart6.xsl standard/part06.xml

Documentation

see Wiki

Authors

License

Copyright 2018 David Wikler

This project is licensed under the Apache License, Version 2.0 - see the LICENSE.md file for details

Acknowledgments

Great projects linked to this work

About

XSL stylesheets for DICOM standard DocBook XML

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages