Mercurial > hg > orthanc-python
changeset 267:6eae1d3c5da1
added CodeAnalysis/ClassDocumentation.json
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 12 Aug 2025 09:31:45 +0200 |
parents | d7cd7cbbf230 |
children | dacb3c74e606 |
files | .reuse/dep5 CodeAnalysis/ClassDocumentation.json |
diffstat | 2 files changed, 17 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.reuse/dep5 Tue Aug 12 09:30:39 2025 +0200 +++ b/.reuse/dep5 Tue Aug 12 09:31:45 2025 +0200 @@ -16,6 +16,7 @@ License: CC0-1.0 Files: + CodeAnalysis/ClassDocumentation.json CodeAnalysis/CustomFunctions.json CodeAnalysis/CustomMethods.json CodeAnalysis/FunctionBody.mustache
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CodeAnalysis/ClassDocumentation.json Tue Aug 12 09:31:45 2025 +0200 @@ -0,0 +1,16 @@ +{ + "OrthancPluginDicomInstance" : "DICOM instance managed by the Orthanc core", + "OrthancPluginDicomWebNode" : "Node visited by DICOMweb conversion", + "OrthancPluginFindAnswers" : "Answers to a DICOM C-FIND query", + "OrthancPluginFindMatcher" : "Matcher for DICOM C-FIND query", + "OrthancPluginFindQuery" : "DICOM C-FIND query", + "OrthancPluginImage" : "2D image managed by the Orthanc core", + "OrthancPluginJob" : "Orthanc job", + "OrthancPluginPeers" : "Orthanc peer", + "OrthancPluginRestOutput" : "Output for a call to the REST API of Orthanc", + "OrthancPluginServerChunkedRequestReader" : "Read for a chunked HTTP request", + "OrthancPluginStorageArea" : "Storage area plugin", + "OrthancPluginWebDavCollection" : "WebDAV collection", + "OrthancPluginWorklistAnswers" : "Answers to a DICOM C-FIND worklist query", + "OrthancPluginWorklistQuery" : "DICOM C-FIND worklist query" +}