DicomStudyId

data class DicomStudyId(val value: String) : SearchByAttributeValue

The DICOM study ID for search.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this SearchByAttributeValue as a CreatedAt and retrieves its aws.smithy.kotlin.runtime.time.Instant value. Throws an exception if the SearchByAttributeValue is not a CreatedAt.

Link copied to clipboard

Casts this SearchByAttributeValue as a CreatedAt and retrieves its aws.smithy.kotlin.runtime.time.Instant value. Returns null if the SearchByAttributeValue is not a CreatedAt.

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard