Class ServiceHandler
java.lang.Object
org.aoju.bus.image.metric.service.ServiceHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddDimseRQHandler(DimseRQHandler service, String... sopClasses) voidaddService(ImageService service) voidonClose(Association as) voidonDimse(Association as, Presentation pc, Dimse dimse, Attributes cmd, PDVInputStream data) voidremoveDimseRQHandler(String... sopClasses) voidremoveService(ImageService service)
-
Constructor Details
-
ServiceHandler
public ServiceHandler()
-
-
Method Details
-
addService
-
removeService
-
addDimseRQHandler
-
removeDimseRQHandler
-
onDimse
public void onDimse(Association as, Presentation pc, Dimse dimse, Attributes cmd, PDVInputStream data) throws IOException - Specified by:
onDimsein interfaceDimseRQHandler- Throws:
IOException
-
onClose
- Specified by:
onClosein interfaceDimseRQHandler
-