public class WadoRSResponse extends SimpleHTTPResponse
| Modifier and Type | Field and Description |
|---|---|
private Map<String,java.nio.file.Path> |
retrievedInstances |
| Constructor and Description |
|---|
WadoRSResponse(int status,
String message) |
WadoRSResponse(int status,
String message,
Map<String,java.nio.file.Path> instancePaths) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,java.nio.file.Path> |
getRetrievedInstance() |
getMessage, getStatus, toStringprivate Map<String,java.nio.file.Path> retrievedInstances
public WadoRSResponse(int status, String message)
public WadoRSResponse(int status, String message, Map<String,java.nio.file.Path> instancePaths)
public Map<String,java.nio.file.Path> getRetrievedInstance()
Copyright © 2017 dcm4che.org. All rights reserved.