Package | Description |
---|---|
org.dcm4che3.tool.stowrs |
Send DICOM objects to a STOW-RS service.
|
org.dcm4che3.tool.stowrs.test |
Test classes for sending DICOM objects to a STOW-RS service.
|
Modifier and Type | Field and Description |
---|---|
private List<StowRSResponse> |
StowRS.responses |
Modifier and Type | Method and Description |
---|---|
private static StowRSResponse |
StowRS.sendDicomFile(String url,
File f) |
private StowRSResponse |
StowRS.sendMetaDataAndBulkData(Attributes metadata,
StowRS.ExtractedBulkData extractedBulkData) |
Modifier and Type | Method and Description |
---|---|
List<StowRSResponse> |
StowRS.getResponses() |
Modifier and Type | Method and Description |
---|---|
void |
StowRS.addResponse(StowRSResponse response) |
Modifier and Type | Field and Description |
---|---|
List<StowRSResponse> |
StowRSResult.responses |
Modifier and Type | Method and Description |
---|---|
List<StowRSResponse> |
StowRSResult.getResponses() |
Modifier and Type | Method and Description |
---|---|
void |
StowRSResult.setResponses(List<StowRSResponse> responses) |
Constructor and Description |
---|
StowRSResult(String testDescription,
long time,
List<StowRSResponse> rsps) |
Copyright © 2017 dcm4che.org. All rights reserved.