Skip to content

Dicoogle Web Service API

Eduardo Pinho edited this page Feb 26, 2015 · 6 revisions

This page will describe the latest web service API, and is currently a work in progress.

User Access / Profile

Login:

POST /accounts/login

  • user
  • pass

Logout:

POST /accounts/logout

User accounts, create, remove, etc.

CRUD /accounts/user

Access and Search

Search:

GET /search

  • keyword : Boolean
  • query : String
  • provider : String[]

Search the DICOM metadata, perform queries on images.

Sample:
?advq=StudyDate:[20141101 TO 20141103]
Expression Combination:
?advq=StudyDate:[20141101 TO 20141103] AND Modality:CT

Result - JSON: QIDO

Clone this wiki locally