iPACS Reporting: Projects table exported as Excel The iPACS reporting engine is a powerful tool to access iPACS’ object relational database (where for instance projects, patients, studies, datapoints, study planner events, etc… are stored) as well as the file-based WebDisk
iPACS: Project Selection Super Charged Dashboard Widget With iPACS 1.07 the Dashboard was introduced, which allows the user to configure their own front page and thus get access to all the information they actually need right after login. The Projects dashboard widget is designed to e
Introduction to VivoScript – Part IV: Image Arithmetics This example will further explore using VivoScript libraries by adding three more functions and then dive into co-registering two images (using one of these functions) and applying some a image arithmetic, in this case calc
Introduction to VivoScript – Part III: Automated Segmentation Histogram based auto-thresholding (based on Otsu’s algorithm) is a great way to automatically segment two Gaussian distributions of values, e.g. background vs. animal. In this post we are looking into automating this
Introduction to VivoScript – Part II: Writing meta information to a local file In this section we are having a look at how to extract meta information from studies in a project and writing them to a local text file. The looping through all studies of a project is described in Pa
inviCRO’s YouTube Channel is now online You can now find various VivoQuant generated movies in inviCRO’s new YouTube channel at http://www.youtube.com/invicro. If you subscribe to the channel you will be notified of new uploads. In this blog here you will then find additio
Introduction to VivoScript – Part I: Looping through data in a project In this post, I would like to show an example of how to iterate through all the patients of a project on an iPACS system using a VivoScript. This can for instance be useful for the automation of pre-processin
Exporting VQ ROIs to the real world Thanks to modern 3D Printing technology, you can now export your VivoQuant 3D regions of interest (ROIs) into the real world. VivoQuant offers a wide array of export options, e.g. as STL or VRML, which can be read in by most 3D modelling or CAT soft
Opening external tools from VivoQuant via VivoScript Sometimes it is useful to be able to start external programs from within VivoQuant. VivoScript provides a function for this: VQ.startTool("ProgramName"); VQ.startTool("ProgramName", baseDir, parameterList); with ProgramName being a