comparison Core/DicomFormat/DicomMap.cpp @ 2804:d88970f1ffbf

fix ordering of non-parallel slices + /tools/reconstruct
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 29 Aug 2018 13:24:28 +0200
parents 878b59270859
children da12ba232119
comparison
equal deleted inserted replaced
2803:579acc5e5412 2804:d88970f1ffbf
107 DICOM_TAG_INSTANCE_NUMBER, 107 DICOM_TAG_INSTANCE_NUMBER,
108 DICOM_TAG_NUMBER_OF_FRAMES, 108 DICOM_TAG_NUMBER_OF_FRAMES,
109 DICOM_TAG_TEMPORAL_POSITION_IDENTIFIER, 109 DICOM_TAG_TEMPORAL_POSITION_IDENTIFIER,
110 DICOM_TAG_SOP_INSTANCE_UID, 110 DICOM_TAG_SOP_INSTANCE_UID,
111 DICOM_TAG_IMAGE_POSITION_PATIENT, // New in db v6 111 DICOM_TAG_IMAGE_POSITION_PATIENT, // New in db v6
112 DICOM_TAG_IMAGE_COMMENTS // New in db v6 112 DICOM_TAG_IMAGE_COMMENTS, // New in db v6
113
114 /**
115 * Main DICOM tags that are not part of any release of the
116 * database schema yet, and that will be part of future db v7. In
117 * the meantime, the user must call "/tools/reconstruct" once to
118 * access these tags if the corresponding DICOM files where
119 * indexed in the database by an older version of Orthanc.
120 **/
121 DICOM_TAG_IMAGE_ORIENTATION_PATIENT // New in Orthanc 1.4.2
113 }; 122 };
114 123
115 124
116 void DicomMap::LoadMainDicomTags(const DicomTag*& tags, 125 void DicomMap::LoadMainDicomTags(const DicomTag*& tags,
117 size_t& size, 126 size_t& size,