public interface UploadSingleFile extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType() |
Map<String,String> |
getHeaders() |
String |
getRequestURL() |
void |
uploadDicom(Attributes metadata,
String tsuid) |
void |
uploadDicom(InputStream in,
Attributes fmi,
String tsuid,
String iuid) |
void |
uploadEncapsulatedDocument(Attributes metadata,
File bulkDataFile,
String mdiaType,
String sopClassUID) |
closevoid uploadDicom(InputStream in, Attributes fmi, String tsuid, String iuid) throws IOException
IOExceptionvoid uploadDicom(Attributes metadata, String tsuid) throws IOException
IOExceptionvoid uploadEncapsulatedDocument(Attributes metadata, File bulkDataFile, String mdiaType, String sopClassUID) throws Exception
ExceptionString getRequestURL()
String getContentType()
Copyright © 2021. All rights reserved.