Skip to content

johnpaulett/django-mrrt

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published