johnpaulett / django-mrrt

IHE Management of Radiology Report Templates (MRRT) for Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-mrrt: IHE Management of Radiology Report Templates (MRRT) for Django

Management of Radiology Report Templates (MRRT) is an IHE standard for storing and retrieving templates in a standardized format. django-mrrt is a re-usable Djano app supports the MRRT Retrieve [RAD-103], Store [RAD-104], and Query [RAD-105] transactions.

Can act as "Report Template Manager"

Security Warning

  • By default the views are unauthenticated. A swappable model is defined, and the urls should be wrapped to enforce some type of authentication (OAuth, etc)
  • MRRT templates if rendered as HTML can contain unsafe content (e.g. event listeners, remote script/link loading). django-mrrt plans to implement CSP headers and template validation in the future, but does not at present.

Usage

GET /IHETemplateService/
GET /IHETemplateService/<templateUID>
PUT /IHETemplateService/<templateUID>

References

About

IHE Management of Radiology Report Templates (MRRT) for Django

License:Apache License 2.0


Languages

Language:Python 90.5%Language:Makefile 9.5%