Site implementations
In order to import images and metadata to your application, an image and metadata importer is needed. Additionally services for authentication and login needs to be provided.
MetadataImportInterface
A MetadataImportInterface is responsible for importing metadata from an outsde source, such as a LIMS, and organize it into the used schema.
ImageImportInterface
An ImageImportInterface is responsible for importing images from an outsde source, such as a PACS, and making it avaiable for further use.
Authentication and login
An AuthInterface that authenticates users.