:py:mod:`expliot.plugins.dicom.cfind` ===================================== .. py:module:: expliot.plugins.dicom.cfind .. autoapi-nested-parse:: Support for finding data on a DICOM instance. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: expliot.plugins.dicom.cfind.CFind .. py:class:: CFind Bases: :py:obj:`expliot.core.tests.test.Test` Test to find data on a DICOM instance. Output Format: [ { "server_implementation_version_name": b"DicomObjects.NET", "server_implementation_class_uid": "1.2.826.0.1.3680043.1.2.100.8.40.120.0" }, # Following may be zero or more depending on connection establishment # and response of the CFIND command received from the server { "cfind_query_status": "0xff00", "cfind_query_identifier": (0008, 0005) Specific Character Set CS: '' (0008, 0052) Query/Retrieve Level CS: 'PATIENT' (0008, 0054) Retrieve AE Title AE: 'ANY-SCP' (0010, 0010) Patient's Name PN: 'Johnson^John^^Mr' }, # If the status is 0x0000 then identifier will be None. For example see below { "cfind_query_status": "0x0000", "cfind_query_identifier": None } ] .. py:method:: execute() Execute the test.