/AWS1/CL_MIGIMAGESETSMETSUMM¶
Summary of the image set metadata.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_imagesetid TYPE /AWS1/MIGIMAGESETID /AWS1/MIGIMAGESETID¶
The image set identifier.
Optional arguments:¶
iv_version TYPE /AWS1/MIGINTEGER /AWS1/MIGINTEGER¶
The image set version.
iv_createdat TYPE /AWS1/MIGDATE /AWS1/MIGDATE¶
The time an image set is created. Sample creation date is provided in
1985-04-12T23:20:50.52Zformat.
iv_updatedat TYPE /AWS1/MIGDATE /AWS1/MIGDATE¶
The time an image set was last updated.
iv_lastaccessedat TYPE /AWS1/MIGDATE /AWS1/MIGDATE¶
When the image set was last accessed.
iv_storagetier TYPE /AWS1/MIGSTORAGETIER /AWS1/MIGSTORAGETIER¶
The image set's storage tier.
io_dicomtags TYPE REF TO /AWS1/CL_MIGDICOMTAGS /AWS1/CL_MIGDICOMTAGS¶
The DICOM tags associated with the image set.
iv_isprimary TYPE /AWS1/MIGBOOLEAN /AWS1/MIGBOOLEAN¶
The flag to determine whether the image set is primary or not.
Queryable Attributes¶
imageSetId¶
The image set identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGESETID() |
Getter for IMAGESETID, with configurable default |
ASK_IMAGESETID() |
Getter for IMAGESETID w/ exceptions if field has no value |
HAS_IMAGESETID() |
Determine if IMAGESETID has a value |
version¶
The image set version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSION() |
Getter for VERSION, with configurable default |
ASK_VERSION() |
Getter for VERSION w/ exceptions if field has no value |
HAS_VERSION() |
Determine if VERSION has a value |
createdAt¶
The time an image set is created. Sample creation date is provided in
1985-04-12T23:20:50.52Zformat.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
updatedAt¶
The time an image set was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |
lastAccessedAt¶
When the image set was last accessed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTACCESSEDAT() |
Getter for LASTACCESSEDAT, with configurable default |
ASK_LASTACCESSEDAT() |
Getter for LASTACCESSEDAT w/ exceptions if field has no valu |
HAS_LASTACCESSEDAT() |
Determine if LASTACCESSEDAT has a value |
storageTier¶
The image set's storage tier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STORAGETIER() |
Getter for STORAGETIER, with configurable default |
ASK_STORAGETIER() |
Getter for STORAGETIER w/ exceptions if field has no value |
HAS_STORAGETIER() |
Determine if STORAGETIER has a value |
DICOMTags¶
The DICOM tags associated with the image set.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DICOMTAGS() |
Getter for DICOMTAGS |
isPrimary¶
The flag to determine whether the image set is primary or not.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISPRIMARY() |
Getter for ISPRIMARY, with configurable default |
ASK_ISPRIMARY() |
Getter for ISPRIMARY w/ exceptions if field has no value |
HAS_ISPRIMARY() |
Determine if ISPRIMARY has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_IMAGESETSMETADATASUMMARIES¶
TYPES TT_IMAGESETSMETADATASUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_MIGIMAGESETSMETSUMM WITH DEFAULT KEY
.