Skip to contents

Orthanc is an open-source, lightweight DICOM server for healthcare and medical research. This R6 generator creates a client to access Orthanc's RESTful API. More details about the Orthanc REST API can be found here: https://orthanc.uclouvain.be/book/users/rest.html.

The full documentation of the Orthanc API can be found here: https://orthanc.uclouvain.be/api/.

Value

An OrthancAsync instance.

Details

See Orthanc for more information.

Super class

orthanc::Orthanc -> OrthancAsync

Methods

Inherited methods


Method print()

Print method for Orthanc.

Usage

OrthancAsync$print(x, ...)

Arguments

x

Object to print.

...

Further arguments passed to or from other methods.


Method clone()

The objects of this class are cloneable with this method.

Usage

OrthancAsync$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.