{ "info": { "author": "Amin", "author_email": "amin2997@yahoo.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# PyPowerscribe360\n\nThis is a REST API implementation for Radiology Nuance PowerScribe 360 dictation system. This API will allow you to send and retrieve data points into pre-built custom fields that populates radiologist final report. For example, you can push radiation dose information into custom field that will populate the radiologist final report.\n\n## Sample Implementation\n\nThe following will allow you to connect to PowerScribe 360 server and send custom field to the radiologist report.\n\n```python\nfrom powerscribe import Powerscribe\n\nif __name__ == '__main__':\n url = 'http://ps360ServerName/RadPortal'\n username = \"PowerScribe USERNAME\"\n password = \"PowerScribe Password\"\n\n accession = \"12345\"\n field_name = \"CTRAD\"\n field_value = \"29997\"\n\n with Powerscribe(url) as ps:\n if ps.sign_in(username, password):\n print(\"Signin successfully\")\n if ps.set_custom_field(accession, field_name, field_value):\n print(f\"Sent field name {field_name} and value {field_value} into accession {accession})\n else:\n print(f\"Error sending field name {field_name} and value {field_value} into accession {accession}\")\n else:\n print(\"Signin failed\")\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/amin2997/PyPowerScribe", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "powerscribe", "package_url": "https://pypi.org/project/powerscribe/", "platform": "", "project_url": "https://pypi.org/project/powerscribe/", "project_urls": { "Homepage": "https://github.com/amin2997/PyPowerScribe" }, "release_url": "https://pypi.org/project/powerscribe/1.3/", "requires_dist": [ "requests (>=2.21.0)" ], "requires_python": "", "summary": "A simple REST API implementation for Radiology Nuance PowerScribe 360 dictation system", "version": "1.3" }, "last_serial": 5919554, "releases": { "1.1": [ { "comment_text": "", "digests": { "md5": "6a940b3f308ce467183e3b1547e31713", "sha256": "413d8128b62a16d1c5041c2d3317cd010e0f62d1a4ec15f0130be8b570f37c5a" }, "downloads": -1, "filename": "powerscribe-1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "6a940b3f308ce467183e3b1547e31713", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2939, "upload_time": "2019-10-02T18:03:22", "url": "https://files.pythonhosted.org/packages/ef/7f/ffe1d3b47791152768259ad72f2f2e950091521c798225412e612752818f/powerscribe-1.1-py3-none-any.whl" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "3a9a654f11386c27caee180a22be98f6", "sha256": "3ac85c6ca54c6db703db1d8e0652ac4757a61fc147e74f9b947c1940b99bc494" }, "downloads": -1, "filename": "powerscribe-1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "3a9a654f11386c27caee180a22be98f6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3758, "upload_time": "2019-10-02T18:53:48", "url": "https://files.pythonhosted.org/packages/08/8d/832eeae659345e84aba7efe46f889be7372a4fed8785a8df90ef38a38ab7/powerscribe-1.3-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3a9a654f11386c27caee180a22be98f6", "sha256": "3ac85c6ca54c6db703db1d8e0652ac4757a61fc147e74f9b947c1940b99bc494" }, "downloads": -1, "filename": "powerscribe-1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "3a9a654f11386c27caee180a22be98f6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3758, "upload_time": "2019-10-02T18:53:48", "url": "https://files.pythonhosted.org/packages/08/8d/832eeae659345e84aba7efe46f889be7372a4fed8785a8df90ef38a38ab7/powerscribe-1.3-py3-none-any.whl" } ] }