CreatedAt

data class CreatedAt(val value: Instant) : SearchByAttributeValue

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

Constructors

Link copied to clipboard
constructor(value: Instant)

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