public class StowRSTool extends Object implements TestTool
Modifier and Type | Class and Description |
---|---|
static class |
StowRSTool.StowMetaDataType |
Modifier and Type | Field and Description |
---|---|
private Attributes |
keys |
private TestResult |
result |
private String |
url |
Constructor and Description |
---|
StowRSTool(String url) |
Modifier and Type | Method and Description |
---|---|
TestResult |
getResult() |
String |
getUrl() |
void |
init(TestResult resultIn) |
void |
overrideTag(int tag,
String value) |
void |
send(String testDescription,
StowRSTool.StowMetaDataType metadataType,
File file,
String transferSyntax) |
void |
send(String testDescription,
StowRSTool.StowMetaDataType metadataType,
List<File> files,
String transferSyntax) |
private TestResult result
private final Attributes keys
public StowRSTool(String url)
public void send(String testDescription, StowRSTool.StowMetaDataType metadataType, List<File> files, String transferSyntax) throws IOException, InterruptedException
IOException
InterruptedException
public void send(String testDescription, StowRSTool.StowMetaDataType metadataType, File file, String transferSyntax) throws IOException, InterruptedException
IOException
InterruptedException
public void overrideTag(int tag, String value) throws Exception
Exception
public void init(TestResult resultIn)
public TestResult getResult()
Copyright © 2017 dcm4che.org. All rights reserved.