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 AuthService
that authenticates users and a LoginService
that logins users, and a LoginController
that the front-end can use to login users.