Interface DimseRSP

All Known Implementing Classes:
FutureDimseRSP

public interface DimseRSP
Since:
Java 17+
Author:
Kimi Liu
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cancel(Association association)
    如果这是可以取消*的DIMSE操作(例如C-FIND),请取消操作
    获取响应命令对象
    获取此响应中包含的数据集,如果没有数据集,则为null
    boolean
    发送下一个响应,完成后返回false
  • Method Details

    • next

      boolean next() throws IOException, InterruptedException
      发送下一个响应,完成后返回false
      Returns:
      如果有更多要发送的响应,则为True
      Throws:
      IOException - 网络交互中是否有问题
      InterruptedException - 如果线程被中断
    • getCommand

      Attributes getCommand()
      获取响应命令对象
      Returns:
      属性命令对象
    • getDataset

      Attributes getDataset()
      获取此响应中包含的数据集,如果没有数据集,则为null
      Returns:
      属性此响应中包含的数据集(如果有)
    • cancel

      void cancel(Association association) throws IOException
      如果这是可以取消*的DIMSE操作(例如C-FIND),请取消操作
      Parameters:
      association - 关联活动的关联对象
      Throws:
      IOException - 网络交互中是否有问题。