Orthanc Restful API

Orthanc - REST API : REST v1.2.0

       
 PathGETDELETEPOSTPUTNotes
       
 /{resourceType}/{id}/attachmentsynnnList the files that are attached to this patient, study, series or instance
 /{resourceType}/{id}/attachments/{name}yyny 
 /{resourceType}/{id}/attachments/{name}/compressnnyn 
 /{resourceType}/{id}/attachments/{name}/compressed-dataynnnReturn the (possibly compressed) data, as stored on the disk
 /{resourceType}/{id}/attachments/{name}/compressed-md5ynnn 
 /{resourceType}/{id}/attachments/{name}/compressed-sizeynnn 
 /{resourceType}/{id}/attachments/{name}/dataynnn 
 /{resourceType}/{id}/attachments/{name}/is-compressedynnnIs this attachment compressed: "0" means uncompressed, "1" compressed
 /{resourceType}/{id}/attachments/{name}/md5ynnn 
 /{resourceType}/{id}/attachments/{name}/sizeynnn 
 /{resourceType}/{id}/attachments/{name}/uncompressnnyn 
 /{resourceType}/{id}/attachments/{name}/verify-md5nnynCheck that there is no corruption on the disk (HTTP status == 200 iff. no error)
 /{resourceType}/{id}/metadataynnn 
 /{resourceType}/{id}/metadata/{name}yyny 
 /changesyynn"last", "limit" and "since" arguments
 /exportsyynn"last", "limit" and "since" arguments
 /instancesynynGET: "last" and "limit" arguments; POST = Add the new DICOM file given in the POST body
 /instances/{id}yynn 
 /instances/{id}/anonymizennynhttp://book.orthanc-server.com/users/anonymization.html
 /instances/{id}/content/ynnnList the first-level DICOM tags
 /instances/{id}/content/{group}-{element}ynnnRaw access to the value of DICOM tags (comprising the padding character)
 /instances/{id}/content/{group}-{element}/{index}/...ynnnRaw access to the content of DICOM sequences
 /instances/{id}/exportnnynWrite the DICOM file to the filesystem where Orthanc is running
 /instances/{id}/fileynnn 
 /instances/{id}/framesynnn 
 /instances/{id}/frames/{frameNumber}/image-int16ynnnTruncated image to the [-32768;32767] range
 /instances/{id}/frames/{frameNumber}/image-uint16ynnnTruncated image to the [0;65535] range
 /instances/{id}/frames/{frameNumber}/image-uint8ynnnTruncated image to the [0;255] range
 /instances/{id}/frames/{frameNumber}/matlabynnna = eval(urlread('http://localhost:8042/instances/.../frames/0/matlab'))
 /instances/{id}/frames/{frameNumber}/previewynnnRescaled image (so that all the range [0;255] is used)
 /instances/{id}/frames/{frameNumber}/rawynnnAccess to the raw content of one frame (bypass image decoding)
 /instances/{id}/headerynnnGet the meta information (header) of the DICOM file, "?simplify" argument to simplify output
 /instances/{id}/image-int16ynnnTruncated image to the [-32768;32767] range
 /instances/{id}/image-uint16ynnnTruncated image to the [0;65535] range
 /instances/{id}/image-uint8ynnnTruncated image to the [0;255] range
 /instances/{id}/matlabynnna = eval(urlread('http://localhost:8042/instances/.../matlab'))
 /instances/{id}/modifynnynhttp://book.orthanc-server.com/users/anonymization.html
 /instances/{id}/moduleynnn 
 /instances/{id}/patientynnnRetrieve the parent patient of this instance
 /instances/{id}/pdfynnnReturn the encapsulated PDF inside the DICOM file, if any
 /instances/{id}/previewynnnRescaled image (so that all the range [0;255] is used)
 /instances/{id}/reconstructnnynForce reconstruction of the main DICOM tags, JSON summary and metadata
 /instances/{id}/seriesynnnRetrieve the parent series of this instance
 /instances/{id}/simplified-tagsynnn 
 /instances/{id}/statisticsynnn 
 /instances/{id}/studyynnnRetrieve the parent study of this instance
 /instances/{id}/tagsynnn"?simplify" argument to simplify output (same as "simplified-tags")
 /modalitiesynnn 
 /modalities/{dicom}yyny 
 /modalities/{dicom}/echonnynC-Echo SCU
 /modalities/{dicom}/findnndnDeprecated
 /modalities/{dicom}/find-patientnndnDeprecated
 /modalities/{dicom}/find-seriesnndnDeprecated
 /modalities/{dicom}/find-studynndnDeprecated
 /modalities/{dicom}/movennynDICOM C-Move SCU (Retrieve)
 /modalities/{dicom}/querynnynDICOM C-Find SCU (Query), with subsequent possibility for Retrieve
 /modalities/{dicom}/storennynPOST body = UUID series, UUID instance, or raw DICOM file
 /patientsynnn"since" and "limit" arguments + "expand" argument to retrieve the content of the patients
 /patients/{id}yynn 
 /patients/{id}/anonymizennynhttp://book.orthanc-server.com/users/anonymization.html
 /patients/{id}/archiveynnnCreate ZIP
 /patients/{id}/instancesynnnRetrieve all the instances of this patient in a single REST call
 /patients/{id}/mediaynnnCreate a ZIP archive for media storage with DICOMDIR
 /patients/{id}/modifynnynhttp://book.orthanc-server.com/users/anonymization.html
 /patients/{id}/moduleynnn 
 /patients/{id}/protectedynnyProtection against recycling: "0" means unprotected, "1" protected
 /patients/{id}/reconstructnnynForce reconstruction of the main DICOM tags, JSON summary and metadata of child instances
 /patients/{id}/seriesynnnRetrieve all the series of this patient in a single REST call
 /patients/{id}/shared-tagsynnn"?simplify" argument to simplify output
 /patients/{id}/statisticsynnn 
 /patients/{id}/studiesynnnRetrieve all the studies of this patient in a single REST call
 /peersynnn 
 /peers/{peer}yyny 
 /peers/{peer}/storennynPOST body = UUID series, UUID instance, or raw DICOM file
 /pluginsynnnGet the list of all the registered plugins
 /plugins/{id}ynnnGet information about some plugin
 /plugins/explorer.jsynnnGet the JavaScript code that is injected by plugins into Orthanc Explorer
 /queriesynnn 
 /queries/{id}yynn 
 /queries/{id}/answersynnnList all the answers for this C-Find SCU request
 /queries/{id}/answers/{index}/contentynnnAccess 1 answer of C-Find SCU; "?simplify" argument to simplify output
 /queries/{id}/answers/{index}/retrievennynC-Move SCU: Send this resource to another modality whose AET is in the body
 /queries/{id}/levelynnnGet the query retrieve level for this C-Find SCU request
 /queries/{id}/modalityynnnGet the modality to which this C-Find SCU request was issued (cf. /modalities)
 /queries/{id}/queryynnnAccess the C-Find SCU query; "?simplify" argument to simplify output
 /queries/{id}/retrievennynC-Move SCU: Send all the results to another modality whose AET is in the body
 /seriesynnn"since" and "limit" arguments + "expand" argument to retrieve the content of the series
 /series/{id}yynn 
 /series/{id}/anonymizennynhttp://book.orthanc-server.com/users/anonymization.html
 /series/{id}/archiveynnnCreate a ZIP archive for media storage with DICOMDIR
 /series/{id}/instancesynnnRetrieve all the instances of this series in a single REST call
 /series/{id}/mediaynnnCreate archives for media storage with DICOMDIR
 /series/{id}/modifynnynhttp://book.orthanc-server.com/users/anonymization.html
 /series/{id}/moduleynnn"?simplify" argument to simplify output
 /series/{id}/ordered-slicesynnnOrder the slices of a 2D+t, 3D or 3D+t image
 /series/{id}/patientynnnRetrieve the parent patient of this series
 /series/{id}/reconstructnnynForce reconstruction of the main DICOM tags, JSON summary and metadata of child instances
 /series/{id}/shared-tagsynnn"?simplify" argument to simplify output
 /series/{id}/statisticsynnn 
 /series/{id}/studyynnnRetrieve the parent study of this series
 /statisticsynnn 
 /studiesynnn"since" and "limit" arguments + "expand" argument to retrieve the content of the studies
 /studies/{id}yynn 
 /studies/{id}/anonymizennynhttp://book.orthanc-server.com/users/anonymization.html
 /studies/{id}/archiveynnnCreate ZIP
 /studies/{id}/instancesynnnRetrieve all the instances of this patient in a single REST call
 /studies/{id}/mediaynnnCreate a ZIP archive for media storage with DICOMDIR
 /studies/{id}/modifynnynhttp://book.orthanc-server.com/users/anonymization.html
 /studies/{id}/moduleynnn"?simplify" argument to simplify output
 /studies/{id}/module-patientynnn"?simplify" argument to simplify output
 /studies/{id}/patientynnnRetrieve the parent patient of this study
 /studies/{id}/reconstructnnynForce reconstruction of the main DICOM tags, JSON summary and metadata of child instances
 /studies/{id}/seriesynnnRetrieve all the series of this study in a single REST call
 /studies/{id}/shared-tagsynnn"?simplify" argument to simplify output
 /studies/{id}/statisticsynnn 
 /systemynnn 
 /tools/create-archivennynCreate a ZIP from a set of unrelated DICOM resources
 /tools/create-dicomnnynCreate and store a new DICOM instance, possibly with an image or a PDF payload
 /tools/create-mediannynCreate a ZIP-with-DICOMDIR from a set of unrelated DICOM resources
 /tools/default-encodingynnyGet the default encoding used by Orthanc, or temporarily change it until the next restart
 /tools/dicom-conformanceynnnDICOM conformance statement of this version of Orthanc
 /tools/execute-scriptnnynExecute the Lua script in the POST body
 /tools/findnnynRuns a C-Find call from the REST API
 /tools/generate-uidynnn"level" argument among "patient", "study", "series" and "instance"
 /tools/invalidate-tagsnnynInvalidate the JSON summary of all the DICOM files (useful if private tags are registered)
 /tools/lookupnnynMap DICOM UIDs to Orthanc identifiers
 /tools/nowynnnReturns the current datetime in the ISO 8601 format
 /tools/resetnnynHot restart of Orthanc, the configuration file will be read again
 /tools/shutdownnnynStop Orthanc

Published by Google Sheets举报滥用行为–每5分钟自动更新一次

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值