From jchris.fillionr at kitware.com Tue Sep 9 13:03:25 2014 From: jchris.fillionr at kitware.com (Jean-Christophe Fillion-Robin) Date: Tue, 9 Sep 2014 13:03:25 -0400 Subject: [Ctk-developers] How to confirm interest of people requesting to join the CTKBarCamp on Google Plus Message-ID: Hi Folks, On the wiki, you will find a template of a message that could be send before approving a request to join our Google plus community. See http://www.commontk.org/index.php/CTKBarCamp I have been using it for Slicer community for a while and it allowed me to confirm/discard request. Let me know what you think, Jc -- +1 919 869 8849 -------------- next part -------------- An HTML attachment was scrubbed... URL: From stephen.aylward at kitware.com Tue Sep 9 16:47:12 2014 From: stephen.aylward at kitware.com (Stephen Aylward) Date: Tue, 9 Sep 2014 16:47:12 -0400 Subject: [Ctk-developers] How to confirm interest of people requesting to join the CTKBarCamp on Google Plus In-Reply-To: References: Message-ID: Very nice! S On Tuesday, September 9, 2014, Jean-Christophe Fillion-Robin < jchris.fillionr at kitware.com> wrote: > Hi Folks, > > On the wiki, you will find a template of a message that could be send > before approving a request to join our Google plus community. > > See http://www.commontk.org/index.php/CTKBarCamp > > I have been using it for Slicer community for a while and it allowed me to > confirm/discard request. > > Let me know what you think, > Jc > > -- > +1 919 869 8849 > -- ==================================================== Stephen R. Aylward, Ph.D. Senior Director of Operations, North Carolina, Kitware, Inc. http://www.kitware.com and http://www.aylward.org (919) 969-6990 x300 ==================================================== -------------- next part -------------- An HTML attachment was scrubbed... URL: From nicole at bwh.harvard.edu Tue Sep 30 19:17:37 2014 From: nicole at bwh.harvard.edu (Nicole Aucoin) Date: Tue, 30 Sep 2014 19:17:37 -0400 Subject: [Ctk-developers] ctkDICOMBrowser - access to database from python? Message-ID: <542B3A11.7080700@bwh.harvard.edu> Hello, I'm working with a ctkDICOMBrowser from a python script but having problems getting at the database to add data programatically. I've seen that the browser uses the application's QSettings to determine the database directory, it's creating and opening a database okay (verified by adding some checks to the C++ file), but from python the dicomBrowser.database call is always coming back as None. Here's a code snippet that I'm running from the Python console in 3D Slicer: # use the default settings for the database directory dicomBrowser = ctk.ctkDICOMBrowser() print dicomBrowser.database It always prints None even though I see my print out from the setDatabaseDirectory method that shows isOpen() being true on the non null database. Is this a bug in the Python wrapping of the QSharedPointer of the database variable? Or are there some more steps that I need to include or a different way to access it? thanks, Nicole The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail was sent to you in error and the e-mail contains patient information, please contact the Partners Compliance HelpLine at http://www.partners.org/complianceline . If the e-mail was sent to you in error but does not contain patient information, please contact the sender and properly dispose of the e-mail. From jchris.fillionr at kitware.com Tue Sep 9 13:03:25 2014 From: jchris.fillionr at kitware.com (Jean-Christophe Fillion-Robin) Date: Tue, 9 Sep 2014 13:03:25 -0400 Subject: [Ctk-developers] How to confirm interest of people requesting to join the CTKBarCamp on Google Plus Message-ID: Hi Folks, On the wiki, you will find a template of a message that could be send before approving a request to join our Google plus community. See http://www.commontk.org/index.php/CTKBarCamp I have been using it for Slicer community for a while and it allowed me to confirm/discard request. Let me know what you think, Jc -- +1 919 869 8849 -------------- next part -------------- An HTML attachment was scrubbed... URL: From stephen.aylward at kitware.com Tue Sep 9 16:47:12 2014 From: stephen.aylward at kitware.com (Stephen Aylward) Date: Tue, 9 Sep 2014 16:47:12 -0400 Subject: [Ctk-developers] How to confirm interest of people requesting to join the CTKBarCamp on Google Plus In-Reply-To: References: Message-ID: Very nice! S On Tuesday, September 9, 2014, Jean-Christophe Fillion-Robin < jchris.fillionr at kitware.com> wrote: > Hi Folks, > > On the wiki, you will find a template of a message that could be send > before approving a request to join our Google plus community. > > See http://www.commontk.org/index.php/CTKBarCamp > > I have been using it for Slicer community for a while and it allowed me to > confirm/discard request. > > Let me know what you think, > Jc > > -- > +1 919 869 8849 > -- ==================================================== Stephen R. Aylward, Ph.D. Senior Director of Operations, North Carolina, Kitware, Inc. http://www.kitware.com and http://www.aylward.org (919) 969-6990 x300 ==================================================== -------------- next part -------------- An HTML attachment was scrubbed... URL: From nicole at bwh.harvard.edu Tue Sep 30 19:17:37 2014 From: nicole at bwh.harvard.edu (Nicole Aucoin) Date: Tue, 30 Sep 2014 19:17:37 -0400 Subject: [Ctk-developers] ctkDICOMBrowser - access to database from python? Message-ID: <542B3A11.7080700@bwh.harvard.edu> Hello, I'm working with a ctkDICOMBrowser from a python script but having problems getting at the database to add data programatically. I've seen that the browser uses the application's QSettings to determine the database directory, it's creating and opening a database okay (verified by adding some checks to the C++ file), but from python the dicomBrowser.database call is always coming back as None. Here's a code snippet that I'm running from the Python console in 3D Slicer: # use the default settings for the database directory dicomBrowser = ctk.ctkDICOMBrowser() print dicomBrowser.database It always prints None even though I see my print out from the setDatabaseDirectory method that shows isOpen() being true on the non null database. Is this a bug in the Python wrapping of the QSharedPointer of the database variable? Or are there some more steps that I need to include or a different way to access it? thanks, Nicole The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail was sent to you in error and the e-mail contains patient information, please contact the Partners Compliance HelpLine at http://www.partners.org/complianceline . If the e-mail was sent to you in error but does not contain patient information, please contact the sender and properly dispose of the e-mail.