public class ServiceHandler extends Object implements DimseRQHandler
| Constructor and Description |
|---|
ServiceHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDimseRQHandler(DimseRQHandler service,
String... sopClasses) |
void |
addService(ImageService service) |
void |
onClose(Association as) |
void |
onDimse(Association as,
Presentation pc,
Dimse dimse,
Attributes cmd,
PDVInputStream data) |
void |
removeDimseRQHandler(String... sopClasses) |
void |
removeService(ImageService service) |
public void addService(ImageService service)
public void removeService(ImageService service)
public void addDimseRQHandler(DimseRQHandler service, String... sopClasses)
public void removeDimseRQHandler(String... sopClasses)
public void onDimse(Association as, Presentation pc, Dimse dimse, Attributes cmd, PDVInputStream data) throws IOException
onDimse in interface DimseRQHandlerIOExceptionpublic void onClose(Association as)
onClose in interface DimseRQHandlerCopyright © 2021. All rights reserved.