RevertToVersionId

data class RevertToVersionId(val value: String) : MetadataUpdates

Specifies the previous image set version ID to revert the current image set back to.

You must provide either revertToVersionId or DICOMUpdates in your request. A ValidationException error is thrown if both parameters are provided at the same time.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Casts this MetadataUpdates as a RevertToVersionId and retrieves its kotlin.String value. Throws an exception if the MetadataUpdates is not a RevertToVersionId.

Link copied to clipboard

Casts this MetadataUpdates as a RevertToVersionId and retrieves its kotlin.String value. Returns null if the MetadataUpdates is not a RevertToVersionId.