{ "info": { "author": "Rudolph Pienaar", "author_email": "rudolph.pienaar@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "##################\npl-pacsquery 1.0.3\n##################\n\n.. image:: https://img.shields.io/github/tag/fnndsc/pl-pacsquery.svg?style=flat-square :target: https://github.com/FNNDSC/pl-pacsquery\n.. image:: https://img.shields.io/docker/build/fnndsc/pl-pacsquery.svg?style=flat-square :target: https://hub.docker.com/r/fnndsc/pl-pacsquery/\n\n\nAbstract\n========\n\nA CUBE 'fs' plugin to query a remote PACS.\n\nNAME\n====\n pacsquery.py\n\n\nSYNOPSIS\n========\n\n..code-block:: bash\n\n pacsquery.py --pfdcm \\\\\n [--msg ] \\\\\n [--patientID ] \\\\\n [--PACSservice ] \\\\\n [--summaryKeys ] \\\\\n [--summaryFile ] \\\\\n [--resultFile ] \\\\\n [--numberOfHitsFile ] \\\\\n \n\nDESCRIPTION\n===========\n\n 'pacsquery.py' is a \"FeedStarter\" (FS) ChrisApp plugin that is used\n to query a PACS and start a new Feed.\n\n Importantly, this app does *not* actually talk to a PACS directly;\n instead it interacts with an intermediary service, typically 'pfdcm'.\n This intermediary service actually connects to a PACS and performs\n queries, which it returns to this app.\n\n Thus, it is important to understand that this app does not need \n specific details on the PACS IP, port, AETITLE, etc. All of this\n information is managed by 'pfdcm'. This does mean of course, that\n 'pfdcm' needs to be intantiated correctly. Please see the 'pfdcm'\n github wiki for specific instructions. \n\n Note though that it is possible to pass to this app a 'pfdcm' \n compliant message string using the [--msg ]. This\n can be used to set 'pfdcm' internal lookup and \n add new PACS entries. This can also be used to \n perform a query.\n\n However, most often, the simplest mechanism of query will be through\n the '--patientID' and 'PACSservice' flags.\n\n Finally, the positional argument is MANDATORY and defines\n the output directory (or relative dir when called through the\n CHRIS API) for result tables/files.\n\n\nRESULTS\n=======\n\n Results from this app are typically three files in the .\n These are:\n\n o summary file of the hits, using , \n o JSON formatted results from 'pfdcm', \n o hit file containing number of hits, \n\nARGS\n====\n\n --pfdcm \n\n The IP and port specifier of the 'pfdcm' service. \n\n --msg ] \n\n A 'pfdcm' conforming message string. If sent to this app,\n the message string is passed through unaltered to 'pfdcm'.\n This allows for setting up internals of 'pfdcm' and/or\n doing queries and interactions directly. \n\n USE WITH CARE.\n\n --patientID ] \n\n The string to query.\n\n --PACSservice ] \n\n The \"name\" of the PACS to query within 'pfdcm'. This is \n used to look up the PACS IP, port, AETitle, etc.\n\n --summaryKeys ]\n \n A comma separated list of 'keys' to include in the \n summary report. Typically:\n\n PatientID,PatientAge,StudyDescription,StudyInstanceUID,SeriesDescription,SeriesInstanceUID,NumberOfSeriesRelatedInstances\n\n --summaryFile ] \n\n The name of the file in the to contain the summary report.\n\n --resultFile ]\n\n The name of the file in the to contain the results.\n \n --numberOfHitsFile ]\n\n The name of the file in the to contain the number of hits.\n\n \n\n The output directory.\n\nRun\n===\nUsing ``docker run``\n--------------------\n\n.. code-block:: bash\n\n docker run -t --rm \\\n -v $(pwd)/output:/output \\\n fnndsc/pl-pacsquery pacsquery.py \\\n --pfdcm localhost:5015 \\\n --PACSservice orthanc \\\n --PatientID 1234567 \\\n /output", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/FNNDSC/pfmisc", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pacsquery", "package_url": "https://pypi.org/project/pacsquery/", "platform": "", "project_url": "https://pypi.org/project/pacsquery/", "project_urls": { "Homepage": "https://github.com/FNNDSC/pfmisc" }, "release_url": "https://pypi.org/project/pacsquery/1.0.6/", "requires_dist": null, "requires_python": "", "summary": "Query a PACS through an intermediary service, \"pfdcm\" (not included).", "version": "1.0.6" }, "last_serial": 3319692, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "713a204eaf6ccfa443776d29a297fe9d", "sha256": "f41c74926e7c6bef03b31d42a92e6743623bc2061589e2ed2cbaa9d41ed19026" }, "downloads": -1, "filename": "pacsquery-1.0.0.tar.gz", "has_sig": false, "md5_digest": "713a204eaf6ccfa443776d29a297fe9d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6844, "upload_time": "2017-10-26T20:09:18", "url": "https://files.pythonhosted.org/packages/ed/e3/64023db3103eb9ee2d7152e862d6840459d8c840ed2b594dbd117d02ad8a/pacsquery-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "13fc561a3cac05de084baf1604a3b79e", "sha256": "8a41624708edf4635a9adb970c220ce01d14579a64e433306d7d8fc98ffe9bd7" }, "downloads": -1, "filename": "pacsquery-1.0.1.tar.gz", "has_sig": false, "md5_digest": "13fc561a3cac05de084baf1604a3b79e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6848, "upload_time": "2017-10-26T20:19:59", "url": "https://files.pythonhosted.org/packages/50/63/f1555c80d7bb0f904fcfe6aeada047596d2f22c0a62202222ff4fa28c6bc/pacsquery-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "fc567c70054995d51b4150a03e1e2080", "sha256": "af7a24375e87e364fc0536564fca6899bdb20e6b1294622a238c2aac13344a4d" }, "downloads": -1, "filename": "pacsquery-1.0.2.tar.gz", "has_sig": false, "md5_digest": "fc567c70054995d51b4150a03e1e2080", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6877, "upload_time": "2017-10-26T20:23:27", "url": "https://files.pythonhosted.org/packages/c3/cf/bc34da781eb558a87f04af127f0f898b6e573fdda5e8333931a93711539b/pacsquery-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "081bec821474025e63e0afa2e1265492", "sha256": "3a89cd47673407ed461fdc3e4166130289699c6a94f0cbadace02859369f7371" }, "downloads": -1, "filename": "pacsquery-1.0.3.tar.gz", "has_sig": false, "md5_digest": "081bec821474025e63e0afa2e1265492", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6881, "upload_time": "2017-10-26T20:26:37", "url": "https://files.pythonhosted.org/packages/11/92/47b76c365c6dfac062fdce118c15e47ced0cc683ae6cc07bb69943e6ff18/pacsquery-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "cc68e66386ad9f3cb18f1d9c21de9807", "sha256": "50201fdefc5b43293594c686b4249e15c2c6067802d6e6ce2db7fc99773404be" }, "downloads": -1, "filename": "pacsquery-1.0.4.tar.gz", "has_sig": false, "md5_digest": "cc68e66386ad9f3cb18f1d9c21de9807", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6889, "upload_time": "2017-11-08T20:56:37", "url": "https://files.pythonhosted.org/packages/5b/b1/e1e9b9f2f3294e09d555681039bfe054b494eb0b55d90b3f92d2dc30a10e/pacsquery-1.0.4.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "474dc28be1aff2a141c9e754ed308c85", "sha256": "e8da4f4527660f4a4cc3b7c6a628811918bfaa0cd23da8c9024a6c19c9c48726" }, "downloads": -1, "filename": "pacsquery-1.0.6.tar.gz", "has_sig": false, "md5_digest": "474dc28be1aff2a141c9e754ed308c85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6893, "upload_time": "2017-11-09T14:25:23", "url": "https://files.pythonhosted.org/packages/6b/e3/6c18e0e0f9985dbd45a5f9b420b34ce150fe4d75a8c84fe6b369671eb848/pacsquery-1.0.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "474dc28be1aff2a141c9e754ed308c85", "sha256": "e8da4f4527660f4a4cc3b7c6a628811918bfaa0cd23da8c9024a6c19c9c48726" }, "downloads": -1, "filename": "pacsquery-1.0.6.tar.gz", "has_sig": false, "md5_digest": "474dc28be1aff2a141c9e754ed308c85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6893, "upload_time": "2017-11-09T14:25:23", "url": "https://files.pythonhosted.org/packages/6b/e3/6c18e0e0f9985dbd45a5f9b420b34ce150fe4d75a8c84fe6b369671eb848/pacsquery-1.0.6.tar.gz" } ] }