public class CGet extends Object
| Constructor and Description |
|---|
CGet() |
| Modifier and Type | Method and Description |
|---|---|
static Status |
process(Args args,
Node callingNode,
Node calledNode,
Progress progress,
File outputDir,
Args... keys) |
static Status |
process(Args args,
Node callingNode,
Node calledNode,
Progress progress,
File outputDir,
URL sopClassURL,
Args... keys) |
static Status |
process(Node callingNode,
Node calledNode,
Progress progress,
File outputDir,
Args... keys) |
public static Status process(Node callingNode, Node calledNode, Progress progress, File outputDir, Args... keys)
callingNode - 调用DICOM节点的配置calledNode - 被调用的DICOM节点配置progress - 处理的进度outputDir - 文件输出路径keys - 匹配和返回键。没有值的Args是返回键public static Status process(Args args, Node callingNode, Node calledNode, Progress progress, File outputDir, Args... keys)
args - 可选的高级参数(代理、身份验证、连接和TLS)callingNode - 调用DICOM节点的配置calledNode - 被调用的DICOM节点配置progress - 处理的进度outputDir - 文件输出路径keys - 匹配和返回键。没有值的keys是返回键public static Status process(Args args, Node callingNode, Node calledNode, Progress progress, File outputDir, URL sopClassURL, Args... keys)
args - 可选的高级参数(代理、身份验证、连接和TLS)callingNode - 调用DICOM节点的配置calledNode - 被调用的DICOM节点配置progress - 处理的进度outputDir - 文件输出路径sopClassURL - the urlkeys - 匹配和返回键。没有值的keys是返回键Copyright © 2021. All rights reserved.