Mercurial > hg > orthanc
comparison Resources/CMake/OrthancFrameworkConfiguration.cmake @ 3554:8fe89c2ea593
new class: ParsedDicomDir
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 30 Oct 2019 10:48:26 +0100 |
parents | 4acd1431e603 |
children | 4d809b2e1141 |
comparison
equal
deleted
inserted
replaced
3553:1a2d0316e8ec | 3554:8fe89c2ea593 |
---|---|
459 | 459 |
460 set(ORTHANC_DICOM_SOURCES_INTERNAL | 460 set(ORTHANC_DICOM_SOURCES_INTERNAL |
461 ${ORTHANC_ROOT}/Core/DicomParsing/DicomModification.cpp | 461 ${ORTHANC_ROOT}/Core/DicomParsing/DicomModification.cpp |
462 ${ORTHANC_ROOT}/Core/DicomParsing/DicomWebJsonVisitor.cpp | 462 ${ORTHANC_ROOT}/Core/DicomParsing/DicomWebJsonVisitor.cpp |
463 ${ORTHANC_ROOT}/Core/DicomParsing/FromDcmtkBridge.cpp | 463 ${ORTHANC_ROOT}/Core/DicomParsing/FromDcmtkBridge.cpp |
464 ${ORTHANC_ROOT}/Core/DicomParsing/ParsedDicomDir.cpp | |
464 ${ORTHANC_ROOT}/Core/DicomParsing/ParsedDicomFile.cpp | 465 ${ORTHANC_ROOT}/Core/DicomParsing/ParsedDicomFile.cpp |
465 ${ORTHANC_ROOT}/Core/DicomParsing/ToDcmtkBridge.cpp | 466 ${ORTHANC_ROOT}/Core/DicomParsing/ToDcmtkBridge.cpp |
466 | 467 |
467 ${ORTHANC_ROOT}/Core/DicomParsing/Internals/DicomFrameIndex.cpp | 468 ${ORTHANC_ROOT}/Core/DicomParsing/Internals/DicomFrameIndex.cpp |
468 ${ORTHANC_ROOT}/Core/DicomParsing/Internals/DicomImageDecoder.cpp | 469 ${ORTHANC_ROOT}/Core/DicomParsing/Internals/DicomImageDecoder.cpp |