Package: orthanc 0.3.0

orthanc: Programmatic Interface to 'Orthanc' DICOM Servers
An R Interface to 'Orthanc' DICOM servers for medical imaging workflows. 'Orthanc' is a lightweight, open-source DICOM server that exposes a comprehensive REST API for managing, querying, retrieving, and modifying DICOM resources (<https://www.orthanc-server.com>). The goal of this package is to provide comprehensive and user-friendly access to the 'Orthanc' REST API, designed to align with idiomatic R workflows while preserving the structure and semantics of DICOM resources.
Authors:
orthanc_0.3.0.tar.gz
orthanc_0.3.0.zip(r-4.7)orthanc_0.3.0.zip(r-4.6)orthanc_0.3.0.zip(r-4.5)
orthanc_0.3.0.tgz(r-4.6-any)orthanc_0.3.0.tgz(r-4.5-any)
orthanc_0.3.0.tar.gz(r-4.7-any)orthanc_0.3.0.tar.gz(r-4.6-any)
orthanc_0.3.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
orthanc/json (API)
NEWS
| # Install 'orthanc' in R: |
| install.packages('orthanc', repos = c('https://mattwarkentin.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mattwarkentin/orthanc/issues
Pkgdown/docs site:https://mattwarkentin.github.io
dicommedical-imagingmedical-physicsorthancpacs
Last updated from:989e850628. Checks:8 OK, 1 ERROR. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 150 | ||
| source / vignettes | OK | 195 | ||
| linux-release-x86_64 | OK | 119 | ||
| macos-release-arm64 | OK | 140 | ||
| macos-oldrel-arm64 | OK | 181 | ||
| windows-devel | ERROR | 104 | ||
| windows-release | OK | 78 | ||
| windows-oldrel | OK | 80 | ||
| wasm-release | OK | 98 |
Exports:find_and_filter_patientsfind_instancesfind_patientsfind_seriesfind_studiesInstanceJobModalityOrthancOrthancAsyncPatientquery_orthancRemoteModalityResourceretrieve_and_write_archivesretrieve_and_write_imagesretrieve_and_write_niftiretrieve_and_write_patientsSeriesStudy
Dependencies:askpasscarriercliclockcpp11crayoncurldigestfsgluehttr2jsonlitelifecyclelobstrmagrittrmirainanonextopensslprettyunitspurrrR6rappdirsrlangsystzdbvctrswithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Find and filter patients using predicate functions | find_and_filter_patients |
| Finds instances in Orthanc according to queries and labels | find_instances |
| Finds patients in Orthanc according to queries and labels | find_patients |
| Finds series in Orthanc according to queries and labels | find_series |
| Finds studies in Orthanc according to queries and labels | find_studies |
| DICOM Instance Class | Instance |
| Job Class | Job |
| Modality Class | Modality |
| Orthanc API Client | Orthanc |
| Asynchronous Orthanc API Client | OrthancAsync |
| DICOM Patient Class | Patient |
| Query data in the Orthanc server | query_orthanc |
| Remote Modality Class | RemoteModality |
| DICOM Resource Class | Resource |
| Retrieve and write resources to a path | retrieve_and_write_archives retrieve_and_write_images retrieve_and_write_nifti |
| Retrieve and write patients to a path | retrieve_and_write_patients |
| DICOM Series Class | Series |
| DICOM Study Class | Study |
