/AWS1/CL_MIGDICOMIMPORTJOBSUMM¶
Summary of import job.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_jobid TYPE /AWS1/MIGJOBID /AWS1/MIGJOBID¶
The import job identifier.
iv_jobname TYPE /AWS1/MIGJOBNAME /AWS1/MIGJOBNAME¶
The import job name.
iv_jobstatus TYPE /AWS1/MIGJOBSTATUS /AWS1/MIGJOBSTATUS¶
The filters for listing import jobs based on status.
iv_datastoreid TYPE /AWS1/MIGDATASTOREID /AWS1/MIGDATASTOREID¶
The data store identifier.
Optional arguments:¶
iv_dataaccessrolearn TYPE /AWS1/MIGROLEARN /AWS1/MIGROLEARN¶
The Amazon Resource Name (ARN) that grants permissions to access medical imaging resources.
iv_endedat TYPE /AWS1/MIGDATE /AWS1/MIGDATE¶
The timestamp when an import job ended.
iv_submittedat TYPE /AWS1/MIGDATE /AWS1/MIGDATE¶
The timestamp when an import job was submitted.
iv_message TYPE /AWS1/MIGMESSAGE /AWS1/MIGMESSAGE¶
The error message thrown if an import job fails.
Queryable Attributes¶
jobId¶
The import job identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBID() |
Getter for JOBID, with configurable default |
ASK_JOBID() |
Getter for JOBID w/ exceptions if field has no value |
HAS_JOBID() |
Determine if JOBID has a value |
jobName¶
The import job name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBNAME() |
Getter for JOBNAME, with configurable default |
ASK_JOBNAME() |
Getter for JOBNAME w/ exceptions if field has no value |
HAS_JOBNAME() |
Determine if JOBNAME has a value |
jobStatus¶
The filters for listing import jobs based on status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBSTATUS() |
Getter for JOBSTATUS, with configurable default |
ASK_JOBSTATUS() |
Getter for JOBSTATUS w/ exceptions if field has no value |
HAS_JOBSTATUS() |
Determine if JOBSTATUS has a value |
datastoreId¶
The data store identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASTOREID() |
Getter for DATASTOREID, with configurable default |
ASK_DATASTOREID() |
Getter for DATASTOREID w/ exceptions if field has no value |
HAS_DATASTOREID() |
Determine if DATASTOREID has a value |
dataAccessRoleArn¶
The Amazon Resource Name (ARN) that grants permissions to access medical imaging resources.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATAACCESSROLEARN() |
Getter for DATAACCESSROLEARN, with configurable default |
ASK_DATAACCESSROLEARN() |
Getter for DATAACCESSROLEARN w/ exceptions if field has no v |
HAS_DATAACCESSROLEARN() |
Determine if DATAACCESSROLEARN has a value |
endedAt¶
The timestamp when an import job ended.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDEDAT() |
Getter for ENDEDAT, with configurable default |
ASK_ENDEDAT() |
Getter for ENDEDAT w/ exceptions if field has no value |
HAS_ENDEDAT() |
Determine if ENDEDAT has a value |
submittedAt¶
The timestamp when an import job was submitted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBMITTEDAT() |
Getter for SUBMITTEDAT, with configurable default |
ASK_SUBMITTEDAT() |
Getter for SUBMITTEDAT w/ exceptions if field has no value |
HAS_SUBMITTEDAT() |
Determine if SUBMITTEDAT has a value |
message¶
The error message thrown if an import job fails.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE 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_DICOMIMPORTJOBSUMMARIES¶
TYPES TT_DICOMIMPORTJOBSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_MIGDICOMIMPORTJOBSUMM WITH DEFAULT KEY
.