comparison OpenAPI/orthanc-openapi.yaml @ 273:869d6efbb54c

wip
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 02 Sep 2019 10:04:57 +0200
parents 0a97b61ae021
children 2946fcd2e7fa
comparison
equal deleted inserted replaced
272:07f109e3f3f7 273:869d6efbb54c
1 openapi: 3.0.0 1 openapi: 3.0.0
2 info: 2 info:
3 title: Orthanc 3 title: Orthanc
4 version: 1.0.0 4 version: 1.0.0
5 description: >- 5 description: >-
6 One of the major strengths of Orthanc lies in its built-in RESTful API, that can be used to drive Orthanc from external applications, independently of the programming language that is used to develop these applications. The REST API of Orthanc gives a full programmatic access to all the core features of Orthanc. Importantly, Orthanc Explorer (the embedded administrative interface of Orthanc) entirely resorts to this REST API for all its features. This implies that anything that can be done through Orthanc Explorer, can also be done through REST queries. 6 One of the major strengths of Orthanc lies in its built-in RESTful API, that can be used to drive Orthanc from external applications, independently of the programming language that is used to develop these applications. The REST API of Orthanc gives a full programmatic access to all the core features of Orthanc. Importantly, Orthanc Explorer (the embedded administrative interface of Orthanc) entirely resorts to this REST API for all its features. This implies that anything that can be done through Orthanc Explorer, can also be done through REST queries.<p>
7 This documentation is <b>work-in-progress</b>: The entire REST API is not covered yet. Please contribute by improving the source code of the documenation: https://bitbucket.org/sjodogne/orthanc-book/src/default/
7 servers: 8 servers:
8 - url: 'https://demo.orthanc-server.com' 9 - url: 'https://demo.orthanc-server.com'
9 components: 10 components:
10 schemas: 11 schemas:
11 patient: 12 patient: