pynetdicom.service_class.DefinedProcedureProtocolQueryRetrieveServiceClass¶
- 
class pynetdicom.service_class.DefinedProcedureProtocolQueryRetrieveServiceClass(assoc)[source]¶
- Implementation of the Defined Procedure Protocol QR Service. - Methods - SCP(req, context)- The SCP implementation for the Query/Retrieve Service Class. - __init__(assoc)- Create a new ServiceClass. - is_cancelled(msg_id)- Return True if a C-CANCEL message with msg_id has been received. - is_valid_status(status)- Return - Trueif status is valid for the service class.- validate_status(status, rsp)- Validate status and set rsp.Status accordingly. - Attributes - ae- Return the AE. - dimse- Return the DIMSE service provider. - statuses