public abstract class AbstractService extends Object implements ImageService
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractService(String... sopClasses) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getSOPClasses() |
void |
onClose(Association as) |
protected abstract void |
onDimse(Association as,
Presentation pc,
Dimse dimse,
Attributes cmd,
Attributes data) |
void |
onDimse(Association as,
Presentation pc,
Dimse dimse,
Attributes cmd,
PDVInputStream data) |
protected AbstractService(String... sopClasses)
public final String[] getSOPClasses()
getSOPClasses in interface ImageServicepublic void onClose(Association as)
onClose in interface DimseRQHandlerpublic void onDimse(Association as, Presentation pc, Dimse dimse, Attributes cmd, PDVInputStream data) throws IOException
onDimse in interface DimseRQHandlerIOExceptionprotected abstract void onDimse(Association as, Presentation pc, Dimse dimse, Attributes cmd, Attributes data) throws IOException
IOExceptionCopyright © 2020. All rights reserved.