Skip to content

Commit

Permalink
Add Orthanc.
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradHoeffner committed Dec 17, 2019
1 parent 9fccfa7 commit 974bf40
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Orthanc/base.ttl
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
@prefix : <http://hitontology.eu/ontology/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dbr: <http://dbpedia.org/resource/>.

:Orthanc a :SoftwareProduct;
rdfs:label "Orthanc";
rdfs:comment "The enterprise function citations are based on the medfloss website.";
:supportsLanguage dbr:English_language;
:supportsClient :WebBased;
:runsOnOs dbr:Linux, dbr:Unix, dbr:Mac_OS, dbr:Microsoft_Windows; # Windows doesn't have the operating system type in DBpedia but I think that is an error
:programmingLanguage <http://dbpedia.org/resource/C++>;
:homepage <https://www.orthanc-server.com/>;
:usesStandard :Dicom, :Rest;
:usesDbs :PostgreSql;
:license dbr:GNU_Free_Documentation_License.

8 changes: 8 additions & 0 deletions Orthanc/featurecitation.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
en,uri,whodhin,whodhiuri
DICOM identifiers,DicomIdentifiers,,
DICOM network protocol,DicomNetworkProtocol,,
Test the connection,TestConnection,,
Send images,SendImages,2.10.3,CaptureFromDigitalDevices
Search the content,SearchContent,,
Retrieve images,RetrieveImages,,

5 changes: 5 additions & 0 deletions Orthanc/functioncitation.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
en,uri,whodhin,whodhiuri,citation
Image Archiving,ImageArchiving,2.10,ClientIdentificationAndRegistration,
Image Communication,ImageCommunication,2.10,ClientIdentificationAndRegistration,
Image Distribution,ImageDistribution,2.10,ClientIdentificationAndRegistration,
Image Management,ImageManagement,2.10,ClientIdentificationAndRegistration,

0 comments on commit 974bf40

Please sign in to comment.