Table of Contents

Operating modes

PMA.studio can be used in different ways. The basic mode of operandi is Full mode, which allows one to view and annotate whole slide images. In addition to full mode, however, the viewer can also be run in Embedded mode (within an html iframe). Finally, a separate administrative interface is available to configure the interaction with other components of the platform, as well as the behavior of the various in the various operating modes.

Full mode

The default mode of the view is “full mode”.

The loading sequence of the application is typically as follows:

A word about the startup sequence: PMA.studio runs in a webbrowser. It is an understatement however to consider it a website. PMA.studio is a highly advanced web-accessible application that makes used of the latest techniques in HTTP communication, HTML 5, and browser technology. Nevertheless no external plugins (Java, Flash, Silverlight…) are needed.

Embedded mode

There are three ways to exploit embedded mode for slide sharing:

We want to point out however that iframes should only be used as a temporary quick fix solution. For scalable robust application, we recommend that you have a look at our JavaScript PMA.UI framework, which uses <div> tags as an alternative for iframes.