public class StgCmtSCPImpl extends AbstractDicomService
| Modifier and Type | Field and Description |
|---|---|
private DicomDirReader |
dicomDirReader |
private Executor |
executor |
private Map<String,Connection> |
remoteConnections |
private boolean |
stgCmtOnSameAssoc |
| Constructor and Description |
|---|
StgCmtSCPImpl(DicomDirReader dicomDirReader,
Map<String,Connection> remoteConnections,
boolean stgCmtOnSameAssoc,
Executor executor) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Integer> |
calculateMatches(Map<String,String> requestMap) |
private Attributes |
calculateStorageCommitmentResult(String calledAET,
Attributes actionInfo) |
protected void |
onDimseRQ(Association as,
PresentationContext pc,
Dimse dimse,
Attributes rq,
Attributes actionInfo) |
private static Attributes |
refSOP(String iuid,
String cuid,
int failureReason) |
getSOPClasses, onClose, onDimseRQprivate final DicomDirReader dicomDirReader
private final Map<String,Connection> remoteConnections
private final boolean stgCmtOnSameAssoc
public StgCmtSCPImpl(DicomDirReader dicomDirReader, Map<String,Connection> remoteConnections, boolean stgCmtOnSameAssoc, Executor executor)
protected void onDimseRQ(Association as, PresentationContext pc, Dimse dimse, Attributes rq, Attributes actionInfo) throws IOException
onDimseRQ in class AbstractDicomServiceIOExceptionprivate Attributes calculateStorageCommitmentResult(String calledAET, Attributes actionInfo) throws DicomServiceException
DicomServiceExceptionprotected Map<String,Integer> calculateMatches(Map<String,String> requestMap) throws DicomServiceException
DicomServiceExceptionprivate static Attributes refSOP(String iuid, String cuid, int failureReason)
Copyright © 2017 dcm4che.org. All rights reserved.