X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Doc%2FREADME;h=50bd05fb1268508335cbbf6f8ca2f2542dbe3282;hb=7eb058ef98b0003b379bf0db33e5c4c673b7f1e6;hp=a6c806fcdd030b1a6fd8d14cc2ea4a87f25ef611;hpb=d84a0a9e04fe65dc2ff732d75731fa403d0e02b8;p=gdcm.git diff --git a/Doc/README b/Doc/README index a6c806fc..50bd05fb 100644 --- a/Doc/README +++ b/Doc/README @@ -1,4 +1,16 @@ +The reference for parsing dicom file is the dicom standard. A local copy +can be found in Dicom2003_Part5.pdf. A nice starting point for browsing +the standard can be found at http://www.dclunie.com/dicom-status/status.html. +better you go to : http://medical.nema.org/dicom + PRODUCTS + The Dicom Standard + Documentation can be build with doxygen: -doxygen Doxyfile -mozilla html/index.html +* For the developpers version: + doxygen DoxyfileDeveloppers + mozilla html.developper/index.html + +* For the user version: + doxygen DoxyfileUsers + mozilla html.user/index.html