CTK icon indicating copy to clipboard operation
CTK copied to clipboard

Add password support for ctkDICOMDatabase

Open nicoleaucoin opened this issue 7 years ago • 2 comments

The QSqlDatabase supports setting a user name and password on a database. It would be very useful to have that exposed through the ctkDICOMDatabase class (and invokable via Python) via the openDatabase call: https://github.com/commontk/CTK/blob/master/Libs/DICOM/Core/ctkDICOMDatabase.h#L109

nicoleaucoin avatar Dec 26 '17 15:12 nicoleaucoin

Sounds like a good idea to me. Let's be sure this is optional and the API is backwards compatible.

pieper avatar Jan 04 '18 18:01 pieper

@naucoin I added few comments in the reference commit.

jcfr avatar Jan 24 '18 19:01 jcfr