Home
last modified time | relevance | path

Searched refs:restrictMoveToSameVendor_ (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmqrdb/libsrc/
H A Ddcmqropt.cc54 , restrictMoveToSameVendor_(OFFalse) in DcmQueryRetrieveOptions()
H A Ddcmqrcbm.cc501 if (options_.restrictMoveToSameVendor_) { in mapMoveDestination()
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmqrdb/include/dcmtk/dcmqrdb/
H A Ddcmqropt.h125 OFBool restrictMoveToSameVendor_; variable
/dports/graphics/dcmtk/dcmtk-DCMTK-3.6.6/dcmqrdb/apps/
H A Ddcmqrscp.cc391 options.restrictMoveToSameVendor_ = OFFalse; in main()
395 if (cmd.findOption("--move-vendor")) options.restrictMoveToSameVendor_ = OFTrue; in main()