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 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

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