public class BasicCStoreSCP extends AbstractDicomService
Constructor and Description |
---|
BasicCStoreSCP() |
BasicCStoreSCP(String... sopClasses) |
Modifier and Type | Method and Description |
---|---|
protected void |
onDimseRQ(Association as,
PresentationContext pc,
Dimse dimse,
Attributes cmd,
Attributes data) |
void |
onDimseRQ(Association as,
PresentationContext pc,
Dimse dimse,
Attributes rq,
PDVInputStream data) |
protected void |
store(Association as,
PresentationContext pc,
Attributes rq,
PDVInputStream data,
Attributes rsp) |
getSOPClasses, onClose
public BasicCStoreSCP()
public BasicCStoreSCP(String... sopClasses)
public void onDimseRQ(Association as, PresentationContext pc, Dimse dimse, Attributes rq, PDVInputStream data) throws IOException
onDimseRQ
in interface DimseRQHandler
onDimseRQ
in class AbstractDicomService
IOException
protected void store(Association as, PresentationContext pc, Attributes rq, PDVInputStream data, Attributes rsp) throws IOException
IOException
protected void onDimseRQ(Association as, PresentationContext pc, Dimse dimse, Attributes cmd, Attributes data) throws IOException
onDimseRQ
in class AbstractDicomService
IOException
Copyright © 2017 dcm4che.org. All rights reserved.