/AWS1/CL_MIGDICOMIMPORTJOBPRPS¶
Properties of the 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.
iv_dataaccessrolearn TYPE /AWS1/MIGROLEARN /AWS1/MIGROLEARN¶
The Amazon Resource Name (ARN) that grants permissions to access medical imaging resources.
iv_inputs3uri TYPE /AWS1/MIGS3URI /AWS1/MIGS3URI¶
The input prefix path for the S3 bucket that contains the DICOM P10 files to be imported.
iv_outputs3uri TYPE /AWS1/MIGS3URI /AWS1/MIGS3URI¶
The output prefix of the S3 bucket to upload the results of the DICOM import job.
Optional arguments:¶
iv_endedat TYPE /AWS1/MIGDATE /AWS1/MIGDATE¶
The timestamp for when the import job was ended.
iv_submittedat TYPE /AWS1/MIGDATE /AWS1/MIGDATE¶
The timestamp for when the 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 for when the import job was 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 for when the 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 |
inputS3Uri¶
The input prefix path for the S3 bucket that contains the DICOM P10 files to be imported.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INPUTS3URI() |
Getter for INPUTS3URI, with configurable default |
ASK_INPUTS3URI() |
Getter for INPUTS3URI w/ exceptions if field has no value |
HAS_INPUTS3URI() |
Determine if INPUTS3URI has a value |
outputS3Uri¶
The output prefix of the S3 bucket to upload the results of the DICOM import job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTS3URI() |
Getter for OUTPUTS3URI, with configurable default |
ASK_OUTPUTS3URI() |
Getter for OUTPUTS3URI w/ exceptions if field has no value |
HAS_OUTPUTS3URI() |
Determine if OUTPUTS3URI 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 |