public class StowrsSingleFile extends AbstractStowrs implements UploadSingleFile
MULTIPART_BOUNDARY| Constructor and Description |
|---|
StowrsSingleFile(String requestURL,
String contentType) |
StowrsSingleFile(String requestURL,
String contentType,
String agentName,
Map<String,String> headers) |
| Modifier and Type | Method and Description |
|---|---|
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) |
buildConnection, close, ensureUID, formatDA, formatDA, formatTM, formatTM, getContentLocation, getContentType, getHeaders, getRequestURL, removeConnection, setEncapsulatedDocumentAttributes, writeContentMarkers, writeEndMarkers, writeEndMarkersclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContentType, getHeaders, getRequestURLclosepublic void uploadDicom(InputStream in, Attributes fmi, String tsuid, String iuid) throws IOException
uploadDicom in interface UploadSingleFileIOExceptionpublic void uploadDicom(Attributes metadata, String tsuid) throws IOException
uploadDicom in interface UploadSingleFileIOExceptionpublic void uploadEncapsulatedDocument(Attributes metadata, File bulkDataFile, String mdiaType, String sopClassUID) throws Exception
uploadEncapsulatedDocument in interface UploadSingleFileExceptionCopyright © 2021. All rights reserved.