Class StoreSCP

All Implemented Interfaces:
DimseRQHandler, ImageService

public class StoreSCP extends BasicCStoreSCP
Since:
Java 17+
Author:
Kimi Liu
  • Field Details

  • Constructor Details

    • StoreSCP

      public StoreSCP(String storageDir)
      Parameters:
      storageDir - 存储文件夹的基本路径
    • StoreSCP

      public StoreSCP(String storageDir, List<Node> authorizedCallingNodes)
      Parameters:
      storageDir - the base path of storage folder
      authorizedCallingNodes - the list of authorized nodes to call store files (authorizedCallingNodes allow to check hostname unlike acceptedCallingAETitles)
  • Method Details