Class BasicMPPSSCP
java.lang.Object
org.aoju.bus.image.metric.service.AbstractService
org.aoju.bus.image.metric.service.BasicMPPSSCP
- All Implemented Interfaces:
DimseRQHandler,ImageService
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Attributescreate(Association as, Attributes rq, Attributes rqAttrs, Attributes rsp) static voidvoidonDimse(Association as, Presentation pc, Dimse dimse, Attributes rq, Attributes rqAttrs) protected voidonNCreateRQ(Association as, Presentation pc, Attributes rq, Attributes rqAttrs) protected voidonNSetRQ(Association as, Presentation pc, Attributes rq, Attributes rqAttrs) protected Attributesset(Association as, Attributes rq, Attributes rqAttrs, Attributes rsp) Methods inherited from class org.aoju.bus.image.metric.service.AbstractService
getSOPClasses, onClose, onDimse
-
Constructor Details
-
BasicMPPSSCP
public BasicMPPSSCP()
-
-
Method Details
-
mayNoLongerBeUpdated
- Throws:
ImageException
-
onDimse
public void onDimse(Association as, Presentation pc, Dimse dimse, Attributes rq, Attributes rqAttrs) throws IOException - Specified by:
onDimsein classAbstractService- Throws:
IOException
-
onNCreateRQ
protected void onNCreateRQ(Association as, Presentation pc, Attributes rq, Attributes rqAttrs) throws IOException - Throws:
IOException
-
create
protected Attributes create(Association as, Attributes rq, Attributes rqAttrs, Attributes rsp) throws ImageException - Throws:
ImageException
-
onNSetRQ
protected void onNSetRQ(Association as, Presentation pc, Attributes rq, Attributes rqAttrs) throws IOException - Throws:
IOException
-
set
protected Attributes set(Association as, Attributes rq, Attributes rqAttrs, Attributes rsp) throws ImageException - Throws:
ImageException
-