Contents:
from girder.plugin import GirderPlugin from . import assetstore [docs] class DICOMwebPlugin(GirderPlugin): DISPLAY_NAME = 'DICOMweb Plugin' CLIENT_SOURCE_PATH = 'web_client' [docs] def load(self, info): assetstore.load(info)