forked from DCMTK/dcmtk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There are now two variables in CMake to control the default dictionary chosen on DCMTK startup: DCMTK_DEFAULT_DICT and DCMTK_USE_DCMDICTPATH. DCMTK_DEFAULTDICT has three settings: - external: Will load dictionary on DCMTK startup from pre-defined default path. - builtin: Will compile and load built-in dictionary into DCMTK. - none: Will not load any pre-configured dictionary at all. On top, DCMTK can load one or more dictionaries from evaulating the environment variable DCMDICTPATH at runtime. This behaviour is controlled by the CMake setting DCMTK_USE_DCMDICTPATH. If it is turned on, DCMTK will evaluate DCMDICTPATH, otherwise it doesn't. More details can befound in dcmdata/docs/datadict.txt. Also, an error message is printed if external default dictionary is enabled but cannot be loaded (e.g. since file does not exist at default path). In the past this has been silently ignored for the default dictionary, only errors while loading dictionaries defined by DCMDICTPATH environment variables have been reported.
- Loading branch information
1 parent
091eeed
commit 4ab084d
Showing
15 changed files
with
390 additions
and
299 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.