A B C D E F G H I J K L M N O P R S T U V W Z
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AE - be.uclouvain.orthanc.ValueRepresentation
-
Application Entity
- ALREADY_EXISTING_TAG - be.uclouvain.orthanc.ErrorCode
-
Cannot override the value of a tag that already exists
- answerBuffer(byte[], String) - Method in class be.uclouvain.orthanc.RestOutput
-
Answer to a REST request.
- AS - be.uclouvain.orthanc.ValueRepresentation
-
Age String
- AT - be.uclouvain.orthanc.ValueRepresentation
-
Attribute Tag
- autodetectMimeType(String) - Static method in class be.uclouvain.orthanc.Functions
-
Detect the MIME type of a file.
B
- BAD_APPLICATION_ENTITY_TITLE - be.uclouvain.orthanc.ErrorCode
-
An application entity title (AET) cannot be empty or be longer than 16 characters
- BAD_FILE_FORMAT - be.uclouvain.orthanc.ErrorCode
-
Bad file format
- BAD_FONT - be.uclouvain.orthanc.ErrorCode
-
Badly formatted font file
- BAD_GEOMETRY - be.uclouvain.orthanc.ErrorCode
-
Geometry error encountered in Stone
- BAD_HTTP_STATUS_IN_REST - be.uclouvain.orthanc.ErrorCode
-
This HTTP status is not allowed in a REST API
- BAD_JOB_ORDERING - be.uclouvain.orthanc.ErrorCode
-
Bad ordering of filters in a job
- BAD_JSON - be.uclouvain.orthanc.ErrorCode
-
Cannot parse a JSON document
- BAD_PARAMETER_TYPE - be.uclouvain.orthanc.ErrorCode
-
Bad type for a parameter
- BAD_RANGE - be.uclouvain.orthanc.ErrorCode
-
Incorrect range request
- BAD_REQUEST - be.uclouvain.orthanc.ErrorCode
-
Bad request
- BAD_SEQUENCE_OF_CALLS - be.uclouvain.orthanc.ErrorCode
-
Bad sequence of calls
- be.uclouvain.orthanc - package be.uclouvain.orthanc
- BGRA32 - be.uclouvain.orthanc.PixelFormat
-
Color image in BGRA32 format.
- bufferCompression(byte[], CompressionType, byte) - Static method in class be.uclouvain.orthanc.Functions
-
Compress or decompress a buffer.
- BULK_DATA_URI - be.uclouvain.orthanc.DicomWebBinaryMode
-
Use a bulk data URI field
C
- call(ChangeType, ResourceType, String) - Method in interface be.uclouvain.orthanc.Callbacks.OnChange
-
Signature of a callback function that is triggered when a change happens to some DICOM resource.
- call(RestOutput, HttpMethod, String, String[], Map<String, String>, Map<String, String>, byte[]) - Method in interface be.uclouvain.orthanc.Callbacks.OnRestRequest
-
Signature of a callback function that answers a REST request.
- Callbacks - Class in be.uclouvain.orthanc
-
Wrapper around the callbacks provided by the Orthanc SDK.
- Callbacks() - Constructor for class be.uclouvain.orthanc.Callbacks
- Callbacks.OnChange - Interface in be.uclouvain.orthanc
-
Callback to react to changes.
- Callbacks.OnRestRequest - Interface in be.uclouvain.orthanc
-
Callback to serve a resource in the REST API.
- CANCELED - be.uclouvain.orthanc.JobStopReason
-
The job was canceled, and might be resubmitted later
- CANCELED_JOB - be.uclouvain.orthanc.ErrorCode
-
This job was canceled
- CANNOT_CREATE_LUA - be.uclouvain.orthanc.ErrorCode
-
Cannot create the Lua context
- CANNOT_EXECUTE_LUA - be.uclouvain.orthanc.ErrorCode
-
Cannot execute a Lua command
- CANNOT_ORDER_SLICES - be.uclouvain.orthanc.ErrorCode
-
Unable to order the slices of the series
- CANNOT_STORE_INSTANCE - be.uclouvain.orthanc.ErrorCode
-
Cannot store an instance
- CANNOT_WRITE_FILE - be.uclouvain.orthanc.ErrorCode
-
Cannot write to file
- ChangeType - Enum in be.uclouvain.orthanc
-
The supported types of changes that can be signaled to the change callback.
- checkVersion() - Static method in class be.uclouvain.orthanc.Functions
-
Check the compatibility of the plugin wrt.
- checkVersionAdvanced(int, int, int) - Static method in class be.uclouvain.orthanc.Functions
-
Check that the version of the hosting Orthanc is above a given version.
- CLASS_INSTANCE_CONFLICT - be.uclouvain.orthanc.StorageCommitmentFailureReason
-
0119H: The SOP Class of an element in the Referenced SOP Instance Sequence did not correspond to the SOP class registered for this SOP Instance at the SCP
- COMPLETED_SERIES - be.uclouvain.orthanc.ChangeType
-
Series is now complete
- compressAndAnswerJpegImage(PixelFormat, int, int, int, byte[], byte) - Method in class be.uclouvain.orthanc.RestOutput
-
Answer to a REST request with a JPEG image.
- compressAndAnswerPngImage(PixelFormat, int, int, int, byte[]) - Method in class be.uclouvain.orthanc.RestOutput
-
Answer to a REST request with a PNG image.
- CompressionType - Enum in be.uclouvain.orthanc
-
The compression algorithms that are supported by the Orthanc core.
- compressJpegImage(PixelFormat, int, int, int, byte[], byte) - Static method in class be.uclouvain.orthanc.Functions
-
Encode a JPEG image.
- compressPngImage(PixelFormat, int, int, int, byte[]) - Static method in class be.uclouvain.orthanc.Functions
-
Encode a PNG image.
- computeMd5(byte[]) - Static method in class be.uclouvain.orthanc.Functions
-
Compute an MD5 hash.
- computeSha1(byte[]) - Static method in class be.uclouvain.orthanc.Functions
-
Compute a SHA-1 hash.
- ConstraintType - Enum in be.uclouvain.orthanc
-
The constraints on the tags (main DICOM tags and identifier tags) that must be supported by the database plugins.
- ContentType - Enum in be.uclouvain.orthanc
-
The content types that are supported by Orthanc plugins.
- CONTINUE - be.uclouvain.orthanc.JobStepStatus
-
The job has still data to process after this step
- CONVERT_BINARY_TO_ASCII - be.uclouvain.orthanc.DicomToJsonFlags
-
Output binary tags as-is, dropping non-ASCII
- CONVERT_BINARY_TO_NULL - be.uclouvain.orthanc.DicomToJsonFlags
-
Signal binary tags as null values
- convertPixelFormat(PixelFormat) - Method in class be.uclouvain.orthanc.Image
-
Change the pixel format of an image.
- CORRUPTED_FILE - be.uclouvain.orthanc.ErrorCode
-
Corrupted file (e.g.
- CREATE_DICOM_BAD_PARENT - be.uclouvain.orthanc.ErrorCode
-
Trying to attach a new DICOM instance to an inexistent resource
- CREATE_DICOM_NO_PAYLOAD - be.uclouvain.orthanc.ErrorCode
-
No payload is present for one instance in the series
- CREATE_DICOM_NOT_STRING - be.uclouvain.orthanc.ErrorCode
-
Only string values are supported when creating DICOM instances
- CREATE_DICOM_OVERRIDE_TAG - be.uclouvain.orthanc.ErrorCode
-
Trying to override a value inherited from a parent module
- CREATE_DICOM_PARENT_ENCODING - be.uclouvain.orthanc.ErrorCode
-
Unable to get the encoding of the parent resource
- CREATE_DICOM_PARENT_IS_INSTANCE - be.uclouvain.orthanc.ErrorCode
-
Trying to attach a new DICOM instance to an instance (must be a series, study or patient)
- CREATE_DICOM_USE_CONTENT - be.uclouvain.orthanc.ErrorCode
-
Use \"Content\" to inject an image into a new DICOM instance
- CREATE_DICOM_USE_DATA_URI_SCHEME - be.uclouvain.orthanc.ErrorCode
-
The payload of the DICOM instance must be specified according to Data URI scheme
- createDicom(String, Image, CreateDicomFlags) - Static method in class be.uclouvain.orthanc.Functions
-
Create a DICOM instance from a JSON string and an image.
- createDicom2(String, Image, CreateDicomFlags, String) - Static method in class be.uclouvain.orthanc.Functions
-
Create a DICOM instance from a JSON string and an image, with a private creator.
- CreateDicomFlags - Enum in be.uclouvain.orthanc
-
Flags to the creation of a DICOM file.
- createDicomInstance(byte[]) - Static method in class be.uclouvain.orthanc.DicomInstance
-
Parse a DICOM instance.
- createFindMatcher(byte[]) - Static method in class be.uclouvain.orthanc.FindMatcher
-
Create a C-Find matcher.
- createImage(PixelFormat, int, int) - Static method in class be.uclouvain.orthanc.Image
-
Create an image.
- CS - be.uclouvain.orthanc.ValueRepresentation
-
Code String
D
- DA - be.uclouvain.orthanc.ValueRepresentation
-
Date
- DATABASE - be.uclouvain.orthanc.ErrorCode
-
Error with the database engine
- DATABASE_BACKEND_ALREADY_REGISTERED - be.uclouvain.orthanc.ErrorCode
-
Another plugin has already registered a custom database back-end
- DATABASE_CANNOT_SERIALIZE - be.uclouvain.orthanc.ErrorCode
-
Database could not serialize access due to concurrent update, the transaction should be retried
- DATABASE_NOT_INITIALIZED - be.uclouvain.orthanc.ErrorCode
-
Plugin trying to call the database during its initialization
- DATABASE_PLUGIN - be.uclouvain.orthanc.ErrorCode
-
The plugin implementing a custom database back-end does not fulfill the proper interface
- DATABASE_UNAVAILABLE - be.uclouvain.orthanc.ErrorCode
-
The database is currently not available (probably a transient situation)
- DECODE_DATA_URI_SCHEME - be.uclouvain.orthanc.CreateDicomFlags
-
Decode fields encoded using data URI scheme
- decodeDicomImage(byte[], int) - Static method in class be.uclouvain.orthanc.Image
-
Decode one frame from a DICOM instance.
- DEFAULT - be.uclouvain.orthanc.MetricsType
-
Default metrics
- DELETE - be.uclouvain.orthanc.HttpMethod
-
DELETE request
- DELETED - be.uclouvain.orthanc.ChangeType
-
Deleted resource
- DICOM - be.uclouvain.orthanc.ContentType
-
DICOM
- DICOM - be.uclouvain.orthanc.ImageFormat
-
Image compressed using DICOM
- DICOM_AS_JSON - be.uclouvain.orthanc.ContentType
-
JSON summary of a DICOM file
- DICOM_FIND_UNAVAILABLE - be.uclouvain.orthanc.ErrorCode
-
DicomUserConnection: The C-FIND command is not supported by the remote SCP
- DICOM_MOVE_UNAVAILABLE - be.uclouvain.orthanc.ErrorCode
-
DicomUserConnection: The C-MOVE command is not supported by the remote SCP
- DICOM_PORT_IN_USE - be.uclouvain.orthanc.ErrorCode
-
The TCP port of the DICOM server is privileged or already in use
- DICOM_PROTOCOL - be.uclouvain.orthanc.InstanceOrigin
-
Instance received through DICOM protocol
- DICOM_UNTIL_PIXEL_DATA - be.uclouvain.orthanc.ContentType
-
DICOM Header till pixel data
- dicomBufferToJson(byte[], DicomToJsonFormat, DicomToJsonFlags, int) - Static method in class be.uclouvain.orthanc.Functions
-
Format a DICOM memory buffer as a JSON string.
- DicomInstance - Class in be.uclouvain.orthanc
-
DICOM instance managed by the Orthanc core
- DicomInstance(long) - Constructor for class be.uclouvain.orthanc.DicomInstance
-
Construct a Java object wrapping a C object that is managed by Orthanc.
- dicomInstanceToJson(String, DicomToJsonFormat, DicomToJsonFlags, int) - Static method in class be.uclouvain.orthanc.Functions
-
Format a DICOM instance as a JSON string.
- DicomToJsonFlags - Enum in be.uclouvain.orthanc
-
Flags to customize a DICOM-to-JSON conversion.
- DicomToJsonFormat - Enum in be.uclouvain.orthanc
-
The possible output formats for a DICOM-to-JSON conversion.
- DicomWebBinaryMode - Enum in be.uclouvain.orthanc
-
The available modes to export a binary DICOM tag into a DICOMweb JSON or XML document.
- DicomWebNode - Class in be.uclouvain.orthanc
-
Node visited by DICOMweb conversion
- DicomWebNode(long) - Constructor for class be.uclouvain.orthanc.DicomWebNode
-
Construct a Java object wrapping a C object that is managed by Orthanc.
- DIRECTORY_EXPECTED - be.uclouvain.orthanc.ErrorCode
-
The specified path does not point to a directory
- DIRECTORY_OVER_FILE - be.uclouvain.orthanc.ErrorCode
-
The directory to be created is already occupied by a regular file
- DISCARD - be.uclouvain.orthanc.ReceivedInstanceAction
-
Discard the instance
- DISCONTINUED_ABI - be.uclouvain.orthanc.ErrorCode
-
Calling a function that has been removed from the Orthanc Framework
- dispose() - Method in class be.uclouvain.orthanc.DicomInstance
-
Manually deallocate the C object that is associated with this Java wrapper.
- dispose() - Method in class be.uclouvain.orthanc.FindMatcher
-
Manually deallocate the C object that is associated with this Java wrapper.
- dispose() - Method in class be.uclouvain.orthanc.Image
-
Manually deallocate the C object that is associated with this Java wrapper.
- dispose() - Method in class be.uclouvain.orthanc.Job
-
Manually deallocate the C object that is associated with this Java wrapper.
- dispose() - Method in class be.uclouvain.orthanc.Peers
-
Manually deallocate the C object that is associated with this Java wrapper.
- drawText(int, String, int, int, byte, byte, byte) - Method in class be.uclouvain.orthanc.Image
-
Draw text on an image.
- DS - be.uclouvain.orthanc.ValueRepresentation
-
Decimal String
- DT - be.uclouvain.orthanc.ValueRepresentation
-
Date Time
- DUPLICATE_TRANSACTION_UID - be.uclouvain.orthanc.StorageCommitmentFailureReason
-
0131H: The Transaction UID of the Storage Commitment Request is already in use
E
- EMPTY_REQUEST - be.uclouvain.orthanc.ErrorCode
-
The request is empty
- EQUAL - be.uclouvain.orthanc.ConstraintType
-
Equal
- EQUAL - be.uclouvain.orthanc.IdentifierConstraint
-
Equal
- ErrorCode - Enum in be.uclouvain.orthanc
-
The various error codes that can be returned by the Orthanc core.
- extendOrthancExplorer(String) - Static method in class be.uclouvain.orthanc.Functions
-
Extend the JavaScript code of Orthanc Explorer.
F
- FAILURE - be.uclouvain.orthanc.JobStepStatus
-
The job has failed while executing this step
- FAILURE - be.uclouvain.orthanc.JobStopReason
-
The job has failed, and might be resubmitted later
- FD - be.uclouvain.orthanc.ValueRepresentation
-
Floating Point Double
- FILE_STORAGE_CANNOT_WRITE - be.uclouvain.orthanc.ErrorCode
-
Unable to create a subdirectory or a file in the file storage
- finalize() - Method in class be.uclouvain.orthanc.DicomInstance
- finalize() - Method in class be.uclouvain.orthanc.FindMatcher
- finalize() - Method in class be.uclouvain.orthanc.Image
- finalize() - Method in class be.uclouvain.orthanc.Job
- finalize() - Method in class be.uclouvain.orthanc.Peers
- findAddAnswer(byte[]) - Method in class be.uclouvain.orthanc.FindAnswers
-
Add one answer to some C-Find request.
- FindAnswers - Class in be.uclouvain.orthanc
-
Answers to a DICOM C-FIND query
- FindAnswers(long) - Constructor for class be.uclouvain.orthanc.FindAnswers
-
Construct a Java object wrapping a C object that is managed by Orthanc.
- findMarkIncomplete() - Method in class be.uclouvain.orthanc.FindAnswers
-
Mark the set of C-Find answers as incomplete.
- FindMatcher - Class in be.uclouvain.orthanc
-
Matcher for DICOM C-FIND query
- FindMatcher(long) - Constructor for class be.uclouvain.orthanc.FindMatcher
-
Construct a Java object wrapping a C object that is managed by Orthanc.
- findMatcherIsMatch(byte[]) - Method in class be.uclouvain.orthanc.FindMatcher
-
Test whether a DICOM instance matches a C-Find query.
- FindQuery - Class in be.uclouvain.orthanc
-
DICOM C-FIND query
- FindQuery(long) - Constructor for class be.uclouvain.orthanc.FindQuery
-
Construct a Java object wrapping a C object that is managed by Orthanc.
- FL - be.uclouvain.orthanc.ValueRepresentation
-
Floating Point Single
- FLOAT32 - be.uclouvain.orthanc.PixelFormat
-
Graylevel, floating-point 32bpp image.
- FULL - be.uclouvain.orthanc.DicomToJsonFormat
-
Full output, with most details
- FULL_STORAGE - be.uclouvain.orthanc.ErrorCode
-
The file storage is full
- Functions - Class in be.uclouvain.orthanc
-
Wrapper around the global functions provided by the Orthanc SDK.
- Functions() - Constructor for class be.uclouvain.orthanc.Functions
G
- GENERATE_IDENTIFIERS - be.uclouvain.orthanc.CreateDicomFlags
-
Automatically generate DICOM identifiers
- generateRestApiAuthorizationToken() - Static method in class be.uclouvain.orthanc.Functions
-
Generate a token to grant full access to the REST API of Orthanc This function generates a token that can be set in the HTTP header "Authorization" so as to grant full access to the REST API of Orthanc using an external HTTP client.
- generateUuid() - Static method in class be.uclouvain.orthanc.Functions
-
Generate an UUID.
- GET - be.uclouvain.orthanc.HttpMethod
-
GET request
- getCommandLineArgument(int) - Static method in class be.uclouvain.orthanc.Functions
-
Get the value of a command-line argument.
- getCommandLineArgumentsCount() - Static method in class be.uclouvain.orthanc.Functions
-
Get the number of command-line arguments.
- getConfiguration() - Static method in class be.uclouvain.orthanc.Functions
-
Return the content of the configuration file(s).
- getConfigurationPath() - Static method in class be.uclouvain.orthanc.Functions
-
Return the path to the configuration file(s).
- getDicomForInstance(String) - Static method in class be.uclouvain.orthanc.Functions
-
Retrieve a DICOM instance using its Orthanc identifier.
- getErrorDescription(ErrorCode) - Static method in class be.uclouvain.orthanc.Functions
-
Get the description of a given error code.
- getExpectedDatabaseVersion() - Static method in class be.uclouvain.orthanc.Functions
-
Get the expected version of the database schema.
- getFindQuerySize() - Method in class be.uclouvain.orthanc.FindQuery
-
Get the number of tags in a C-Find query.
- getFindQueryTagName(int) - Method in class be.uclouvain.orthanc.FindQuery
-
Get the symbolic name of one tag in a C-Find query.
- getFindQueryValue(int) - Method in class be.uclouvain.orthanc.FindQuery
-
Get the value associated with one tag in a C-Find query.
- getFontName(int) - Static method in class be.uclouvain.orthanc.Functions
-
Return the name of a font.
- getFontsCount() - Static method in class be.uclouvain.orthanc.Functions
-
Return the number of available fonts.
- getFontSize(int) - Static method in class be.uclouvain.orthanc.Functions
-
Return the size of a font.
- getGlobalProperty(int, String) - Static method in class be.uclouvain.orthanc.Functions
-
Get the value of a global property.
- getImageHeight() - Method in class be.uclouvain.orthanc.Image
-
Return the height of an image.
- getImagePitch() - Method in class be.uclouvain.orthanc.Image
-
Return the pitch of an image.
- getImagePixelFormat() - Method in class be.uclouvain.orthanc.Image
-
Return the pixel format of an image.
- getImageWidth() - Method in class be.uclouvain.orthanc.Image
-
Return the width of an image.
- getInstance(int) - Static method in enum be.uclouvain.orthanc.ChangeType
-
Return the enumeration value that corresponds to an integer value of interest.
- getInstance(int) - Static method in enum be.uclouvain.orthanc.CompressionType
-
Return the enumeration value that corresponds to an integer value of interest.
- getInstance(int) - Static method in enum be.uclouvain.orthanc.ConstraintType
-
Return the enumeration value that corresponds to an integer value of interest.
- getInstance(int) - Static method in enum be.uclouvain.orthanc.ContentType
-
Return the enumeration value that corresponds to an integer value of interest.
- getInstance(int) - Static method in enum be.uclouvain.orthanc.CreateDicomFlags
-
Return the enumeration value that corresponds to an integer value of interest.
- getInstance(int) - Static method in enum be.uclouvain.orthanc.DicomToJsonFlags
-
Return the enumeration value that corresponds to an integer value of interest.
- getInstance(int) - Static method in enum be.uclouvain.orthanc.DicomToJsonFormat
-
Return the enumeration value that corresponds to an integer value of interest.
- getInstance(int) - Static method in enum be.uclouvain.orthanc.DicomWebBinaryMode
-
Return the enumeration value that corresponds to an integer value of interest.
- getInstance(int) - Static method in enum be.uclouvain.orthanc.ErrorCode
-
Return the enumeration value that corresponds to an integer value of interest.
- getInstance(int) - Static method in enum be.uclouvain.orthanc.HttpMethod
-
Return the enumeration value that corresponds to an integer value of interest.
- getInstance(int) - Static method in enum be.uclouvain.orthanc.IdentifierConstraint
-
Return the enumeration value that corresponds to an integer value of interest.
- getInstance(int) - Static method in enum be.uclouvain.orthanc.ImageFormat
-
Return the enumeration value that corresponds to an integer value of interest.
- getInstance(int) - Static method in enum be.uclouvain.orthanc.InstanceOrigin
-
Return the enumeration value that corresponds to an integer value of interest.
- getInstance(int) - Static method in enum be.uclouvain.orthanc.JobStepStatus
-
Return the enumeration value that corresponds to an integer value of interest.
- getInstance(int) - Static method in enum be.uclouvain.orthanc.JobStopReason
-
Return the enumeration value that corresponds to an integer value of interest.
- getInstance(int) - Static method in enum be.uclouvain.orthanc.MetricsType
-
Return the enumeration value that corresponds to an integer value of interest.
- getInstance(int) - Static method in enum be.uclouvain.orthanc.PixelFormat
-
Return the enumeration value that corresponds to an integer value of interest.
- getInstance(int) - Static method in enum be.uclouvain.orthanc.ReceivedInstanceAction
-
Return the enumeration value that corresponds to an integer value of interest.
- getInstance(int) - Static method in enum be.uclouvain.orthanc.ResourceType
-
Return the enumeration value that corresponds to an integer value of interest.
- getInstance(int) - Static method in enum be.uclouvain.orthanc.StorageCommitmentFailureReason
-
Return the enumeration value that corresponds to an integer value of interest.
- getInstance(int) - Static method in enum be.uclouvain.orthanc.ValueRepresentation
-
Return the enumeration value that corresponds to an integer value of interest.
- getInstanceAdvancedJson(DicomToJsonFormat, DicomToJsonFlags, int) - Method in class be.uclouvain.orthanc.DicomInstance
-
Format a DICOM memory buffer as a JSON string.
- getInstanceDecodedFrame(int) - Method in class be.uclouvain.orthanc.DicomInstance
-
Decode one frame from a DICOM instance.
- getInstanceFramesCount() - Method in class be.uclouvain.orthanc.DicomInstance
-
Get the number of frames in a DICOM instance.
- getInstanceJson() - Method in class be.uclouvain.orthanc.DicomInstance
-
Get the DICOM tag hierarchy as a JSON file.
- getInstanceMetadata(String) - Method in class be.uclouvain.orthanc.DicomInstance
-
Get the value of some metadata associated with a given DICOM instance.
- getInstanceOrigin() - Method in class be.uclouvain.orthanc.DicomInstance
-
Get the origin of a DICOM file.
- getInstanceRawFrame(int) - Method in class be.uclouvain.orthanc.DicomInstance
-
Get the raw content of a frame in a DICOM instance.
- getInstanceRemoteAet() - Method in class be.uclouvain.orthanc.DicomInstance
-
Get the AET of a DICOM instance.
- getInstanceSimplifiedJson() - Method in class be.uclouvain.orthanc.DicomInstance
-
Get the DICOM tag hierarchy as a JSON file (with simplification).
- getInstanceSize() - Method in class be.uclouvain.orthanc.DicomInstance
-
Get the size of a DICOM file.
- getInstanceTransferSyntaxUid() - Method in class be.uclouvain.orthanc.DicomInstance
-
Get the transfer syntax of a DICOM file.
- getOrthancDirectory() - Static method in class be.uclouvain.orthanc.Functions
-
Return the directory containing the Orthanc.
- getOrthancPath() - Static method in class be.uclouvain.orthanc.Functions
-
Return the path to the Orthanc executable.
- getPeerName(int) - Method in class be.uclouvain.orthanc.Peers
-
Get the symbolic name of an Orthanc peer.
- getPeers() - Static method in class be.uclouvain.orthanc.Peers
-
Return the list of available Orthanc peers.
- getPeersCount() - Method in class be.uclouvain.orthanc.Peers
-
Get the number of Orthanc peers.
- getPeerUrl(int) - Method in class be.uclouvain.orthanc.Peers
-
Get the base URL of an Orthanc peer.
- getPeerUserProperty(int, String) - Method in class be.uclouvain.orthanc.Peers
-
Get some user-defined property of an Orthanc peer.
- getSelf() - Method in class be.uclouvain.orthanc.DicomInstance
-
Return the C object that is associated with this Java wrapper.
- getSelf() - Method in class be.uclouvain.orthanc.DicomWebNode
-
Return the C object that is associated with this Java wrapper.
- getSelf() - Method in class be.uclouvain.orthanc.FindAnswers
-
Return the C object that is associated with this Java wrapper.
- getSelf() - Method in class be.uclouvain.orthanc.FindMatcher
-
Return the C object that is associated with this Java wrapper.
- getSelf() - Method in class be.uclouvain.orthanc.FindQuery
-
Return the C object that is associated with this Java wrapper.
- getSelf() - Method in class be.uclouvain.orthanc.Image
-
Return the C object that is associated with this Java wrapper.
- getSelf() - Method in class be.uclouvain.orthanc.Job
-
Return the C object that is associated with this Java wrapper.
- getSelf() - Method in class be.uclouvain.orthanc.Peers
-
Return the C object that is associated with this Java wrapper.
- getSelf() - Method in class be.uclouvain.orthanc.RestOutput
-
Return the C object that is associated with this Java wrapper.
- getSelf() - Method in class be.uclouvain.orthanc.ServerChunkedRequestReader
-
Return the C object that is associated with this Java wrapper.
- getSelf() - Method in class be.uclouvain.orthanc.StorageArea
-
Return the C object that is associated with this Java wrapper.
- getSelf() - Method in class be.uclouvain.orthanc.WorklistAnswers
-
Return the C object that is associated with this Java wrapper.
- getSelf() - Method in class be.uclouvain.orthanc.WorklistQuery
-
Return the C object that is associated with this Java wrapper.
- getTagName(short, short, String) - Static method in class be.uclouvain.orthanc.Functions
-
Returns the symbolic name of a DICOM tag.
- getValue() - Method in enum be.uclouvain.orthanc.ChangeType
-
Get the integer value corresponding to this enumeration value.
- getValue() - Method in enum be.uclouvain.orthanc.CompressionType
-
Get the integer value corresponding to this enumeration value.
- getValue() - Method in enum be.uclouvain.orthanc.ConstraintType
-
Get the integer value corresponding to this enumeration value.
- getValue() - Method in enum be.uclouvain.orthanc.ContentType
-
Get the integer value corresponding to this enumeration value.
- getValue() - Method in enum be.uclouvain.orthanc.CreateDicomFlags
-
Get the integer value corresponding to this enumeration value.
- getValue() - Method in enum be.uclouvain.orthanc.DicomToJsonFlags
-
Get the integer value corresponding to this enumeration value.
- getValue() - Method in enum be.uclouvain.orthanc.DicomToJsonFormat
-
Get the integer value corresponding to this enumeration value.
- getValue() - Method in enum be.uclouvain.orthanc.DicomWebBinaryMode
-
Get the integer value corresponding to this enumeration value.
- getValue() - Method in enum be.uclouvain.orthanc.ErrorCode
-
Get the integer value corresponding to this enumeration value.
- getValue() - Method in enum be.uclouvain.orthanc.HttpMethod
-
Get the integer value corresponding to this enumeration value.
- getValue() - Method in enum be.uclouvain.orthanc.IdentifierConstraint
-
Get the integer value corresponding to this enumeration value.
- getValue() - Method in enum be.uclouvain.orthanc.ImageFormat
-
Get the integer value corresponding to this enumeration value.
- getValue() - Method in enum be.uclouvain.orthanc.InstanceOrigin
-
Get the integer value corresponding to this enumeration value.
- getValue() - Method in enum be.uclouvain.orthanc.JobStepStatus
-
Get the integer value corresponding to this enumeration value.
- getValue() - Method in enum be.uclouvain.orthanc.JobStopReason
-
Get the integer value corresponding to this enumeration value.
- getValue() - Method in enum be.uclouvain.orthanc.MetricsType
-
Get the integer value corresponding to this enumeration value.
- getValue() - Method in enum be.uclouvain.orthanc.PixelFormat
-
Get the integer value corresponding to this enumeration value.
- getValue() - Method in enum be.uclouvain.orthanc.ReceivedInstanceAction
-
Get the integer value corresponding to this enumeration value.
- getValue() - Method in enum be.uclouvain.orthanc.ResourceType
-
Get the integer value corresponding to this enumeration value.
- getValue() - Method in enum be.uclouvain.orthanc.StorageCommitmentFailureReason
-
Get the integer value corresponding to this enumeration value.
- getValue() - Method in enum be.uclouvain.orthanc.ValueRepresentation
-
Get the integer value corresponding to this enumeration value.
- GRAYSCALE16 - be.uclouvain.orthanc.PixelFormat
-
Graylevel, unsigned 16bpp image.
- GRAYSCALE32 - be.uclouvain.orthanc.PixelFormat
-
Graylevel, unsigned 32bpp image.
- GRAYSCALE64 - be.uclouvain.orthanc.PixelFormat
-
Graylevel, unsigned 64bpp image.
- GRAYSCALE8 - be.uclouvain.orthanc.PixelFormat
-
Graylevel 8bpp image.
- GREATER_OR_EQUAL - be.uclouvain.orthanc.ConstraintType
-
More or equal
- GREATER_OR_EQUAL - be.uclouvain.orthanc.IdentifierConstraint
-
More or equal
- GZIP - be.uclouvain.orthanc.CompressionType
-
Standard gzip compression
- GZIP_WITH_SIZE - be.uclouvain.orthanc.CompressionType
-
gzip, prefixed with uncompressed size (uint64_t)
H
- hasInstanceMetadata(String) - Method in class be.uclouvain.orthanc.DicomInstance
-
Check whether a DICOM instance is associated with some metadata.
- hasInstancePixelData() - Method in class be.uclouvain.orthanc.DicomInstance
-
Check whether the DICOM file has pixel data.
- HTTP_PORT_IN_USE - be.uclouvain.orthanc.ErrorCode
-
The TCP port of the HTTP server is privileged or already in use
- httpDelete(String, String, String) - Static method in class be.uclouvain.orthanc.Functions
-
Issue a HTTP DELETE call.
- httpGet(String, String, String) - Static method in class be.uclouvain.orthanc.Functions
-
Issue a HTTP GET call.
- HttpMethod - Enum in be.uclouvain.orthanc
-
The various HTTP methods for a REST call.
- httpPost(String, byte[], String, String) - Static method in class be.uclouvain.orthanc.Functions
-
Issue a HTTP POST call.
- httpPut(String, byte[], String, String) - Static method in class be.uclouvain.orthanc.Functions
-
Issue a HTTP PUT call.
- HUMAN - be.uclouvain.orthanc.DicomToJsonFormat
-
Human-readable JSON
I
- IdentifierConstraint - Enum in be.uclouvain.orthanc
-
The constraints on the DICOM identifiers that must be supported by the database plugins.
- IGNORE - be.uclouvain.orthanc.DicomWebBinaryMode
-
Don't include binary tags
- Image - Class in be.uclouvain.orthanc
-
2D image managed by the Orthanc core
- Image(long) - Constructor for class be.uclouvain.orthanc.Image
-
Construct a Java object wrapping a C object that is managed by Orthanc.
- ImageFormat - Enum in be.uclouvain.orthanc
-
The image formats that are supported by the Orthanc core.
- INCLUDE_BINARY - be.uclouvain.orthanc.DicomToJsonFlags
-
Include the binary tags
- INCLUDE_PIXEL_DATA - be.uclouvain.orthanc.DicomToJsonFlags
-
Include the pixel data
- INCLUDE_PRIVATE_TAGS - be.uclouvain.orthanc.DicomToJsonFlags
-
Include the private tags
- INCLUDE_UNKNOWN_TAGS - be.uclouvain.orthanc.DicomToJsonFlags
-
Include the tags unknown by the dictionary
- INCOMPATIBLE_DATABASE_VERSION - be.uclouvain.orthanc.ErrorCode
-
Incompatible version of the database
- INCOMPATIBLE_IMAGE_FORMAT - be.uclouvain.orthanc.ErrorCode
-
Incompatible format of the images
- INCOMPATIBLE_IMAGE_SIZE - be.uclouvain.orthanc.ErrorCode
-
Incompatible size of the images
- INEXISTENT_FILE - be.uclouvain.orthanc.ErrorCode
-
Inexistent file
- INEXISTENT_ITEM - be.uclouvain.orthanc.ErrorCode
-
Accessing an inexistent item
- INEXISTENT_TAG - be.uclouvain.orthanc.ErrorCode
-
Inexistent tag
- INLINE_BINARY - be.uclouvain.orthanc.DicomWebBinaryMode
-
Inline encoding using Base64
- INSTANCE - be.uclouvain.orthanc.ResourceType
-
Instance
- InstanceOrigin - Enum in be.uclouvain.orthanc
-
The origin of a DICOM instance that has been received by Orthanc.
- INTERNAL_ERROR - be.uclouvain.orthanc.ErrorCode
-
Internal error
- IS - be.uclouvain.orthanc.ValueRepresentation
-
Integer String
J
- Job - Class in be.uclouvain.orthanc
-
Orthanc job
- Job(long) - Constructor for class be.uclouvain.orthanc.Job
-
Construct a Java object wrapping a C object that is managed by Orthanc.
- JOB_FAILURE - be.uclouvain.orthanc.ChangeType
-
A Job has failed
- JOB_SUBMITTED - be.uclouvain.orthanc.ChangeType
-
New Job submitted
- JOB_SUCCESS - be.uclouvain.orthanc.ChangeType
-
A Job has completed successfully
- JobStepStatus - Enum in be.uclouvain.orthanc
-
The possible status for one single step of a job.
- JobStopReason - Enum in be.uclouvain.orthanc
-
Explains why the job should stop and release the resources it has allocated.
- JPEG - be.uclouvain.orthanc.ImageFormat
-
Image compressed using JPEG
- JSON_TO_LUA_TABLE - be.uclouvain.orthanc.ErrorCode
-
Cannot convert the given JSON object to a Lua table
K
- KEEP_AS_IS - be.uclouvain.orthanc.ReceivedInstanceAction
-
Keep the instance as is
L
- LIST - be.uclouvain.orthanc.ConstraintType
-
List of values
- LO - be.uclouvain.orthanc.ValueRepresentation
-
Long String
- logError(String) - Static method in class be.uclouvain.orthanc.Functions
-
Log an error.
- logInfo(String) - Static method in class be.uclouvain.orthanc.Functions
-
Log an information.
- logWarning(String) - Static method in class be.uclouvain.orthanc.Functions
-
Log a warning.
- lookupInstance(String) - Static method in class be.uclouvain.orthanc.Functions
-
Look for an instance.
- lookupPatient(String) - Static method in class be.uclouvain.orthanc.Functions
-
Look for a patient.
- lookupSeries(String) - Static method in class be.uclouvain.orthanc.Functions
-
Look for a series.
- lookupStudy(String) - Static method in class be.uclouvain.orthanc.Functions
-
Look for a study.
- lookupStudyWithAccessionNumber(String) - Static method in class be.uclouvain.orthanc.Functions
-
Look for a study, using the accession number.
- LT - be.uclouvain.orthanc.ValueRepresentation
-
Long Text
- LUA - be.uclouvain.orthanc.InstanceOrigin
-
Instance added to Orthanc by a Lua script
- LUA_ALREADY_EXECUTED - be.uclouvain.orthanc.ErrorCode
-
Arguments cannot be pushed after the Lua function is executed
- LUA_BAD_OUTPUT - be.uclouvain.orthanc.ErrorCode
-
The Lua function does not give the expected number of outputs
- LUA_RETURNS_NO_STRING - be.uclouvain.orthanc.ErrorCode
-
The Lua function does not return a string
M
- MAKE_DIRECTORY - be.uclouvain.orthanc.ErrorCode
-
Cannot create a directory
- MetricsType - Enum in be.uclouvain.orthanc
-
The available types of metrics.
- MODIFY - be.uclouvain.orthanc.ReceivedInstanceAction
-
Modify the instance
N
- NETWORK_PROTOCOL - be.uclouvain.orthanc.ErrorCode
-
Error in the network protocol
- NEW_CHILD_INSTANCE - be.uclouvain.orthanc.ChangeType
-
A new instance was added to this resource
- NEW_INSTANCE - be.uclouvain.orthanc.ChangeType
-
New instance received
- NEW_PATIENT - be.uclouvain.orthanc.ChangeType
-
New patient created
- NEW_SERIES - be.uclouvain.orthanc.ChangeType
-
New series created
- NEW_STUDY - be.uclouvain.orthanc.ChangeType
-
New study created
- NO_APPLICATION_ENTITY_FILTER - be.uclouvain.orthanc.ErrorCode
-
No application entity filter
- NO_CFIND_HANDLER - be.uclouvain.orthanc.ErrorCode
-
No request handler factory for DICOM C-FIND SCP
- NO_CGET_HANDLER - be.uclouvain.orthanc.ErrorCode
-
No request handler factory for DICOM C-GET SCP
- NO_CMOVE_HANDLER - be.uclouvain.orthanc.ErrorCode
-
No request handler factory for DICOM C-MOVE SCP
- NO_CSTORE_HANDLER - be.uclouvain.orthanc.ErrorCode
-
No request handler factory for DICOM C-STORE SCP
- NO_PRESENTATION_CONTEXT - be.uclouvain.orthanc.ErrorCode
-
DicomUserConnection: No acceptable presentation context for modality
- NO_SOP_CLASS_OR_INSTANCE - be.uclouvain.orthanc.ErrorCode
-
DicomUserConnection: Unable to find the SOP class and instance
- NO_STORAGE_COMMITMENT_HANDLER - be.uclouvain.orthanc.ErrorCode
-
No request handler factory for DICOM N-ACTION SCP (storage commitment)
- NO_SUCH_OBJECT_INSTANCE - be.uclouvain.orthanc.StorageCommitmentFailureReason
-
0112H: One or more of the elements in the Referenced SOP Instance Sequence was not available
- NO_WORKLIST_HANDLER - be.uclouvain.orthanc.ErrorCode
-
No request handler factory for DICOM C-Find Modality SCP
- NONE - be.uclouvain.orthanc.CreateDicomFlags
-
Default mode
- NONE - be.uclouvain.orthanc.DicomToJsonFlags
-
Default formatting
- NONE - be.uclouvain.orthanc.ResourceType
-
Unavailable resource type
- NOT_ACCEPTABLE - be.uclouvain.orthanc.ErrorCode
-
Cannot send a response which is acceptable according to the Accept HTTP header
- NOT_ENOUGH_MEMORY - be.uclouvain.orthanc.ErrorCode
-
The server hosting Orthanc is running out of memory
- NOT_IMPLEMENTED - be.uclouvain.orthanc.ErrorCode
-
Not implemented yet
- NOT_LUA_PREDICATE - be.uclouvain.orthanc.ErrorCode
-
The Lua function is not a predicate (only true/false outputs allowed)
- NULL_POINTER - be.uclouvain.orthanc.ErrorCode
-
Cannot handle a NULL pointer
O
- OB - be.uclouvain.orthanc.ValueRepresentation
-
Other Byte String
- OF - be.uclouvain.orthanc.ValueRepresentation
-
Other Float String
- ORTHANC_STARTED - be.uclouvain.orthanc.ChangeType
-
Orthanc has started
- ORTHANC_STOPPED - be.uclouvain.orthanc.ChangeType
-
Orthanc is stopping
- OrthancException - Exception in be.uclouvain.orthanc
-
Exception related to Orthanc.
- OrthancException(String) - Constructor for exception be.uclouvain.orthanc.OrthancException
-
Construct an exception related to Orthanc.
- OW - be.uclouvain.orthanc.ValueRepresentation
-
Other Word String
P
- PARAMETER_OUT_OF_RANGE - be.uclouvain.orthanc.ErrorCode
-
Parameter out of range
- PATH_TO_EXECUTABLE - be.uclouvain.orthanc.ErrorCode
-
Unable to get the path to the executable
- PATIENT - be.uclouvain.orthanc.ResourceType
-
Patient
- PAUSED - be.uclouvain.orthanc.JobStopReason
-
The job was paused, and will be resumed later
- Peers - Class in be.uclouvain.orthanc
-
Orthanc peer
- Peers(long) - Constructor for class be.uclouvain.orthanc.Peers
-
Construct a Java object wrapping a C object that is managed by Orthanc.
- PixelFormat - Enum in be.uclouvain.orthanc
-
The memory layout of the pixels of an image.
- PLUGIN - be.uclouvain.orthanc.ErrorCode
-
Error encountered within the plugin engine
- PLUGIN - be.uclouvain.orthanc.InstanceOrigin
-
Instance added to Orthanc by a plugin
- PN - be.uclouvain.orthanc.ValueRepresentation
-
Person Name
- PNG - be.uclouvain.orthanc.ImageFormat
-
Image compressed using PNG
- POST - be.uclouvain.orthanc.HttpMethod
-
POST request
- PROCESSING_FAILURE - be.uclouvain.orthanc.StorageCommitmentFailureReason
-
0110H: A general failure in processing the operation was encountered
- PUT - be.uclouvain.orthanc.HttpMethod
-
PUT request
R
- READ_ONLY - be.uclouvain.orthanc.ErrorCode
-
Cannot modify a read-only data structure
- readFile(String) - Static method in class be.uclouvain.orthanc.Functions
-
Read a file.
- ReceivedInstanceAction - Enum in be.uclouvain.orthanc
-
The action to be taken after ReceivedInstanceCallback is triggered
- reconstructMainDicomTags(ResourceType) - Method in class be.uclouvain.orthanc.StorageArea
-
Reconstruct the main DICOM tags.
- redirect(String) - Method in class be.uclouvain.orthanc.RestOutput
-
Redirect a REST request.
- REFERENCED_SOPCLASS_NOT_SUPPORTED - be.uclouvain.orthanc.StorageCommitmentFailureReason
-
0122H: Storage Commitment has been requested for a SOP Instance with a SOP Class that is not supported by the SCP
- register(Callbacks.OnChange) - Static method in class be.uclouvain.orthanc.Callbacks
-
Register a callback to monitor changes.
- register(String, Callbacks.OnRestRequest) - Static method in class be.uclouvain.orthanc.Callbacks
-
Register a REST callback.
- registerDictionaryTag(short, short, ValueRepresentation, String, int, int) - Static method in class be.uclouvain.orthanc.Functions
-
Register a new tag into the DICOM dictionary.
- registerErrorCode(int, short, String) - Static method in class be.uclouvain.orthanc.Functions
-
Declare a custom error code for this plugin.
- registerPrivateDictionaryTag(short, short, ValueRepresentation, String, int, int, String) - Static method in class be.uclouvain.orthanc.Functions
-
Register a new private tag into the DICOM dictionary.
- REGULAR_FILE_EXPECTED - be.uclouvain.orthanc.ErrorCode
-
The specified path does not point to a regular file
- RESOURCE_LIMITATION - be.uclouvain.orthanc.StorageCommitmentFailureReason
-
0213H: The SCP does not currently have enough resources to store the requested SOP Instance(s)
- ResourceType - Enum in be.uclouvain.orthanc
-
The supported types of DICOM resources.
- REST_API - be.uclouvain.orthanc.InstanceOrigin
-
Instance received through REST API of Orthanc
- restApiDelete(String) - Static method in class be.uclouvain.orthanc.Functions
-
Make a DELETE call to the built-in Orthanc REST API.
- restApiDeleteAfterPlugins(String) - Static method in class be.uclouvain.orthanc.Functions
-
Make a DELETE call to the REST API, as tainted by the plugins.
- restApiGet(String) - Static method in class be.uclouvain.orthanc.Functions
-
Make a GET call to the built-in Orthanc REST API.
- restApiGetAfterPlugins(String) - Static method in class be.uclouvain.orthanc.Functions
-
Make a GET call to the REST API, as tainted by the plugins.
- restApiPost(String, byte[]) - Static method in class be.uclouvain.orthanc.Functions
-
Make a POST call to the built-in Orthanc REST API.
- restApiPostAfterPlugins(String, byte[]) - Static method in class be.uclouvain.orthanc.Functions
-
Make a POST call to the REST API, as tainted by the plugins.
- restApiPut(String, byte[]) - Static method in class be.uclouvain.orthanc.Functions
-
Make a PUT call to the built-in Orthanc REST API.
- restApiPutAfterPlugins(String, byte[]) - Static method in class be.uclouvain.orthanc.Functions
-
Make a PUT call to the REST API, as tainted by the plugins.
- RestOutput - Class in be.uclouvain.orthanc
-
Output for a call to the REST API of Orthanc
- RestOutput(long) - Constructor for class be.uclouvain.orthanc.RestOutput
-
Construct a Java object wrapping a C object that is managed by Orthanc.
- REVISION - be.uclouvain.orthanc.ErrorCode
-
A bad revision number was provided, which might indicate conflict between multiple writers
- RGB24 - be.uclouvain.orthanc.PixelFormat
-
Color image in RGB24 format.
- RGB48 - be.uclouvain.orthanc.PixelFormat
-
Color image in RGB48 format.
- RGBA32 - be.uclouvain.orthanc.PixelFormat
-
Color image in RGBA32 format.
S
- sendHttpStatus(short, byte[]) - Method in class be.uclouvain.orthanc.RestOutput
-
Send a HTTP status, with a custom body.
- sendHttpStatusCode(short) - Method in class be.uclouvain.orthanc.RestOutput
-
Send a HTTP status code.
- sendMethodNotAllowed(String) - Method in class be.uclouvain.orthanc.RestOutput
-
Signal that this URI does not support this HTTP method.
- sendMultipartItem(byte[]) - Method in class be.uclouvain.orthanc.RestOutput
-
Send an item as a part of some HTTP multipart answer.
- sendUnauthorized(String) - Method in class be.uclouvain.orthanc.RestOutput
-
Signal that a REST request is not authorized.
- serializeDicomInstance() - Method in class be.uclouvain.orthanc.DicomInstance
-
Writes a DICOM instance to a memory buffer.
- SERIES - be.uclouvain.orthanc.ResourceType
-
Series
- ServerChunkedRequestReader - Class in be.uclouvain.orthanc
-
Read for a chunked HTTP request
- ServerChunkedRequestReader(long) - Constructor for class be.uclouvain.orthanc.ServerChunkedRequestReader
-
Construct a Java object wrapping a C object that is managed by Orthanc.
- setCookie(String, String) - Method in class be.uclouvain.orthanc.RestOutput
-
Set a cookie.
- setDescription(String) - Static method in class be.uclouvain.orthanc.Functions
-
Set a description for this plugin.
- setGlobalProperty(int, String) - Static method in class be.uclouvain.orthanc.Functions
-
Set the value of a global property.
- setHttpErrorDetails(String, byte) - Method in class be.uclouvain.orthanc.RestOutput
-
Provide a detailed description for an HTTP error.
- setHttpHeader(String, String) - Method in class be.uclouvain.orthanc.RestOutput
-
Set some HTTP header.
- setMetricsValue(String, float, MetricsType) - Static method in class be.uclouvain.orthanc.Functions
-
Set the value of a metrics.
- setRootUri(String) - Static method in class be.uclouvain.orthanc.Functions
-
Set the URI where the plugin provides its Web interface.
- SH - be.uclouvain.orthanc.ValueRepresentation
-
Short String
- SHARED_LIBRARY - be.uclouvain.orthanc.ErrorCode
-
Error while using a shared library (plugin)
- SHORT - be.uclouvain.orthanc.DicomToJsonFormat
-
Tags output as hexadecimal numbers
- SIGNED_GRAYSCALE16 - be.uclouvain.orthanc.PixelFormat
-
Graylevel, signed 16bpp image.
- SKIP_GROUP_LENGTHS - be.uclouvain.orthanc.DicomToJsonFlags
-
Skip tags whose element is zero (new in 1.9.1)
- SL - be.uclouvain.orthanc.ValueRepresentation
-
Signed Long
- SMALLER_OR_EQUAL - be.uclouvain.orthanc.ConstraintType
-
Less or equal
- SMALLER_OR_EQUAL - be.uclouvain.orthanc.IdentifierConstraint
-
Less or equal
- SQ - be.uclouvain.orthanc.ValueRepresentation
-
Sequence of Items
- SQLITE_ALREADY_OPENED - be.uclouvain.orthanc.ErrorCode
-
SQLite: Connection is already open
- SQLITE_BIND_OUT_OF_RANGE - be.uclouvain.orthanc.ErrorCode
-
SQLite: Bing a value while out of range (serious error)
- SQLITE_CANNOT_OPEN - be.uclouvain.orthanc.ErrorCode
-
SQLite: Unable to open the database
- SQLITE_CANNOT_RUN - be.uclouvain.orthanc.ErrorCode
-
SQLite: Cannot run a cached statement
- SQLITE_CANNOT_STEP - be.uclouvain.orthanc.ErrorCode
-
SQLite: Cannot step over a cached statement
- SQLITE_COMMIT_WITHOUT_TRANSACTION - be.uclouvain.orthanc.ErrorCode
-
SQLite: Committing a nonexistent transaction
- SQLITE_EXECUTE - be.uclouvain.orthanc.ErrorCode
-
SQLite: Cannot execute a command
- SQLITE_FLUSH - be.uclouvain.orthanc.ErrorCode
-
SQLite: Unable to flush the database
- SQLITE_NOT_OPENED - be.uclouvain.orthanc.ErrorCode
-
SQLite: The database is not opened
- SQLITE_PREPARE_STATEMENT - be.uclouvain.orthanc.ErrorCode
-
SQLite: Cannot prepare a cached statement
- SQLITE_REGISTER_FUNCTION - be.uclouvain.orthanc.ErrorCode
-
SQLite: Unable to register a function
- SQLITE_ROLLBACK_WITHOUT_TRANSACTION - be.uclouvain.orthanc.ErrorCode
-
SQLite: Rolling back a nonexistent transaction (have you called Begin()?)
- SQLITE_STATEMENT_ALREADY_USED - be.uclouvain.orthanc.ErrorCode
-
SQLite: This cached statement is already being referred to
- SQLITE_TRANSACTION_ALREADY_STARTED - be.uclouvain.orthanc.ErrorCode
-
SQLite: Beginning the same transaction twice
- SQLITE_TRANSACTION_BEGIN - be.uclouvain.orthanc.ErrorCode
-
SQLite: Cannot start a transaction
- SQLITE_TRANSACTION_COMMIT - be.uclouvain.orthanc.ErrorCode
-
SQLite: Failure when committing the transaction
- SS - be.uclouvain.orthanc.ValueRepresentation
-
Signed Short
- SSL_DISABLED - be.uclouvain.orthanc.ErrorCode
-
Orthanc has been built without SSL support
- SSL_INITIALIZATION - be.uclouvain.orthanc.ErrorCode
-
Cannot initialize SSL encryption, check out your certificates
- ST - be.uclouvain.orthanc.ValueRepresentation
-
Short Text
- STABLE_PATIENT - be.uclouvain.orthanc.ChangeType
-
Timeout: No new instance in this patient
- STABLE_SERIES - be.uclouvain.orthanc.ChangeType
-
Timeout: No new instance in this series
- STABLE_STUDY - be.uclouvain.orthanc.ChangeType
-
Timeout: No new instance in this study
- startMultipartAnswer(String, String) - Method in class be.uclouvain.orthanc.RestOutput
-
Start an HTTP multipart answer.
- STOP_AFTER_PIXEL_DATA - be.uclouvain.orthanc.DicomToJsonFlags
-
Stop processing after pixel data (new in 1.9.1)
- STORAGE_AREA_ALREADY_REGISTERED - be.uclouvain.orthanc.ErrorCode
-
Another plugin has already registered a custom storage area
- STORAGE_AREA_PLUGIN - be.uclouvain.orthanc.ErrorCode
-
Error in the plugin implementing a custom storage area
- StorageArea - Class in be.uclouvain.orthanc
-
Storage area plugin
- StorageArea(long) - Constructor for class be.uclouvain.orthanc.StorageArea
-
Construct a Java object wrapping a C object that is managed by Orthanc.
- storageAreaCreate(String, byte[], long, ContentType) - Method in class be.uclouvain.orthanc.StorageArea
-
Create a file inside the storage area.
- storageAreaRead(String, ContentType) - Method in class be.uclouvain.orthanc.StorageArea
-
Read a file from the storage area.
- storageAreaRemove(String, ContentType) - Method in class be.uclouvain.orthanc.StorageArea
-
Remove a file from the storage area.
- StorageCommitmentFailureReason - Enum in be.uclouvain.orthanc
-
The available values for the Failure Reason (0008,1197) during storage commitment.
- STUDY - be.uclouvain.orthanc.ResourceType
-
Study
- submitJob(int) - Method in class be.uclouvain.orthanc.Job
-
Submit a new job to the jobs engine of Orthanc.
- SUCCESS - be.uclouvain.orthanc.ErrorCode
-
Success
- SUCCESS - be.uclouvain.orthanc.JobStepStatus
-
The job has successfully executed all its steps
- SUCCESS - be.uclouvain.orthanc.JobStopReason
-
The job has succeeded
- SUCCESS - be.uclouvain.orthanc.StorageCommitmentFailureReason
-
Success: The DICOM instance is properly stored in the SCP
- SYSTEM_COMMAND - be.uclouvain.orthanc.ErrorCode
-
Error while calling a system command
T
- TIMEOUT - be.uclouvain.orthanc.ErrorCode
-
Timeout
- TIMER - be.uclouvain.orthanc.MetricsType
-
This metrics represents a time duration.
- TM - be.uclouvain.orthanc.ValueRepresentation
-
Time
- transcodeDicomInstance(byte[], String) - Static method in class be.uclouvain.orthanc.DicomInstance
-
Parse and transcode a DICOM instance.
U
- UI - be.uclouvain.orthanc.ValueRepresentation
-
Unique Identifier (UID)
- UL - be.uclouvain.orthanc.ValueRepresentation
-
Unsigned Long
- UN - be.uclouvain.orthanc.ValueRepresentation
-
Unknown
- UNAUTHORIZED - be.uclouvain.orthanc.ErrorCode
-
Bad credentials were provided to an HTTP request
- uncompressImage(byte[], ImageFormat) - Static method in class be.uclouvain.orthanc.Image
-
Decode a compressed image.
- UNKNOWN - be.uclouvain.orthanc.ContentType
-
Unknown content type
- UNKNOWN - be.uclouvain.orthanc.InstanceOrigin
-
Unknown origin
- UNKNOWN - be.uclouvain.orthanc.PixelFormat
-
Unknown pixel format
- UNKNOWN_DICOM_TAG - be.uclouvain.orthanc.ErrorCode
-
Unknown DICOM tag
- UNKNOWN_MODALITY - be.uclouvain.orthanc.ErrorCode
-
Unknown modality
- UNKNOWN_PLUGIN_SERVICE - be.uclouvain.orthanc.ErrorCode
-
Plugin invoking an unknown service
- UNKNOWN_RESOURCE - be.uclouvain.orthanc.ErrorCode
-
Unknown resource
- UNSUPPORTED_MEDIA_TYPE - be.uclouvain.orthanc.ErrorCode
-
Unsupported media type
- UPDATED_ATTACHMENT - be.uclouvain.orthanc.ChangeType
-
Some user-defined attachment has changed for this resource
- UPDATED_METADATA - be.uclouvain.orthanc.ChangeType
-
Some user-defined metadata has changed for this resource
- UPDATED_MODALITIES - be.uclouvain.orthanc.ChangeType
-
The list of DICOM modalities has changed
- UPDATED_PEERS - be.uclouvain.orthanc.ChangeType
-
The list of Orthanc peers has changed
- URI_SYNTAX - be.uclouvain.orthanc.ErrorCode
-
Badly formatted URI
- US - be.uclouvain.orthanc.ValueRepresentation
-
Unsigned Short
- UT - be.uclouvain.orthanc.ValueRepresentation
-
Unlimited Text
V
- valueOf(String) - Static method in enum be.uclouvain.orthanc.ChangeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum be.uclouvain.orthanc.CompressionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum be.uclouvain.orthanc.ConstraintType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum be.uclouvain.orthanc.ContentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum be.uclouvain.orthanc.CreateDicomFlags
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum be.uclouvain.orthanc.DicomToJsonFlags
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum be.uclouvain.orthanc.DicomToJsonFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum be.uclouvain.orthanc.DicomWebBinaryMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum be.uclouvain.orthanc.ErrorCode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum be.uclouvain.orthanc.HttpMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum be.uclouvain.orthanc.IdentifierConstraint
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum be.uclouvain.orthanc.ImageFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum be.uclouvain.orthanc.InstanceOrigin
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum be.uclouvain.orthanc.JobStepStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum be.uclouvain.orthanc.JobStopReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum be.uclouvain.orthanc.MetricsType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum be.uclouvain.orthanc.PixelFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum be.uclouvain.orthanc.ReceivedInstanceAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum be.uclouvain.orthanc.ResourceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum be.uclouvain.orthanc.StorageCommitmentFailureReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum be.uclouvain.orthanc.ValueRepresentation
-
Returns the enum constant of this type with the specified name.
- ValueRepresentation - Enum in be.uclouvain.orthanc
-
The value representations present in the DICOM standard (version 2013).
- values() - Static method in enum be.uclouvain.orthanc.ChangeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum be.uclouvain.orthanc.CompressionType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum be.uclouvain.orthanc.ConstraintType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum be.uclouvain.orthanc.ContentType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum be.uclouvain.orthanc.CreateDicomFlags
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum be.uclouvain.orthanc.DicomToJsonFlags
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum be.uclouvain.orthanc.DicomToJsonFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum be.uclouvain.orthanc.DicomWebBinaryMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum be.uclouvain.orthanc.ErrorCode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum be.uclouvain.orthanc.HttpMethod
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum be.uclouvain.orthanc.IdentifierConstraint
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum be.uclouvain.orthanc.ImageFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum be.uclouvain.orthanc.InstanceOrigin
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum be.uclouvain.orthanc.JobStepStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum be.uclouvain.orthanc.JobStopReason
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum be.uclouvain.orthanc.MetricsType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum be.uclouvain.orthanc.PixelFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum be.uclouvain.orthanc.ReceivedInstanceAction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum be.uclouvain.orthanc.ResourceType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum be.uclouvain.orthanc.StorageCommitmentFailureReason
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum be.uclouvain.orthanc.ValueRepresentation
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- WEB_DAV - be.uclouvain.orthanc.InstanceOrigin
-
Instance received through WebDAV (new in 1.8.0)
- WILDCARD - be.uclouvain.orthanc.ConstraintType
-
Wildcard matching
- WILDCARD - be.uclouvain.orthanc.IdentifierConstraint
-
Case-sensitive wildcard matching (with * and ?)
- worklistAddAnswer(WorklistQuery, byte[]) - Method in class be.uclouvain.orthanc.WorklistAnswers
-
Add one answer to some modality worklist request.
- WorklistAnswers - Class in be.uclouvain.orthanc
-
Answers to a DICOM C-FIND worklist query
- WorklistAnswers(long) - Constructor for class be.uclouvain.orthanc.WorklistAnswers
-
Construct a Java object wrapping a C object that is managed by Orthanc.
- worklistGetDicomQuery() - Method in class be.uclouvain.orthanc.WorklistQuery
-
Retrieve the worklist query as a DICOM file.
- worklistIsMatch(byte[]) - Method in class be.uclouvain.orthanc.WorklistQuery
-
Test whether a worklist matches the query.
- worklistMarkIncomplete() - Method in class be.uclouvain.orthanc.WorklistAnswers
-
Mark the set of worklist answers as incomplete.
- WorklistQuery - Class in be.uclouvain.orthanc
-
DICOM C-FIND worklist query
- WorklistQuery(long) - Constructor for class be.uclouvain.orthanc.WorklistQuery
-
Construct a Java object wrapping a C object that is managed by Orthanc.
- writeFile(String, byte[]) - Static method in class be.uclouvain.orthanc.Functions
-
Write a file.
Z
- ZLIB - be.uclouvain.orthanc.CompressionType
-
Standard zlib compression
- ZLIB_WITH_SIZE - be.uclouvain.orthanc.CompressionType
-
zlib, prefixed with uncompressed size (uint64_t)
All Classes All Packages