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, onDimseRQ
private 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 AbstractDicomService
IOException
private Attributes calculateStorageCommitmentResult(String calledAET, Attributes actionInfo) throws DicomServiceException
DicomServiceException
protected Map<String,Integer> calculateMatches(Map<String,String> requestMap) throws DicomServiceException
DicomServiceException
private static Attributes refSOP(String iuid, String cuid, int failureReason)
Copyright © 2017 dcm4che.org. All rights reserved.