comparison OrthancServer/OrthancRestApi/OrthancRestAnonymizeModify.cpp @ 2381:b8969010b534

uncoupling DCMTK primitives from Orthanc::Configuration
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 29 Aug 2017 19:59:01 +0200
parents f58b6bdbd63b
children 7284093111b0
comparison
equal deleted inserted replaced
2380:96b3ec054b69 2381:b8969010b534
708 throw OrthancException(ErrorCode_ParameterOutOfRange); 708 throw OrthancException(ErrorCode_ParameterOutOfRange);
709 } 709 }
710 } 710 }
711 else 711 else
712 { 712 {
713 encoding = Configuration::GetDefaultEncoding(); 713 encoding = GetDefaultDicomEncoding();
714 } 714 }
715 715
716 dicom.SetEncoding(encoding); 716 dicom.SetEncoding(encoding);
717 } 717 }
718 718