MeVisLab Toolbox Reference
mlRelatedDicomMultiFileVolumeTools.h File Reference

Some tools to determine volumes of a MultiFileVolumeList related to other one(s) according to DICOM tags. More...

#include "MLMultiFileVolumeListOutputsSystem.h"
#include <mlModuleIncludes.h>
#include <DCMTree_Lib.h>
#include <FMEThirdPartyWarningsDisable.h>
#include <set>
#include <FMEThirdPartyWarningsRestore.h>

Go to the source code of this file.

Namespaces

namespace  ml
 Main documentation file for ML users and developers.
 
namespace  ml::RelatedMultiFileVolumeTools
 

Functions

MLDIRECTDICOMIMPORTOUTPUTS_EXPORT void ml::RelatedMultiFileVolumeTools::updateSourceImageReferences (DCMTree::Const_TreePtr dcmTree, MultiFileVolumeList &volList, std::set< size_t > &srcRefs, std::set< size_t > &forRefs, const std::string &sequenceScanConfig, DicomMessageCollector &dcmMsgCollector)
 Check dcmTree for ReferencedSOPInstanceUIDs according to sequenceScanConfig and for frame of reference uids tags.
 
MLDIRECTDICOMIMPORTOUTPUTS_EXPORT void ml::RelatedMultiFileVolumeTools::setUpVolumeIndexFields (const std::set< size_t > &foundVolumeIndexes, IntField &firstRelatedVolumeIndexFld, StringField &relatedVolumeIndexesFld)
 Sets the first index from foundVolumeIndexes as index in firstRelatedVolumeIndexFld or -1 if foundVolumeIndexes is empty; relatedVolumeIndexesFld will be set to a space separated list of all indexes from foundVolumeIndexes or to an empty string if foundVolumeIndexes is empty.
 
MLDIRECTDICOMIMPORTOUTPUTS_EXPORT void ml::RelatedMultiFileVolumeTools::setUpVolumeIndexFields (const std::set< size_t > &foundVolumeIndexes1, const std::set< size_t > &foundVolumeIndexes2, IntField &firstRelatedVolumeIndexFld, StringField &relatedVolumeIndexesFld)
 Generates an ordered sequence with all indexes from foundVolumeIndexes1 and appends all indexes from foundVolumeIndexes2 which still are not part of the sequence; the fields firstRelatedVolumeIndexFld and relatedVolumeIndexesFld then are set as described for setUpVolumeIndexFields with one set.
 

Variables

MLDIRECTDICOMIMPORTOUTPUTS_EXPORT const std::string ml::RelatedMultiFileVolumeTools::FromReferencedSeriesSequence
 The currently supported source sequences for related volumes.
 
MLDIRECTDICOMIMPORTOUTPUTS_EXPORT const std::string ml::RelatedMultiFileVolumeTools::FromReferencedImageSequence
 Take entries from ReferencedImageSequence.
 
MLDIRECTDICOMIMPORTOUTPUTS_EXPORT const std::string ml::RelatedMultiFileVolumeTools::FromSourceImageSequence
 Take entries from SourceImageSequenceImageSequence.
 
MLDIRECTDICOMIMPORTOUTPUTS_EXPORT const std::string ml::RelatedMultiFileVolumeTools::FromDerivationImageSequence
 Take entries from DerivationImageSequence -> SourceImageSequence.
 
MLDIRECTDICOMIMPORTOUTPUTS_EXPORT const std::string ml::RelatedMultiFileVolumeTools::DefaultSequenceScanConfig
 Default scan configuration: takes only the first found sequence of the three ones.
 
MLDIRECTDICOMIMPORTOUTPUTS_EXPORT const std::vector< std::string > ml::RelatedMultiFileVolumeTools::ValidSequenceScanConfigEntries
 All entry values allowed in a SequenceScanConfig string.
 

Detailed Description

Some tools to determine volumes of a MultiFileVolumeList related to other one(s) according to DICOM tags.

Author
Wolf Spindler
Date
10/2016

! Some tools to determine volumes of a MultiFileVolumeList related to other one(s) according to DICOM tags.

Definition in file mlRelatedDicomMultiFileVolumeTools.h.