Package org.aoju.bus.image.plugin
Class CGet
java.lang.Object
org.aoju.bus.image.plugin.CGet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Statusprocess(Args args, Node callingNode, Node calledNode, Progress progress, File outputDir, URL sopClassURL, Args... keys) static Statusprocess(Args args, Node callingNode, Node calledNode, Progress progress, File outputDir, Args... keys) static Status
-
Constructor Details
-
CGet
public CGet()
-
-
Method Details
-
process
-
process
public static Status process(Args args, Node callingNode, Node calledNode, Progress progress, File outputDir, Args... keys) - Parameters:
args- 可选的高级参数(代理、身份验证、连接和TLS)callingNode- 调用DICOM节点的配置calledNode- 被调用的DICOM节点配置progress- 处理的进度outputDir- 文件输出路径keys- 匹配和返回键。没有值的keys是返回键- Returns:
- Status实例,其中包含DICOM响应,DICOM状态,错误消息和进度
-
process
public static Status process(Args args, Node callingNode, Node calledNode, Progress progress, File outputDir, URL sopClassURL, Args... keys) - Parameters:
args- 可选的高级参数(代理、身份验证、连接和TLS)callingNode- 调用DICOM节点的配置calledNode- 被调用的DICOM节点配置progress- 处理的进度outputDir- 文件输出路径sopClassURL- the urlkeys- 匹配和返回键。没有值的keys是返回键- Returns:
- Status实例,其中包含DICOM响应,DICOM状态,错误消息和进度
-