Mercurial > hg > orthanc
changeset 3784:7f4a75093a6a
links to https://github.com/jodogne/OrthancContributed
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 19 Mar 2020 10:23:29 +0100 |
parents | df69a5fdc836 |
children | b07fc9ed0dc5 626d5f4a5afb |
files | Plugins/Samples/README.txt Resources/Samples/README.txt |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Plugins/Samples/README.txt Thu Mar 19 10:23:29 2020 +0100 @@ -0,0 +1,3 @@ +More contributed samples of plugins can be found and added in +the "OrthancContributed" repository on GitHub: +https://github.com/jodogne/OrthancContributed/tree/master/Plugins
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Resources/Samples/README.txt Thu Mar 19 10:23:29 2020 +0100 @@ -0,0 +1,7 @@ +More contributed samples and documentation can be found and added in +the "OrthancContributed" repository on GitHub: +https://github.com/jodogne/OrthancContributed + +The integration tests of Orthanc provide a lot of samples about the +features of the REST API of Orthanc: +https://bitbucket.org/sjodogne/orthanc-tests/src/default/Tests/Tests.py