comparison OrthancFramework/Sources/DicomFormat/DicomImageInformation.h @ 5323:138e9d0c08c1

added DicomMap::GuessPixelDataValueRepresentation()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 25 Jun 2023 12:29:39 +0200
parents 0ea402b4d901
children 48b8dae6dc77
comparison
equal deleted inserted replaced
5322:a904a4caf5b7 5323:138e9d0c08c1
93 * to "DicomMap" using "ExtractDicomSummary()". It answers the 93 * to "DicomMap" using "ExtractDicomSummary()". It answers the
94 * value 256, which corresponds to ORTHANC_MAXIMUM_TAG_LENGTH that 94 * value 256, which corresponds to ORTHANC_MAXIMUM_TAG_LENGTH that
95 * was implicitly used in Orthanc <= 1.7.2. 95 * was implicitly used in Orthanc <= 1.7.2.
96 **/ 96 **/
97 static unsigned int GetUsefulTagLength(); 97 static unsigned int GetUsefulTagLength();
98
99 static ValueRepresentation GuessPixelDataValueRepresentation(const DicomTransferSyntax& transferSyntax,
100 unsigned int bitsAllocated);
98 }; 101 };
99 } 102 }