WorkstationJ as ImageJ Plugin for Medical Image Studies
|
|
|
- Vincent Gibbs
- 9 years ago
- Views:
Transcription
1 WorkstationJ as ImageJ Plugin for Medical Image Studies Kevin M. Schartz, PhD, MCS; Kevin S. Berbaum, PhD; Robert T. Caldwell, MFA; Mark T. Madsen, PhD Department of Radiology, The University of Iowa, Iowa City, IA WorkstationJ plugin conversion funded by a 2008 Product Support Grant from The Society for Imaging Informatics in Medicine Original WorkstationJ development funded by a supplement to NIH Grant R01-EB000145
2 Outline Motivation for original WorkstationJ development Characteristics & functionality of WorkstationJ Converting the stand-alone WorkstationJ program to be a plugin to ImageJ
3 The Problem Many medical image perception studies are conducted by individual investigators at a single institution rather than collaborations among investigators at multiple institutions. The number of expert readers at a particular institution is limited, so collaboration is necessary.
4 Pool Resources to Increase Statistical Power Investigators could share cases to build a larger case pool. So, statistical power could be improved by having readers at multiple institutions read the pool of cases.
5 Software Impediments Conducting medical image perception and technology evaluation studies with multiple institutions can be hindered by the need to use commercial image presentation software. Using a common software platform capable of collecting observer responses and real-time interactions with the display would facilitate the collection and pooling of data from multiple institutions.
6 Our Solution Develop our own software for conducting image perception and technology evaluation studies Develop software that does not rely on commercial or proprietary software components
7 WorkstationJ Mimics the functionality available in commercial clinical systems Records time-stamped, observerdisplay interactions, including inspection time, window/level, and magnification
8 WorkstationJ Overview Plugins are developed to provide image layout configurations and to provide study navigation controls. Researchers write simple text-based script files that are read by these plugins to conduct their studies.
9 Script Files Provide the names of the image files Control aspects of the image display such as initial window/level setting Tag/classify cases (e.g., normal/abnormal) Specify how to randomize presentation of cases
10 Sample Script RND$ fixed=2; blocks=2, prompt=1 SET$ wlpreset=mdst COM$ DEMO TTL$ C:\Chest Cases\titles\69F.tif TTL$ C:\Chest Cases\titles\fatty liver.tif NOT$ TTL$ C:\Chest Cases\titles\demo.tif VOX$ C:\Chest Cases\cases\A411.vox $ COM$ PRACTICE TTL$ C:\Chest Cases\titles\38F.tif NOT$ NOT$ TTL$ C:\Chest Cases\titles\practice.tif VOX$ C:\Chest Cases\cases\CT 215.vox $
11 CT Display
12 CT Display w/ Response Dialog
13 Log File User-display interactions such as: inspection time image window/level image magnification slice navigation
14 Log is Event-driven Interacting with display triggers an event. A time-stamped, structured, textual description of the event is written to the log file. Each log entry is tagged to indicate the type of event that generated it.
15 Summaries of Observer Behavior Image exploration as a function of elapsed time Cumulative viewing time for each slice
16 Software Requirements WorkstationJ is packaged as a Java jar file and Java class files that are added to an ImageJ installation. WorkstationJ does not rely on any commercial or proprietary software components or any specific hardware.
17 Supported Image Modalities Currently capable of displaying CT and computed radiography images For CTs, performance is greatly improved if the DICOM sequence is first converted to a single voxel file. Could be adapted for displaying images from other modalities such as MR
18 WorkstationJ WorkstationJ makes it possible to increase reader sample sizes by collecting data at multiple locations without purchasing commercial systems for each location. Each location needs only a computer, a monitor or panel capable of displaying the needed resolution and image quality, and the software.
19 History WorkstationJ was originally developed in 2003 as a stand-alone program by extensively modifying the ImageJ classes. Many WorkstationJ-specific classes were also created over the years.
20 Advantages of Plugin Version Improvements/bug fixes in ImageJ are readily available to WorkstationJ users Can leave core functionality to ImageJ and focus on researchspecific coding
21 Disadvantages of Plugin Version Changes in ImageJ could break WorkstationJ (e.g., return types of methods could change) Some functionality in ImageJ could be undesirable in WorkstationJ (e.g., keystrokes could launch filters or other transformations to the image)
22 Converting from Stand-alone to Plugin Version It was first necessary to identify which ImageJ classes had been modified. These classes had to be subclassed or replaced.
23 Conversion to Plugin, cont. WorkstationJ was revised so that only five ImageJ classes had to be extended in the ij and ij.gui packages. These were ImagePlus, ImageWindow, StackWindow, ImageCanvas, and GUI classes.
24 Conversion to plugin, cont. After creating the extended classes, the existing WorkstationJ classes and plugins were rewritten to use these extended classes. There are numerous WorkstationJspecific classes that implement the script parsing, experiment layout and control, data collection, and logging functionality.
25 Installation Overview Requires Java SE 5 (or later) JDK ImageJ 1.41 must first be installed (a Windows installer is available) A jar file and the class files for the plugins must be copied to appropriate folders of the ImageJ installation Modify classpath argument to use the new jar file
26 Additional Information & Downloads The University of Iowa Medical Image Perception Website: ImageJ website:
27
28 Multi-modality Display
29 CT Maximized
30 Radiograph Maximized
31 Classes vs. Objects In OOP, classes are blueprints or specifications for how objects are constructed. They define the data and the methods that will operate on the data. In OOP, objects are instantiations of classes that exist at runtime.
32 Inheritance Example In WorkstationJ, there is a WorkstationImageCanvas class that extends the ImageCanvas class from ImageJ. Most of the data and methods in the ImageCanvas class are inherited by the WorkstationImageCanvas class.
33 Polymorphism Because of the is-a relationship between a subclass and a superclass, it is possible for subclasses to be used where a superclass was expected. Example: WorkstationImageCanvas objects would be accepted by methods expecting an ImageCanvas object.
Informatics for Integrating Biology & the Bedside. i2b2 Workbench Developer s Guide. Document Version: 1.0 i2b2 Software Release: 1.3.
Informatics for Integrating Biology & the Bedside i2b2 Workbench Developer s Guide Document Version: 1.0 i2b2 Software Release: 1.3.2 Table of Contents About this Guide iii Prerequisites 1 Downloads 1
Managing and Viewing DICOM Images with ImageJ
Managing and Viewing DICOM Images with ImageJ Johannes Hermen a, Christian Moll a, Andreas Jahnen a a Public Research Centre Henri Tudor - CR SANTEC, 2A, rue Kalchesbreck, L-1852, Luxembourg; ABSTRACT
How to install and use the File Sharing Outlook Plugin
How to install and use the File Sharing Outlook Plugin Thank you for purchasing Green House Data File Sharing. This guide will show you how to install and configure the Outlook Plugin on your desktop.
TIBCO ActiveMatrix BusinessWorks Plug-in for TIBCO Managed File Transfer Software Installation
TIBCO ActiveMatrix BusinessWorks Plug-in for TIBCO Managed File Transfer Software Installation Software Release 6.0 November 2015 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS
Demo: Controlling.NET Windows Forms from a Java Application. Version 7.3
Demo: Controlling.NET Windows Forms from a Java Application Version 7.3 JNBridge, LLC www.jnbridge.com COPYRIGHT 2002 2015 JNBridge, LLC. All rights reserved. JNBridge is a registered trademark and JNBridgePro
Chapter 1 Fundamentals of Java Programming
Chapter 1 Fundamentals of Java Programming Computers and Computer Programming Writing and Executing a Java Program Elements of a Java Program Features of Java Accessing the Classes and Class Members The
OpenEMR: Achieving DICOM Interoperability using Mirth
OpenEMR: Achieving DICOM Interoperability using Mirth A ViSolve, Inc. Technical Guide TABLE OF CONTENTS Table of Contents 1. Objective... 3 2. DICOM Images... 3 3. DICOM Image Viewers... 4 4. Sending and
ServletExec TM 6.0 Installation Guide. for Microsoft Internet Information Server SunONE Web Server Sun Java System Web Server and Apache HTTP Server
ServletExec TM 6.0 Installation Guide for Microsoft Internet Information Server SunONE Web Server Sun Java System Web Server and Apache HTTP Server ServletExec TM NEW ATLANTA COMMUNICATIONS, LLC 6.0 Installation
Infinity Web Viewer Reference Guide
Infinity Web Viewer Reference Guide Table of Contents Overview... 1 Security Considerations... 1 System Setup... 1 Infinity Configuration... 1 Workstation Prerequisites... 2 Configuring Internet Security...
Writing ImageJ Plugins A Tutorial
Writing ImageJ Plugins A Tutorial Werner Bailer [email protected] Upper Austria University of Applied Sciences Dept. of Media Technology and Design Hagenberg, Austria Version 1.71 Based on ImageJ
BusinessObjects Enterprise XI Release 2
BusinessObjects Enterprise XI Release 2 How to configure an Internet Information Services server as a front end to a WebLogic application server Overview Contents This document describes the process of
Specialized Programme on Web Application Development using Open Source Tools
Specialized Programme on Web Application Development using Open Source Tools Objective: At the end of the course, Students will be able to: Understand various open source tools(programming tools and databases)
How to Create an Android Application using Eclipse on Windows 7
How to Create an Android Application using Eclipse on Windows 7 Kevin Gleason 11/11/11 This application note is design to teach the reader how to setup an Android Development Environment on a Windows 7
Hands-On: Introduction to Object-Oriented Programming in LabVIEW
Version 13.11 1 Hr Hands-On: Introduction to Object-Oriented Programming in LabVIEW Please do not remove this manual. You will be sent an email which will enable you to download the presentations and an
Specialized Programme on Web Application Development using Open Source Tools
Specialized Programme on Web Application Development using Open Source Tools A. NAME OF INSTITUTE Centre For Development of Advanced Computing B. NAME/TITLE OF THE COURSE C. COURSE DATES WITH DURATION
Vaidya Guide. Table of contents
Table of contents 1 Purpose... 2 2 Prerequisites...2 3 Overview... 2 4 Terminology... 2 5 How to Execute the Hadoop Vaidya Tool...4 6 How to Write and Execute your own Tests... 4 1 Purpose This document
FileMaker 11. ODBC and JDBC Guide
FileMaker 11 ODBC and JDBC Guide 2004 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered
WFU_DICOMtk v1.0. ANSIR Laboratory Wake Forest University School of Medicine
WFU_DICOMtk v1.0 ANSIR Laboratory Wake Forest University School of Medicine REQUIREMENTS: MATLAB6.5 or greater with the Image Processing Toolbox SPM2 or SPM5 FUNDING: R01EB004673 under the Human Brain
Server Edition Administrator s Guide
Server Edition Administrator s Guide July 13, 2010 Introduction This document covers FinePrint, pdffactory, and pdffactory Pro Server Editions (SE). Installing SE on a Windows server provides easy deployment
NetApp SANtricity Management Pack for Microsoft System Center Operations Manager 3.0
NetApp SANtricity Management Pack for Microsoft System Center Operations Manager 3.0 User Guide NetApp, Inc. Telephone: +1 (408) 822-6000 Part number: 215-10033_A0 495 East Java Drive Fax: +1 (408) 822-4501
Installing (1.8.7) 9/2/2009. 1 Installing jgrasp
1 Installing jgrasp Among all of the jgrasp Tutorials, this one is expected to be the least read. Most users will download the jgrasp self-install file for their system, doubleclick the file, follow the
Content. Development Tools 2(63)
Development Tools Content Project management and build, Maven Version control, Git Code coverage, JaCoCo Profiling, NetBeans Static Analyzer, NetBeans Continuous integration, Hudson Development Tools 2(63)
Computing Concepts with Java Essentials
2008 AGI-Information Management Consultants May be used for personal purporses only or by libraries associated to dandelon.com network. Computing Concepts with Java Essentials 3rd Edition Cay Horstmann
AlarmPoint Adapter for BMC Remedy AR System by AlarmPoint Systems
AlarmPoint Adapter for BMC Remedy AR System by AlarmPoint Systems User Guide Supporting AlarmPoint Adapter for BMC Remedy AR System by AlarmPoint Systems November 30, 2007 Contacting BMC Software You can
AP Computer Science Java Subset
APPENDIX A AP Computer Science Java Subset The AP Java subset is intended to outline the features of Java that may appear on the AP Computer Science A Exam. The AP Java subset is NOT intended as an overall
Understanding Digital Modalities: System Integration and Use
Understanding Digital Modalities: System Integration and Use Donald J. Peck, PhD Henry Ford Health System Detroit, MI [email protected] Dicom Digital Imaging and Communications in Medicine Part 3: Information
Higher National Unit specification: general information
Higher National Unit specification: general information Unit code: H16S 35 Superclass: CB Publication date: March 2012 Source: Scottish Qualifications Authority Version: 01 Unit purpose This Unit is intended
Oracle Forms 12c Change Begins Here
Oracle Forms 12c Change Begins Here Michael Ferrante Principal Product Manager Application Development Tools November 2015 Safe Harbor Statement The following is intended to outline our general product
Clarity the clear solution for managing digital medical imaging data
Clarity the clear solution for managing digital medical imaging data Daniel J. Valentino, Ph.D. Chief Scientist and Chief Technology Officer, icrco, Inc. dvalentino at icrcompany.com August 7, 2009 Abstract
Using ProjectWise Explorer for File Transfer
Using ProjectWise Explorer for File Transfer Use the link below to register for a log in and password for ProjectWise. http://apps.dot.illinois.gov/consultantreg/ To access ProjectWise Web Explorer use
Using Management Shell Reports and Tracking User Access in the NetVanta UC Server
6UCSCG0004-29A September 2010 Configuration Guide Using Management Shell Reports and Tracking User Access in the NetVanta UC Server This configuration guide provides instructions for accessing the Microsoft
CS 209 Programming in Java #1
CS 209 Programming in Java #1 Introduction Spring, 2006 Instructor: J.G. Neal 1 Topics CS 209 Target Audience CS 209 Course Goals CS 209 Syllabus - See handout Java Features, History, Environment Java
inc.jet Software Solutions Design, Control and Monitor
inc.jet Software Solutions Design, Control and Monitor inc.jet Software Solutions: Simple design, impressive results. From design to print. A full understanding of the print industry, its applications
ADP Workforce Now V3.0
ADP Workforce Now V3.0 Manual What s New Checks in and Custom ADP Reporting Grids V12 Instructor Handout Manual Guide V10171180230WFN3 V09171280269ADPR12 2011 2012 ADP, Inc. ADP s Trademarks The ADP Logo
PMOD Installation on Linux Systems
User's Guide PMOD Installation on Linux Systems Version 3.7 PMOD Technologies Linux Installation The installation for all types of PMOD systems starts with the software extraction from the installation
BIRT Application and BIRT Report Deployment Functional Specification
Functional Specification Version 1: October 6, 2005 Abstract This document describes how the user will deploy a BIRT Application and BIRT reports to the Application Server. Document Revisions Version Date
Supplement I.B: Installing and Configuring JDK 1.6
Supplement I.B: Installing and Configuring JDK 1.6 For Introduction to Java Programming Y. Daniel Liang This supplement covers the following topics: Downloading JDK 1.6 ( 1.2) Installing JDK 1.6 ( 1.3)
FileMaker 14. ODBC and JDBC Guide
FileMaker 14 ODBC and JDBC Guide 2004 2015 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks of FileMaker,
Introduction to Eclipse
Introduction to Eclipse Overview Eclipse Background Obtaining and Installing Eclipse Creating a Workspaces / Projects Creating Classes Compiling and Running Code Debugging Code Sampling of Features Summary
Symantec Client Firewall Policy Migration Guide
Symantec Client Firewall Policy Migration Guide Installing and using the Symantec Client Firewall Migration Wizard This document includes the following topics: About the Symantec Client Firewall Migration
CT RADIATION DOSE REPORT FROM DICOM. Frank Dong, PhD, DABR Diagnostic Physicist Imaging Institute Cleveland Clinic Foundation Cleveland, OH
CT RADIATION DOSE REPORT FROM DICOM Frank Dong, PhD, DABR Diagnostic Physicist Imaging Institute Cleveland Clinic Foundation Cleveland, OH CT Patient comes out... Patient goes in... Big Black Box Radiology
Elluminate Live! Access Guide. Page 1 of 7
This guide is provided to Elluminate Live! users to assist them to make a successful connection to an Elluminate Live! session through a proxy firewall. In some cases settings discussed in this document
EDI TO FBI CONVERSION UTILITY Installation Guide
EDI TO FBI CONVERSION UTILITY Installation Guide April 2016 www.ngahr.co.uk Contents Electronic year end returns using Filing By Internet... 3 Installation... 4 Prerequisites... 4 Before starting the installation...
UI Performance Monitoring
UI Performance Monitoring SWT API to Monitor UI Delays Terry Parker, Google Contents 1. 2. 3. 4. 5. 6. 7. Definition Motivation The new API Monitoring UI Delays Diagnosing UI Delays Problems Found! Next
Mobile App Monitoring. Release Notes. Release 8.0
Mobile App Monitoring Release 8.0 Mobile App Monitoring 8.0 Mobile App Monitoring 8.0 July 2014 Copyright Notice Copyright 1995-2014 Keynote Systems, Inc. All rights reserved. THE INFORMATION CONTAINED
SciTools Understand Flavor for Structure 101g
SciTools Understand Flavor for Structure 101g By Marcio Marchini ([email protected] ) 2014/10/10 1) WHAT IS THE UNDERSTAND FLAVOR FOR STRUCTURE101G? 1 2) WHY VARIOUS FLAVORS, AND NOT JUST ONE?
Citrix Mac OS X Guide
Citrix Mac OS X Guide Rev 6 1/24/2013 2 TABLE OF CONTENTS Section 1 Section 1.1 Safari Browser... 3-5 Section 1.2 Manually Install Java... 6 Section 1.3 Configure Java... 6-7 Section 1.4 Enable Java...
Instant Buddy-List Toolkit for IBM Sametime
Instant Technologies Instant Buddy-List Toolkit for IBM Sametime High Level Technical Overview Guide Instant Technologies March 2013 Copyright and Disclaimer This document, as well as the software described
PMOD Installation on Windows Systems
User's Guide PMOD Installation on Windows Systems Version 3.7 PMOD Technologies Windows Installation The installation for all types of PMOD systems starts with the software extraction from the installation
Sonatype CLM Enforcement Points - Continuous Integration (CI) Sonatype CLM Enforcement Points - Continuous Integration (CI)
Sonatype CLM Enforcement Points - Continuous Integration (CI) i Sonatype CLM Enforcement Points - Continuous Integration (CI) Sonatype CLM Enforcement Points - Continuous Integration (CI) ii Contents 1
8x8 Virtual Office Telephony Interface for Salesforce
8x8 Virtual Office Telephony Interface for Salesforce Administrator Guide May 2014 The Champion For Business Communications Table of Contents 8x8 Virtual Office Telephony Interface for Salesforce.... 3
EBERSPÄCHER ELECTRONICS automotive bus systems. solutions for network analysis
EBERSPÄCHER ELECTRONICS automotive bus systems solutions for network analysis DRIVING THE MOBILITY OF TOMORROW 2 AUTOmotive bus systems System Overview Analyzing Networks in all Development Phases Control
Practice Fusion API Client Installation Guide for Windows
Practice Fusion API Client Installation Guide for Windows Quickly and easily connect your Results Information System with Practice Fusion s Electronic Health Record (EHR) System Table of Contents Introduction
SAS 9.1.3 Installation Instructions Windows 2003, XP, 2000, NT. SAS 9.1.3 Client Server Installation. Introduction:
UCit Instructional and Research Computing, Software Distribution Office, 303B Zimmer Hall, Cincinnati, OH 45221-0088. Phone: (513) 556 9068 Email: [email protected] SAS 9.1.3 Installation Instructions Windows
Troubleshooting Guide. 2.2 Click the Tools menu on Windows Explorer 2.3 Click Folder Options. This will open a dialog box:
Listed below are errors you could possibly encounter when trying to log into Business Online after upgrading to the latest version of Java. Click on the link for a full explanation of the error and the
S. Bouzefrane. How to set up the Java Card development environment under Windows? Samia Bouzefrane. [email protected]
How to set up the Java Card development environment under Windows? Samia Bouzefrane [email protected] 1 Java Card Classic Edition- August 2012 I. Development tools I.1. Hardware 1. A Java Card platform
The Commerce Trust Company
The Commerce Trust Company WEALTH MANAGER Overview Guide New Page Layout The pages within Wealth Manager have been designed to provide a consistent experience throughout a vast array of features. Each
Android Application Development Course Program
Android Application Development Course Program Part I Introduction to Programming 1. Introduction to programming. Compilers, interpreters, virtual machines. Primitive data types, variables, basic operators,
Elluminate Live! Access Guide. Page 1 of 7
This guide is provided to Elluminate Live! users to assist them to make a successful connection to an Elluminate Live! session through a proxy firewall. In some cases settings discussed in this document
Software project management. and. Maven
Software project management and Maven Problem area Large software projects usually contain tens or even hundreds of projects/modules Will become messy if the projects don t adhere to some common principles
Canto Integration Platform (CIP)
Canto Integration Platform (CIP) Getting Started Guide Copyright 2013, Canto GmbH. All rights reserved. Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto, registered
Installing the Android SDK
Installing the Android SDK To get started with development, we first need to set up and configure our PCs for working with Java, and the Android SDK. We ll be installing and configuring four packages today
Industrial Security Facilities Database (ISFD) Troubleshooting Tips
Industrial Security Facilities Database (ISFD) Troubleshooting Tips ATTENTION: ALL ISFD Users The Industrial Security Facilities Database (ISFD) was developed to Internet Explorer (IE) 7 operating standards.
Developing Eclipse Plug-ins* Learning Objectives. Any Eclipse product is composed of plug-ins
Developing Eclipse Plug-ins* Wolfgang Emmerich Professor of Distributed Computing University College London http://sse.cs.ucl.ac.uk * Based on M. Pawlowski et al: Fundamentals of Eclipse Plug-in and RCP
Java Application Developer Certificate Program Competencies
Java Application Developer Certificate Program Competencies After completing the following units, you will be able to: Basic Programming Logic Explain the steps involved in the program development cycle
Rumen. Table of contents
Table of contents 1 Overview... 2 1.1 Motivation...2 1.2 Components...2 2 How to use Rumen?...3 2.1 Trace Builder... 3 2.2 Folder... 5 3 Appendix... 8 3.1 Resources... 8 3.2 Dependencies... 8 1 Overview
ID TECH UniMag Android SDK User Manual
ID TECH UniMag Android SDK User Manual 80110504-001-A 12/03/2010 Revision History Revision Description Date A Initial Release 12/03/2010 2 UniMag Android SDK User Manual Before using the ID TECH UniMag
Fundamentals of Java Programming
Fundamentals of Java Programming This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document for non-commercial distribution and exclusive use by instructors
DiskBoss. File & Disk Manager. Version 2.0. Dec 2011. Flexense Ltd. www.flexense.com [email protected]. File Integrity Monitor
DiskBoss File & Disk Manager File Integrity Monitor Version 2.0 Dec 2011 www.flexense.com [email protected] 1 Product Overview DiskBoss is an automated, rule-based file and disk manager allowing one to
CloudPortal Services Manager Version 11.0 CU1 Deployment Guide
CloudPortal Services Manager Version 11.0 CU1 Deployment Guide Contents Install... 3 Recommended deploy process... 3 Impacted Servers... 3 Prerequisites... 3 Upgrade the database... 4 Upgrade the platform
Practical Android Projects Lucas Jordan Pieter Greyling
Practical Android Projects Lucas Jordan Pieter Greyling Apress s w«^* ; i - -i.. ; Contents at a Glance Contents --v About the Authors x About the Technical Reviewer xi PAcknowiedgments xii Preface xiii
Software Development Environment. Installation Guide
Software Development Environment Installation Guide Software Installation Guide This step-by-step guide is meant to help teachers and students set up the necessary software development environment. By
core. Volume I - Fundamentals Seventh Edition Sun Microsystems Press A Prentice Hall Title ULB Darmstadt
core. 2008 AGI-Information Management Consultants May be used for personal purporses only or by libraries associated to dandelon.com network. Volume I - Fundamentals Seventh Edition CAY S. HORSTMANN GARY
Setting up a Scheduled task to upload pupil records to ParentPay
Setting up a Scheduled task to upload pupil records to ParentPay To ensure that your setup goes ahead without any issues please first check that you are setting the scheduled task up on the SIMS server
Secure File Transfer Guest User Guide Updated: 5/8/14
Secure File Transfer Guest User Guide Updated: 5/8/14 TABLE OF CONTENTS INTRODUCTION... 3 ACCESS SECURE FILE TRANSFER TOOL... 3 REGISTRATION... 4 SELF REGISTERING... 4 REGISTER VIA AN INVITATION SENT BY
Application Note CTAN #374
Application Note CTAN #374 The Application Note is specific to the CT software packages MentorSoft, UniSoft and SeSoft Windows 7 64-bit and the Older CT Software Scope Windows 7 64-bit Professional 64-bit
Crystal Reports for Eclipse
Crystal Reports for Eclipse Table of Contents 1 Creating a Crystal Reports Web Application...2 2 Designing a Report off the Xtreme Embedded Derby Database... 11 3 Running a Crystal Reports Web Application...
Server. Version 3.7 Users Guide. Revised 5/28/03
Server Version 3.7 Users Guide Revised 5/28/03 Copyright 1996-2003 by Wavelink Corporation. All rights reserved. This manual may not be reproduced, in whole or in part, without prior written permission
Tutorial: BlackBerry Object API Application Development. Sybase Unwired Platform 2.2 SP04
Tutorial: BlackBerry Object API Application Development Sybase Unwired Platform 2.2 SP04 DOCUMENT ID: DC01214-01-0224-01 LAST REVISED: May 2013 Copyright 2013 by Sybase, Inc. All rights reserved. This
Software Quality Exercise 2
Software Quality Exercise 2 Testing and Debugging 1 Information 1.1 Dates Release: 12.03.2012 12.15pm Deadline: 19.03.2012 12.15pm Discussion: 26.03.2012 1.2 Formalities Please submit your solution as
1/4/12 Installing and Configuring WebDAV on IIS 7 : WebDAV for IIS 7.0 : Publishing Content to Web Sites : T
Home > Learn > Deploying Web Sites on IIS 7 > Publishing Content to Web Sites > WebDAV for IIS 7.0 > Installing and Configuring WebDAV on IIS 7 Installing and Configuring WebDAV on IIS 7 Author: Robert
Installing Proview on an Windows XP machine
Installing Proview on an Windows XP machine This is a guide for the installation of Proview on an WindowsXP machine using VirtualBox. VirtualBox makes it possible to create virtual computers and allows
Home Course Catalog Schedule Pricing & Savings Training Options Resources About Us
1 of 14 12/04/2012 06:46 PM Hello, Jonathan Earl My Account Logout GS-35F-0556S CONTACT US Search TOLL FREE 877-932-8228 Home Course Catalog Schedule Pricing & Savings Training Options Resources About
A software tool for Quality Assurance of Computed / Digital Radiography (CR/DR) systems
A software tool for Quality Assurance of Computed / Digital Radiography (CR/DR) systems Nikunj Desai a and Daniel J Valentino a,b a icr Company Inc, 2580 West 237th Street, Torrance, CA 90505, USA b Department
CLC Bioinformatics Database
CLC Bioinformatics Database End User USER MANUAL Manual for CLC Bioinformatics Database 4.6 Windows, Mac OS X and Linux September 3, 2015 This software is for research purposes only. QIAGEN Aarhus A/S
GETTING STARTED... 9. Exclaimer Signature Manager Exchange Edition Overview... 10. Signature Content... 10. Signature Rules... 10
Contents GETTING STARTED... 9 Overview... 10 Signature Content... 10 Signature Rules... 10 Complete Control... 11 How It Works... 11 System Requirements... 12 Hardware... 12 Software... 12 System Changes...
During your session you will have access to the following lab configuration. CLIENT1 (Windows XP Workstation) 192.168.0.2 /24
Introduction The Network Vulnerabilities module provides you with the instruction and Server hardware to develop your hands on skills in the defined topics. This module includes the following exercises:
UltraSite32 Network Installation Guidelines
technical bulletin UltraSite32 Network Installation Guidelines This technical bulletin provides instructions to support users who wish to install UltraSite32 on a LAN or WAN, with multiple client machines
Supplement I.B: Installing and Configuring JDK 1.6
Supplement I.B: Installing and Configuring JDK 1.6 For Introduction to Java Programming Y. Daniel Liang This supplement covers the following topics: Downloading JDK 1.6 ( 1.2) Installing JDK 1.6 ( 1.3)
Syllabus for CS 134 Java Programming
- Java Programming Syllabus Page 1 Syllabus for CS 134 Java Programming Computer Science Course Catalog 2000-2001: This course is an introduction to objectoriented programming using the Java language.
Java (12 Weeks) Introduction to Java Programming Language
Java (12 Weeks) Topic Lecture No. Introduction to Java Programming Language 1 An Introduction to Java o Java as a Programming Platform, The Java "White Paper" Buzzwords, Java and the Internet, A Short
efilm Scan 2.0 User Guide
efilm Scan 2.0 User Guide efilm Scan 2.0 User Guide Version 1 Part number 0905 220 0001 000 March 27, 2008 Copyright notice Copyright 2008 Merge Healthcare Inc. 6737 W. Washington Street, Suite 2250, Milwaukee,
Java Update Document (Microsoft Internet Explorer Windows XP)
Java Update Document (Microsoft Internet Explorer Windows XP) Attention: - Upgrade is not required if Java Version 6 is currently installed. Only follow the below guide if Java Version 7 is installed and
Do I need to install anything on my computer to use the VC?
FAQs How does the Virtual computer work? Essentially, the computer accessing the Virtual computer acts as a wireless mouse and keyboard. The applications themselves are running on IT Sligo servers in a
IBM Tivoli Workload Scheduler Integration Workbench V8.6.: How to customize your automation environment by creating a custom Job Type plug-in
IBM Tivoli Workload Scheduler Integration Workbench V8.6.: How to customize your automation environment by creating a custom Job Type plug-in Author(s): Marco Ganci Abstract This document describes how
RSA Event Source Configuration Guide
Configuration Guide Cyber-Ark: Privileged Identity Management Suite, Privileged Session Management Suite, and Sensitive Information Management Suite Last Modified: Wednesday, December 04, 2013 Event Source
