Types

Link copied to clipboard
data class CreatedAt(val value: Instant) : SearchByAttributeValue

The created at time of the image set provided for search.

Link copied to clipboard

The DICOM accession number for search.

Link copied to clipboard

The patient ID input for search.

Link copied to clipboard

The Series Instance UID input for search.

Link copied to clipboard

The aggregated structure containing DICOM study date and study time for search.

Link copied to clipboard
data class DicomStudyId(val value: String) : SearchByAttributeValue

The DICOM study ID for search.

Link copied to clipboard

The DICOM study instance UID for search.

Link copied to clipboard
data class IsPrimary(val value: Boolean) : SearchByAttributeValue

The primary image set flag provided for search.

Link copied to clipboard
Link copied to clipboard
data class UpdatedAt(val value: Instant) : SearchByAttributeValue

The timestamp input for search.

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 DicomSeriesInstanceUid and retrieves its kotlin.String value. Throws an exception if the SearchByAttributeValue is not a DicomSeriesInstanceUid.

Link copied to clipboard
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
Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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