public class CMove extends Object
| Constructor and Description |
|---|
CMove() |
| Modifier and Type | Method and Description |
|---|---|
static Status |
process(Args args,
Node callingNode,
Node calledNode,
String destinationAet,
Progress progress,
Args... keys) |
static Status |
process(Node callingNode,
Node calledNode,
String destinationAet,
Progress progress,
Args... keys) |
public static Status process(Node callingNode, Node calledNode, String destinationAet, Progress progress, Args... keys)
callingNode - 调用DICOM节点的配置calledNode - 被调用的DICOM节点配置destinationAet - 目标 aetitleprogress - 处理的进度keys - 匹配和返回键。没有值的Args是返回键public static Status process(Args args, Node callingNode, Node calledNode, String destinationAet, Progress progress, Args... keys)
args - 可选的高级参数(代理、身份验证、连接和TLS)callingNode - 调用DICOM节点的配置calledNode - 被调用的DICOM节点配置destinationAet - 目标 aetitleprogress - 处理的进度keys - 匹配和返回键。没有值的Args是返回键Copyright © 2021. All rights reserved.