Mercurial > hg > orthanc
changeset 445:7816aaa5db17
merge
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 17 May 2013 17:32:16 +0200 |
parents | de660d1fd8f2 (current diff) 9d876ea52df4 (diff) |
children | b7ef1a7d857e |
files | |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Core/DicomFormat/DicomTag.h Fri May 17 17:31:51 2013 +0200 +++ b/Core/DicomFormat/DicomTag.h Fri May 17 17:32:16 2013 +0200 @@ -107,7 +107,7 @@ static const DicomTag DICOM_TAG_MEDIA_STORAGE_SOP_CLASS_UID(0x0002, 0x0002); static const DicomTag DICOM_TAG_MEDIA_STORAGE_SOP_INSTANCE_UID(0x0002, 0x0003); - // DICOM tags used for MRI (thanks to Will Ryder) + // DICOM tags used for fMRI (thanks to Will Ryder) static const DicomTag DICOM_TAG_NUMBER_OF_TEMPORAL_POSITIONS(0x0020, 0x0105); static const DicomTag DICOM_TAG_TEMPORAL_POSITION_IDENTIFIER(0x0020, 0x0100); }
--- a/THANKS Fri May 17 17:31:51 2013 +0200 +++ b/THANKS Fri May 17 17:32:16 2013 +0200 @@ -14,7 +14,7 @@ * Cyril Paulus (cyril.paulus@student.ulg.ac.be), for the build process and suggestions about the REST API. * Will Ryder (will.ryder@sydney.edu.au), for improvements with the - handling of series with temporal positions (fMRI). + handling of series with temporal positions (fMRI and dynamic PET). Artwork